Searched refs:F2FS_IO_SIZE (Results 1 – 3 of 3) sorted by relevance
42 #define F2FS_IO_SIZE(sbi) (1 << F2FS_OPTION(sbi).write_io_size_bits) /* Blocks */ macro46 #define F2FS_IO_SIZE_MASK(sbi) (F2FS_IO_SIZE(sbi) - 1)
271 start %= F2FS_IO_SIZE(sbi); in __submit_bio()277 for (; start < F2FS_IO_SIZE(sbi); start++) { in __submit_bio()
2889 if (F2FS_IO_SIZE(sbi) > 1) { in f2fs_fill_super()2891 mempool_create_page_pool(2 * (F2FS_IO_SIZE(sbi) - 1), 0); in f2fs_fill_super()