Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nilfs2/
Dsegment.c981 if (!(sci->sc_stage.flags & NILFS_CF_NODE)) { in nilfs_segctor_scan_file()
996 if (!(sci->sc_stage.flags & NILFS_CF_NODE)) { in nilfs_segctor_scan_file()
1005 sci->sc_stage.flags |= NILFS_CF_NODE; in nilfs_segctor_scan_file()
1020 sci->sc_stage.flags &= ~NILFS_CF_NODE; in nilfs_segctor_scan_file()
1055 switch (sci->sc_stage.scnt) { in nilfs_segctor_collect_blocks()
1058 sci->sc_stage.flags = 0; in nilfs_segctor_collect_blocks()
1064 sci->sc_stage.scnt = NILFS_ST_DSYNC; in nilfs_segctor_collect_blocks()
1069 sci->sc_stage.dirty_file_ptr = NULL; in nilfs_segctor_collect_blocks()
1070 sci->sc_stage.gc_inode_ptr = NULL; in nilfs_segctor_collect_blocks()
1072 sci->sc_stage.scnt = NILFS_ST_DAT; in nilfs_segctor_collect_blocks()
[all …]
Dsegment.h152 struct nilfs_cstage sc_stage; member