Searched refs:F2FS_IO_SIZE_BITS (Results 1 – 2 of 2) sorted by relevance
45 #define F2FS_IO_SIZE_BITS(sbi) (F2FS_OPTION(sbi).write_io_size_bits) /* power of 2 */ macro
796 if (F2FS_IO_SIZE_BITS(sbi) && !test_opt(sbi, LFS)) { in parse_options()1342 if (F2FS_IO_SIZE_BITS(sbi)) in f2fs_show_options()