Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ag_resv.h10 int xfs_ag_resv_init(struct xfs_perag *pag, struct xfs_trans *tp);
H A Dxfs_ag_resv.c60 * to use the reservation system should update ask/used in xfs_ag_resv_init.
238 xfs_ag_resv_init( in xfs_ag_resv_init() function
H A Dxfs_ag.c831 err2 = xfs_ag_resv_init(pag, *tpp); in xfs_ag_shrink_space()
866 err2 = xfs_ag_resv_init(pag, *tpp); in xfs_ag_shrink_space()
/linux/fs/xfs/
H A Dxfs_fsops.c558 err2 = xfs_ag_resv_init(pag, NULL); in xfs_fs_reserve_ag_blocks()
H A Dxfs_trace.h3511 DEFINE_AG_RESV_EVENT(xfs_ag_resv_init);
/linux/fs/xfs/scrub/
H A Drepair.c1092 error = xfs_ag_resv_init(sc->sa.pag, sc->tp); in xrep_reset_perag_resv()