Home
last modified time | relevance | path

Searched refs:no_kernel_check (Results 1 – 4 of 4) sorted by relevance

/external/f2fs-tools/fsck/
Dmain.c252 c.no_kernel_check = 1; in f2fs_parse_options()
256 c.no_kernel_check = 0; in f2fs_parse_options()
Dmount.c979 if (!c.no_kernel_check && in validate_super_block()
/external/f2fs-tools/lib/
Dlibf2fs.c677 c.no_kernel_check = 1; in f2fs_init_configuration()
679 c.no_kernel_check = 0; in f2fs_init_configuration()
/external/f2fs-tools/include/
Df2fs_fs.h485 int no_kernel_check; member