Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nilfs2/
Dsegment.h120 struct nilfs_sc_info { struct
121 struct super_block *sc_super;
122 struct nilfs_root *sc_root;
124 unsigned long sc_nblk_inc;
126 struct list_head sc_dirty_files;
127 struct list_head sc_gc_inodes;
128 struct list_head sc_iput_queue;
129 struct work_struct sc_iput_work;
131 __u64 *sc_freesegs;
132 size_t sc_nfreesegs;
[all …]
Dsegment.c1039 int (*collect)(struct nilfs_sc_info *, in nilfs_segctor_apply_buffers()