Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Df2fs_fs.h45 #define F2FS_IO_SIZE_BITS(sbi) (F2FS_OPTION(sbi).write_io_size_bits) /* power of 2 */ macro
/linux-4.19.296/fs/f2fs/
Dsuper.c796 if (F2FS_IO_SIZE_BITS(sbi) && !test_opt(sbi, LFS)) { in parse_options()
1342 if (F2FS_IO_SIZE_BITS(sbi)) in f2fs_show_options()