Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Df2fs_fs.h43 #define F2FS_IO_SIZE_KB(sbi) (1 << (F2FS_OPTION(sbi).write_io_size_bits + 2)) /* KB */ macro
/Linux-v4.19/fs/f2fs/
Dsuper.c807 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()