Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dsegment.h277 struct dirty_seglist_info { struct
278 const struct victim_selection *v_ops; /* victim selction operation */
279 unsigned long *dirty_segmap[NR_DIRTY_TYPE];
280 struct mutex seglist_lock; /* lock for segment bitmaps */
281 int nr_dirty[NR_DIRTY_TYPE]; /* # of dirty segments */
282 unsigned long *victim_secmap; /* background GC victims */