Home
last modified time | relevance | path

Searched refs:CHECK_FS_EXIST (Results 1 – 8 of 8) sorted by relevance

/third_party/e2fsprogs/lib/support/
Dplausible.c241 if ((flags & CHECK_FS_EXIST) && blkid_get_cache(&cache, NULL) >= 0) { in check_plausibility()
263 if ((flags & CHECK_FS_EXIST) && in check_plausibility()
285 if (flags & CHECK_FS_EXIST) { in check_plausibility()
Dplausible.h21 #define CHECK_FS_EXIST 0x0004 macro
/third_party/e2fsprogs/misc/
Ddumpe2fs.c710 check_plausibility(device_name, CHECK_FS_EXIST, NULL); in main()
Dmke2fs.c2682 flags |= CHECK_FS_EXIST; in PRS()
3327 check_plausibility(device_name, CHECK_FS_EXIST, NULL); in main()
De2image.c1642 check_plausibility(device_name, CHECK_FS_EXIST, NULL); in main()
Dtune2fs.c3001 check_plausibility(device_name, CHECK_FS_EXIST, NULL); in main()
/third_party/e2fsprogs/e2fsck/
Dunix.c1641 CHECK_FS_EXIST, NULL); in main()
/third_party/e2fsprogs/debugfs/
Ddebugfs.c192 check_plausibility(device, CHECK_FS_EXIST, NULL); in open_filesystem()