Searched refs:is_mounted (Results 1 – 6 of 6) sorted by relevance
75 bool is_mounted) { in OnCryptohomeIsMounted() argument93 if (is_mounted) in OnCryptohomeIsMounted()97 if (!is_mounted || !base::SysInfo::IsRunningOnChromeOS()) in OnCryptohomeIsMounted()
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()
373 static int is_mounted(const char *mpt, const char *device) in is_mounted() function395 ret = is_mounted(MOUNTED, c->device_name); in f2fs_dev_is_umounted()405 ret = is_mounted("/proc/mounts", c->device_name); in f2fs_dev_is_umounted()
187 bool is_mounted) { in CheckCryptohomeIsMounted() argument192 if (!is_mounted) in CheckCryptohomeIsMounted()