Searched refs:oagcount (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_fsops.c41 xfs_agnumber_t oagcount,
55 id->agno >= oagcount;
97 xfs_agnumber_t oagcount; local
141 oagcount = mp->m_sb.sb_agcount;
143 if (nagcount > oagcount) {
147 } else if (nagcount < oagcount) {
162 last_pag = xfs_perag_get(mp, oagcount - 1);
164 error = xfs_resizefs_init_new_ags(tp, &id, oagcount, nagcount,
181 if (nagcount > oagcount)
182 xfs_trans_mod_sb(tp, XFS_TRANS_SB_AGCOUNT, nagcount - oagcount);
38 xfs_resizefs_init_new_ags( struct xfs_trans *tp, struct aghdr_init_data *id, xfs_agnumber_t oagcount, xfs_agnumber_t nagcount, xfs_rfsblock_t delta, struct xfs_perag *last_pag, bool *lastag_extended) argument
[all...]

Completed in 113 milliseconds