Home
last modified time | relevance | path

Searched refs:F2FS_IO_SIZE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Df2fs_fs.h42 #define F2FS_IO_SIZE(sbi) (1 << F2FS_OPTION(sbi).write_io_size_bits) /* Blocks */ macro
46 #define F2FS_IO_SIZE_MASK(sbi) (F2FS_IO_SIZE(sbi) - 1)
/Linux-v4.19/fs/f2fs/
Ddata.c271 start %= F2FS_IO_SIZE(sbi); in __submit_bio()
277 for (; start < F2FS_IO_SIZE(sbi); start++) { in __submit_bio()
Dsuper.c2889 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()