Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nilfs2/ !
Dsegment.h131 struct nilfs_sc_info { struct
132 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 …]
Dsegment.c937 int (*collect)(struct nilfs_sc_info *, in nilfs_segctor_apply_buffers()