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

/linux-master/fs/xfs/
H A Dxfs_fsops.c44 struct xfs_perag *last_pag,
77 error = xfs_ag_extend_space(last_pag, tp, delta);
100 struct xfs_perag *last_pag; local
162 last_pag = xfs_perag_get(mp, oagcount - 1);
165 delta, last_pag, &lastag_extended);
170 error = xfs_ag_shrink_space(last_pag, &tp, -delta);
172 xfs_perag_put(last_pag);
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

Completed in 78 milliseconds