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