Lines Matching full:segment
50 * @ns_seg_seq: segment sequence counter
51 * @ns_segnum: index number of the latest full segment.
52 * @ns_nextnum: index number of the full segment index to be used next
53 * @ns_pseg_offset: offset of next partial segment in the current full segment
55 * @ns_ctime: write time of the last segment
56 * @ns_nongc_ctime: write time of the last segment not for cleaner operation
58 * @ns_last_segment_lock: lock protecting fields for the latest segment
59 * @ns_last_pseg: start block number of the latest segment
60 * @ns_last_seq: sequence value of the latest segment
61 * @ns_last_cno: checkpoint number of the latest segment
84 * @ns_blocks_per_segment: number of blocks per segment
107 * - allocating a new full segment.
131 * The following fields hold information on the latest partial segment
339 /* terminate the current full segment (used in case of I/O-error) */ in nilfs_terminate_segment()
345 /* move forward with a full segment */ in nilfs_shift_to_next_segment()