OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F2FS_BLK_ALIGN
(Results
1 - 2
of
2
) sorted by null
/external/f2fs-tools/include/
f2fs_fs.h
290
#define
F2FS_BLK_ALIGN
(x) (((x) + F2FS_BLKSIZE - 1) / F2FS_BLKSIZE)
/external/f2fs-tools/mkfs/
f2fs_format.c
214
super_block.cp_payload =
F2FS_BLK_ALIGN
(max_sit_bitmap_size);
Completed in 188 milliseconds