Searched refs:sc_segbufs (Results 1 – 2 of 2) sorted by relevance
436 if (NILFS_SEGBUF_IS_LAST(sci->sc_curseg, &sci->sc_segbufs)) in nilfs_segctor_feed_segment()962 bh_sr = NILFS_LAST_SEGBUF(&sci->sc_segbufs)->sb_super_root; in nilfs_segctor_fill_in_super_root()1332 BUG_ON(!list_empty(&sci->sc_segbufs)); in nilfs_segctor_begin_construction()1333 list_add_tail(&segbuf->sb_list, &sci->sc_segbufs); in nilfs_segctor_begin_construction()1351 prev = NILFS_LAST_SEGBUF(&sci->sc_segbufs); in nilfs_segctor_extend_segments()1384 list_splice_tail(&list, &sci->sc_segbufs); in nilfs_segctor_extend_segments()1444 list_for_each_entry(segbuf, &sci->sc_segbufs, sb_list) { in nilfs_segctor_update_segusage()1479 list_for_each_entry_continue(segbuf, &sci->sc_segbufs, sb_list) { in nilfs_segctor_truncate_segments()1484 nilfs_truncate_logs(&sci->sc_segbufs, last); in nilfs_segctor_truncate_segments()1497 sci->sc_curseg = NILFS_FIRST_SEGBUF(&sci->sc_segbufs); in nilfs_segctor_collect()[all …]
139 struct list_head sc_segbufs; member