Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dmain.c256 c.no_kernel_check = 1; in f2fs_parse_options()
260 c.no_kernel_check = 0; in f2fs_parse_options()
Dmount.c3703 if (!c.no_kernel_check && in f2fs_do_mount()
3712 if (!c.no_kernel_check) { in f2fs_do_mount()
/third_party/f2fs-tools/lib/
Dlibf2fs.c681 c.no_kernel_check = 1; in f2fs_init_configuration()
683 c.no_kernel_check = 0; in f2fs_init_configuration()
/third_party/f2fs-tools/include/
Df2fs_fs.h506 int no_kernel_check; member