Home
last modified time | relevance | path

Searched refs:MAX_CP_PAYLOAD (Results 1 – 2 of 2) sorted by relevance

/third_party/f2fs-tools/include/
Df2fs_fs.h1171 #define MAX_CP_PAYLOAD (SEG_ALIGN(SIZE_ALIGN(UINT32_MAX, NAT_ENTRY_PER_BLOCK)) * \ macro
/third_party/f2fs-tools/fsck/
Dmount.c1251 if (cp_payload > F2FS_BLK_ALIGN(MAX_CP_PAYLOAD)) in get_valid_checkpoint()