Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Df2fs_fs.h44 #define F2FS_IO_SIZE_KB(sbi) (1 << (F2FS_OPTION(sbi).write_io_size_bits + 2)) /* KB */ macro
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c1216 F2FS_IO_SIZE_KB(sbi)); in parse_options()
3796 "IO Block Size: %8d KB", F2FS_IO_SIZE_KB(sbi)); in f2fs_scan_devices()