Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h306 struct sit_entry_set { struct
307 struct list_head set_list; /* link with all sit sets */
308 unsigned int start_segno; /* start segno of sits in set */
309 unsigned int entry_cnt; /* the # of sit entries in set */
H A Df2fs.h1061 struct list_head sit_entry_set; /* sit entry set list */ member