Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_ag_resv.c79 case XFS_AG_RESV_RMAPBT: in xfs_ag_resv_critical()
110 case XFS_AG_RESV_RMAPBT: in xfs_ag_resv_needed()
145 if (type == XFS_AG_RESV_RMAPBT) in __xfs_ag_resv_free()
168 error = __xfs_ag_resv_free(pag, XFS_AG_RESV_RMAPBT); in xfs_ag_resv_free()
191 case XFS_AG_RESV_RMAPBT: in __xfs_ag_resv_init()
298 error = __xfs_ag_resv_init(pag, XFS_AG_RESV_RMAPBT, ask, used); in xfs_ag_resv_init()
310 xfs_perag_resv(pag, XFS_AG_RESV_RMAPBT)->ar_reserved <= in xfs_ag_resv_init()
334 case XFS_AG_RESV_RMAPBT: in xfs_ag_resv_alloc_extent()
349 if (type == XFS_AG_RESV_RMAPBT) in xfs_ag_resv_alloc_extent()
376 case XFS_AG_RESV_RMAPBT: in xfs_ag_resv_free_extent()
[all …]
Dxfs_ag_resv.h36 xfs_ag_resv_alloc_extent(pag, XFS_AG_RESV_RMAPBT, &args); in xfs_ag_resv_rmapbt_alloc()
48 xfs_ag_resv_free_extent(pag, XFS_AG_RESV_RMAPBT, NULL, 1); in xfs_ag_resv_rmapbt_free()
Dxfs_types.h177 XFS_AG_RESV_RMAPBT, enumerator
/fs/xfs/scrub/
Drepair.c164 return !xfs_ag_resv_critical(pag, XFS_AG_RESV_RMAPBT) && in xrep_ag_has_space()
295 case XFS_AG_RESV_RMAPBT: in xrep_alloc_ag_block()
304 if (resv == XFS_AG_RESV_RMAPBT) in xrep_alloc_ag_block()
/fs/xfs/
Dxfs_mount.h428 case XFS_AG_RESV_RMAPBT: in xfs_perag_resv()
Dxfs_reflink.c981 if (xfs_ag_resv_critical(pag, XFS_AG_RESV_RMAPBT) || in xfs_reflink_ag_has_free_space()