Home
last modified time | relevance | path

Searched refs:EXT2_FLAG_THREADS (Results 1 – 11 of 11) sorted by relevance

/third_party/e2fsprogs/misc/
De2fuzz.c205 ret = ext2fs_open(fsname, EXT2_FLAG_64BITS | EXT2_FLAG_THREADS, in process_fs()
De2freefrag.c366 int flag = EXT2_FLAG_FORCE | EXT2_FLAG_64BITS | EXT2_FLAG_THREADS; in open_device()
Ddumpe2fs.c676 EXT2_FLAG_64BITS | EXT2_FLAG_THREADS; in main()
De2image.c1495 int open_flag = EXT2_FLAG_64BITS | EXT2_FLAG_THREADS | in main()
Dtune2fs.c2976 open_flag |= EXT2_FLAG_64BITS | EXT2_FLAG_THREADS | in main()
Dfuse2fs.c3731 int flags = EXT2_FLAG_64BITS | EXT2_FLAG_THREADS | EXT2_FLAG_EXCLUSIVE; in main()
/third_party/e2fsprogs/lib/ext2fs/
Dopenfs.c173 if (flags & EXT2_FLAG_THREADS) in ext2fs_open2()
Dext2fs.h221 #define EXT2_FLAG_THREADS 0x4000000 macro
/third_party/e2fsprogs/resize/
Dmain.c407 io_flags |= EXT2_FLAG_64BITS | EXT2_FLAG_THREADS; in main()
/third_party/e2fsprogs/debugfs/
Ddebugfs.c235 EXT2_FLAG_THREADS; in do_open_filesys()
2545 EXT2_FLAG_64BITS | EXT2_FLAG_THREADS; in main()
/third_party/e2fsprogs/e2fsck/
Dunix.c1485 flags = EXT2_FLAG_SKIP_MMP | EXT2_FLAG_THREADS; in main()