Home
last modified time | relevance | path

Searched refs:sc_stage (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/nilfs2/
H A Dsegment.c92 sci->sc_stage.scnt++; in nilfs_sc_cstage_inc()
98 sci->sc_stage.scnt = next_scnt; in nilfs_sc_cstage_set()
104 return sci->sc_stage.scnt; in nilfs_sc_cstage_get()
1067 sci->sc_stage.flags |= NILFS_CF_NODE; in nilfs_segctor_scan_file()
1173 sci->sc_stage.flags = 0; in nilfs_segctor_collect_blocks()
1184 sci->sc_stage.dirty_file_ptr = NULL; in nilfs_segctor_collect_blocks()
1185 sci->sc_stage.gc_inode_ptr = NULL; in nilfs_segctor_collect_blocks()
1210 sci->sc_stage.gc_inode_ptr = NULL; in nilfs_segctor_collect_blocks()
1224 sci->sc_stage.dirty_file_ptr = in nilfs_segctor_collect_blocks()
1233 sci->sc_stage.dirty_file_ptr = NULL; in nilfs_segctor_collect_blocks()
[all …]
H A Dsegment.h143 struct nilfs_cstage sc_stage; member
/linux-6.15/include/trace/events/
H A Dnilfs2.h38 __entry->stage = sci->sc_stage.scnt;