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

/linux-master/fs/xfs/
H A Dxfs_fsops.c42 xfs_agnumber_t nagcount,
54 for (id->agno = nagcount - 1;
58 if (id->agno == nagcount - 1)
92 xfs_agnumber_t nagcount; local
127 nagcount = nb_div;
134 if (delta < 0 && nagcount < 2)
143 if (nagcount > oagcount) {
144 error = xfs_initialize_perag(mp, nagcount, nb, &nagimax);
147 } else if (nagcount < oagcount) {
164 error = xfs_resizefs_init_new_ags(tp, &id, oagcount, nagcount,
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 197 milliseconds