Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_fsops.c44 struct xfs_perag *last_pag, in xfs_resizefs_init_new_ags() argument
77 error = xfs_ag_extend_space(last_pag, tp, delta); in xfs_resizefs_init_new_ags()
100 struct xfs_perag *last_pag; in xfs_growfs_data_private() local
162 last_pag = xfs_perag_get(mp, oagcount - 1); in xfs_growfs_data_private()
165 delta, last_pag, &lastag_extended); in xfs_growfs_data_private()
170 error = xfs_ag_shrink_space(last_pag, &tp, -delta); in xfs_growfs_data_private()
172 xfs_perag_put(last_pag); in xfs_growfs_data_private()