Searched refs:is_mounted (Results 1 – 6 of 6) sorted by relevance
33 if proxy.is_mounted(test_user):41 if proxy.is_mounted(test_user):
188 int is_mounted(const char *file) in is_mounted() function214 if (is_mounted(argv[1])) in main()
73 extern int is_mounted(const char *file);
989 !(ignore_mounted && is_mounted(fs->device))) { in check_all()1025 if (ignore_mounted && is_mounted(fs->device)) { in check_all()1323 if (ignore_mounted && is_mounted(fs->device)) in main()
583 static int is_mounted(const char *mpt, const char *device) in is_mounted() function618 ret = is_mounted("/proc/mounts", path); in f2fs_dev_is_umounted()624 ret = is_mounted(MOUNTED, path); in f2fs_dev_is_umounted()636 ret = is_mounted("/proc/mounts", "/dev/root"); in f2fs_dev_is_umounted()
650 def is_mounted(self, user): member in CryptohomeProxy