Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dsegment.h304 struct sit_entry_set { struct
305 struct list_head set_list; /* link with all sit sets */
306 unsigned int start_segno; /* start segno of sits in set */
307 unsigned int entry_cnt; /* the # of sit entries in set */
Df2fs.h912 struct list_head sit_entry_set; /* sit entry set list */ member