Home
last modified time | relevance | path

Searched defs:f2fs_checkpoint (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/f2fs-tools/include/
H A Df2fs_fs.h842 struct f2fs_checkpoint { struct
843 __le64 checkpoint_ver; /* checkpoint block version number */
844 __le64 user_block_count; /* # of user blocks */
845 __le64 valid_block_count; /* # of valid blocks in main area */
846 __le32 rsvd_segment_count; /* # of reserved segments for gc */
847 __le32 overprov_segment_count; /* # of overprovision segments */
848 __le32 free_segment_count; /* # of free segments in main area */
873 static_assert(sizeof(struct f2fs_checkpoint) == 192, ""); argument
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h52199 struct f2fs_checkpoint { struct
52200 __le64 checkpoint_ver;
52201 __le64 user_block_count;
52202 __le64 valid_block_count;
52203 __le32 rsvd_segment_count;
52204 __le32 overprov_segment_count;
52205 __le32 free_segment_count;
52206 __le32 cur_node_segno[8];
52207 __le16 cur_node_blkoff[8];
52208 __le32 cur_data_segno[8];
[all …]
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h65163 struct f2fs_checkpoint { struct
65164 __le64 checkpoint_ver;
65165 __le64 user_block_count;
65166 __le64 valid_block_count;
65167 __le32 rsvd_segment_count;
65168 __le32 overprov_segment_count;
65169 __le32 free_segment_count;
65170 __le32 cur_node_segno[8];
65171 __le16 cur_node_blkoff[8];
65172 __le32 cur_data_segno[8];
[all …]
H A Dvmlinux.h65163 struct f2fs_checkpoint { struct
65164 __le64 checkpoint_ver;
65165 __le64 user_block_count;
65166 __le64 valid_block_count;
65167 __le32 rsvd_segment_count;
65168 __le32 overprov_segment_count;
65169 __le32 free_segment_count;
65170 __le32 cur_node_segno[8];
65171 __le16 cur_node_blkoff[8];
65172 __le32 cur_data_segno[8];
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h61957 struct f2fs_checkpoint { struct
61958 __le64 checkpoint_ver;
61959 __le64 user_block_count;
61960 __le64 valid_block_count;
61961 __le32 rsvd_segment_count;
61962 __le32 overprov_segment_count;
61963 __le32 free_segment_count;
61964 __le32 cur_node_segno[8];
61965 __le16 cur_node_blkoff[8];
61966 __le32 cur_data_segno[8];
[all …]