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):
187 int is_mounted(const char *file) in is_mounted() function213 if (is_mounted(argv[1])) in main()
73 extern int is_mounted(const char *file);
988 !(ignore_mounted && is_mounted(fs->device))) { in check_all()1024 if (ignore_mounted && is_mounted(fs->device)) { in check_all()1322 if (ignore_mounted && is_mounted(fs->device)) in main()
367 static int is_mounted(const char *mpt, const char *device) in is_mounted() function389 ret = is_mounted(MOUNTED, c->device_name); in f2fs_dev_is_umounted()399 ret = is_mounted("/proc/mounts", c->device_name); in f2fs_dev_is_umounted()
462 def is_mounted(self, user): member in CryptohomeProxy