Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
Dsegment.h219 struct seg_entry { struct
220 unsigned int type:6; /* segment type like CURSEG_XXX_TYPE */
221 unsigned int valid_blocks:10; /* # of valid blocks */
222 unsigned int ckpt_valid_blocks:10; /* # of valid blocks last cp */
223 unsigned int padding:6; /* padding */
224 unsigned char *cur_valid_map; /* validity bitmap of blocks */
226 unsigned char *cur_valid_map_mir; /* mirror of current valid bitmap */
232 unsigned char *ckpt_valid_map; /* validity bitmap of blocks last cp */
233 unsigned char *discard_map;
234 unsigned long long mtime; /* modification time of the segment */