Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nilfs2/
Dsegment.h133 struct nilfs_sc_info { struct
134 struct super_block *sc_super;
135 struct nilfs_root *sc_root;
137 unsigned long sc_nblk_inc;
139 struct list_head sc_dirty_files;
140 struct list_head sc_gc_inodes;
141 struct list_head sc_iput_queue;
142 struct work_struct sc_iput_work;
144 __u64 *sc_freesegs;
145 size_t sc_nfreesegs;
[all …]
Dsegment.c948 int (*collect)(struct nilfs_sc_info *, in nilfs_segctor_apply_buffers()