Searched defs:nilfs_sc_info (Results 1 – 2 of 2) sorted by relevance
134 struct nilfs_sc_info { struct135 struct super_block *sc_super;136 struct nilfs_root *sc_root;138 unsigned long sc_nblk_inc;140 struct list_head sc_dirty_files;141 struct list_head sc_gc_inodes;142 struct list_head sc_iput_queue;143 struct work_struct sc_iput_work;145 __u64 *sc_freesegs;146 size_t sc_nfreesegs;[all …]
1009 int (*collect)(struct nilfs_sc_info *, in nilfs_segctor_apply_buffers()