Home
last modified time | relevance | path

Searched refs:F2FS_IO_SIZE_BITS (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Df2fs_fs.h47 #define F2FS_IO_SIZE_BITS(sbi) (F2FS_OPTION(sbi).write_io_size_bits) /* power of 2 */ macro
/Linux-v5.4/fs/f2fs/
Dsuper.c840 if (F2FS_IO_SIZE_BITS(sbi) && !test_opt(sbi, LFS)) { in parse_options()
1412 if (F2FS_IO_SIZE_BITS(sbi)) in f2fs_show_options()