Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nilfs2/ !
Dsegment.h119 struct nilfs_sc_info { struct
120 struct super_block *sc_super;
121 struct nilfs_root *sc_root;
123 unsigned long sc_nblk_inc;
125 struct list_head sc_dirty_files;
126 struct list_head sc_gc_inodes;
127 struct list_head sc_iput_queue;
128 struct work_struct sc_iput_work;
130 __u64 *sc_freesegs;
131 size_t sc_nfreesegs;
[all …]
Dsegment.c996 int (*collect)(struct nilfs_sc_info *, in nilfs_segctor_apply_buffers()