OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__start_cp_addr
(Results
1 - 2
of
2
) sorted by null
/external/f2fs-tools/fsck/
f2fs.h
241
static inline block_t
__start_cp_addr
(struct f2fs_sb_info *sbi)
function
307
return
__start_cp_addr
(sbi) + le32_to_cpu(F2FS_CKPT(sbi)->cp_pack_start_sum);
312
return
__start_cp_addr
(sbi) + le32_to_cpu(F2FS_CKPT(sbi)->cp_pack_total_block_count)
fsck.c
911
start_blk =
__start_cp_addr
(sbi) + 1 +
Completed in 40 milliseconds