Searched defs:F2FS_IO_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
46 #define F2FS_IO_SIZE_MASK(sbi) (F2FS_IO_SIZE(sbi) - 1) macro