Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nilfs2/
Dsegment.c991 if (!(sci->sc_stage.flags & NILFS_CF_NODE)) { in nilfs_segctor_scan_file()
1006 if (!(sci->sc_stage.flags & NILFS_CF_NODE)) { in nilfs_segctor_scan_file()
1015 sci->sc_stage.flags |= NILFS_CF_NODE; in nilfs_segctor_scan_file()
1030 sci->sc_stage.flags &= ~NILFS_CF_NODE; in nilfs_segctor_scan_file()
1065 switch (sci->sc_stage.scnt) { in nilfs_segctor_collect_blocks()
1068 sci->sc_stage.flags = 0; in nilfs_segctor_collect_blocks()
1074 sci->sc_stage.scnt = NILFS_ST_DSYNC; in nilfs_segctor_collect_blocks()
1079 sci->sc_stage.dirty_file_ptr = NULL; in nilfs_segctor_collect_blocks()
1080 sci->sc_stage.gc_inode_ptr = NULL; in nilfs_segctor_collect_blocks()
1082 sci->sc_stage.scnt = NILFS_ST_DAT; in nilfs_segctor_collect_blocks()
[all …]
Dsegment.h157 struct nilfs_cstage sc_stage; member