Searched refs:g_fstab (Results 1 – 1 of 1) sorted by relevance
33 static Fstab *g_fstab = nullptr; variable50 FstabItem *item = FindFstabItemForPath(*g_fstab, path.c_str()); in GetMountStatusForPath()66 if (g_fstab != nullptr) { in LoadFstab()67 ReleaseFstab(g_fstab); in LoadFstab()68 g_fstab = nullptr; in LoadFstab()94 if (g_fstab == nullptr) { in UmountForPath()208 if (g_fstab == nullptr) { in MountForPath()269 if (g_fstab == nullptr) { in FormatPartition()314 if (g_fstab == NULL || g_fstab->head == NULL) { in SetupPartitions()356 if (g_fstab != nullptr) { in GetBlockDeviceByMountPoint()[all …]