Searched defs:nilfs_sc_info (Results 1 – 2 of 2) sorted by relevance
131 struct nilfs_sc_info { struct132 struct super_block *sc_super;133 struct nilfs_root *sc_root;135 unsigned long sc_nblk_inc;137 struct list_head sc_dirty_files;138 struct list_head sc_gc_inodes;139 struct list_head sc_copied_buffers;141 __u64 *sc_freesegs;142 size_t sc_nfreesegs;144 struct nilfs_inode_info *sc_dsync_inode;[all …]
937 int (*collect)(struct nilfs_sc_info *, in nilfs_segctor_apply_buffers()