Searched refs:sc_segbufs (Results 1 – 2 of 2) sorted by relevance
453 if (NILFS_SEGBUF_IS_LAST(sci->sc_curseg, &sci->sc_segbufs)) in nilfs_segctor_feed_segment()988 bh_sr = NILFS_LAST_SEGBUF(&sci->sc_segbufs)->sb_super_root; in nilfs_segctor_fill_in_super_root()1363 BUG_ON(!list_empty(&sci->sc_segbufs)); in nilfs_segctor_begin_construction()1364 list_add_tail(&segbuf->sb_list, &sci->sc_segbufs); in nilfs_segctor_begin_construction()1382 prev = NILFS_LAST_SEGBUF(&sci->sc_segbufs); in nilfs_segctor_extend_segments()1415 list_splice_tail(&list, &sci->sc_segbufs); in nilfs_segctor_extend_segments()1475 list_for_each_entry(segbuf, &sci->sc_segbufs, sb_list) { in nilfs_segctor_update_segusage()1510 list_for_each_entry_continue(segbuf, &sci->sc_segbufs, sb_list) { in nilfs_segctor_truncate_segments()1515 nilfs_truncate_logs(&sci->sc_segbufs, last); in nilfs_segctor_truncate_segments()1528 sci->sc_curseg = NILFS_FIRST_SEGBUF(&sci->sc_segbufs); in nilfs_segctor_collect()[all …]
139 struct list_head sc_segbufs; member