Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dsegment.c397 struct nilfs_segment_buffer *segbuf = sci->sc_curseg; in nilfs_segctor_map_segsum_entry()
418 struct nilfs_segment_buffer *segbuf = sci->sc_curseg; in nilfs_segctor_reset_segment_buffer()
457 sci->sc_nblk_this_inc += sci->sc_curseg->sb_sum.nblocks; in nilfs_segctor_feed_segment()
458 if (NILFS_SEGBUF_IS_LAST(sci->sc_curseg, &sci->sc_segbufs)) in nilfs_segctor_feed_segment()
464 sci->sc_curseg = NILFS_NEXT_SEGBUF(sci->sc_curseg); in nilfs_segctor_feed_segment()
470 struct nilfs_segment_buffer *segbuf = sci->sc_curseg; in nilfs_segctor_add_super_root()
477 segbuf = sci->sc_curseg; in nilfs_segctor_add_super_root()
503 sci->sc_curseg->sb_sum.nfinfo++; in nilfs_segctor_begin_finfo()
541 segbuf = sci->sc_curseg; in nilfs_segctor_end_finfo()
557 segbuf = sci->sc_curseg; in nilfs_segctor_add_file_block()
[all …]
Dsegment.h142 struct nilfs_segment_buffer *sc_curseg; member