Searched refs:F2FS_BLK_ALIGN (Results 1 – 2 of 2) sorted by relevance
296 #define F2FS_BLK_ALIGN(x) (((x) + F2FS_BLKSIZE - 1) / F2FS_BLKSIZE) macro
263 set_sb(cp_payload, F2FS_BLK_ALIGN(max_sit_bitmap_size)); in f2fs_prepare_super_block()