Searched refs:F2FS_IO_SIZE_KB (Results 1 – 2 of 2) sorted by relevance
43 #define F2FS_IO_SIZE_KB(sbi) (1 << (F2FS_OPTION(sbi).write_io_size_bits + 2)) /* KB */ macro
807 F2FS_IO_SIZE_KB(sbi)); in parse_options()1339 seq_printf(seq, ",io_size=%uKB", F2FS_IO_SIZE_KB(sbi)); in f2fs_show_options()2712 "IO Block Size: %8d KB", F2FS_IO_SIZE_KB(sbi)); in f2fs_scan_devices()