Lines Matching +full:long +full:- +full:summary
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * segment.h - NILFS Segment constructor prototypes and definitions
5 * Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation.
22 * struct nilfs_recovery_info - Recovery information
26 * @ri_lsegs_start: Region for roll-forwarding (start block number)
27 * @ri_lsegs_end: Region for roll-forwarding (end block number)
55 * struct nilfs_cstage - Context of collection stage
60 * @gc_inode_ptr: Pointer on the list of gc-inodes
77 * struct nilfs_sc_info - Segment constructor information
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
124 unsigned long sc_nblk_inc;
141 unsigned long sc_segbuf_nblocks;
148 unsigned long sc_blk_cnt;
149 unsigned long sc_datablk_cnt;
150 unsigned long sc_nblk_this_inc;
153 unsigned long sc_flags;
156 unsigned long sc_state;
157 unsigned long sc_flush_request;
168 unsigned long sc_interval;
169 unsigned long sc_mjcp_freq;
170 unsigned long sc_lseg_stime; /* in 1/HZ seconds */
171 unsigned long sc_watermark;
180 NILFS_SC_DIRTY, /* One or more dirty meta-data blocks exist */