Searched refs:sc_segbufs (Results 1 – 2 of 2) sorted by relevance
441 if (NILFS_SEGBUF_IS_LAST(sci->sc_curseg, &sci->sc_segbufs)) in nilfs_segctor_feed_segment()958 bh_sr = NILFS_LAST_SEGBUF(&sci->sc_segbufs)->sb_super_root; in nilfs_segctor_fill_in_super_root()1328 BUG_ON(!list_empty(&sci->sc_segbufs)); in nilfs_segctor_begin_construction()1329 list_add_tail(&segbuf->sb_list, &sci->sc_segbufs); in nilfs_segctor_begin_construction()1347 prev = NILFS_LAST_SEGBUF(&sci->sc_segbufs); in nilfs_segctor_extend_segments()1380 list_splice_tail(&list, &sci->sc_segbufs); in nilfs_segctor_extend_segments()1440 list_for_each_entry(segbuf, &sci->sc_segbufs, sb_list) { in nilfs_segctor_update_segusage()1475 list_for_each_entry_continue(segbuf, &sci->sc_segbufs, sb_list) { in nilfs_segctor_truncate_segments()1480 nilfs_truncate_logs(&sci->sc_segbufs, last); in nilfs_segctor_truncate_segments()1493 sci->sc_curseg = NILFS_FIRST_SEGBUF(&sci->sc_segbufs); in nilfs_segctor_collect()[all …]
139 struct list_head sc_segbufs; member