Lines Matching full:segment
3 * NILFS Segment constructor prototypes and definitions
28 * @ri_lseg_start_seq: Sequence value of the segment at ri_lsegs_start
30 * @ri_pseg_start: Block number of the last partial segment
31 * @ri_seq: Sequence number on the last partial segment
32 * @ri_segnum: Segment number on the last partial segment
33 * @ri_nextnum: Next segment number on the last partial segment
77 * struct nilfs_sc_info - Segment constructor information
85 * @sc_freesegs: array of segment numbers to be freed
90 * @sc_segbufs: List of segment buffers
91 * @sc_write_logs: List of segment buffers to hold logs under writing
92 * @sc_segbuf_nblocks: Number of available blocks in segment buffers.
93 * @sc_curseg: Current segment buffer
95 * @sc_finfo_ptr: pointer to the current finfo struct in the segment summary
96 * @sc_binfo_ptr: pointer to the current binfo struct in the segment summary
99 * @sc_nblk_this_inc: Number of blocks included in the current logical segment
115 * @sc_lseg_stime: Start time of the latest logical segment
138 /* Segment buffers */
181 NILFS_SC_UNCLOSED, /* Logical segment is not closed */
182 NILFS_SC_SUPER_ROOT, /* The latest segment has a super root */
212 * logical segment with a super root.
227 /* segment.c */