Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_ag_resv.c75 case XFS_AG_RESV_METADATA: in xfs_ag_resv_critical()
109 case XFS_AG_RESV_METADATA: in xfs_ag_resv_needed()
169 err2 = __xfs_ag_resv_free(pag, XFS_AG_RESV_METADATA); in xfs_ag_resv_free()
200 case XFS_AG_RESV_METADATA: in __xfs_ag_resv_init()
264 error = __xfs_ag_resv_init(pag, XFS_AG_RESV_METADATA, in xfs_ag_resv_init()
283 error = __xfs_ag_resv_init(pag, XFS_AG_RESV_METADATA, in xfs_ag_resv_init()
309 ASSERT(xfs_perag_resv(pag, XFS_AG_RESV_METADATA)->ar_reserved + in xfs_ag_resv_init()
333 case XFS_AG_RESV_METADATA: in xfs_ag_resv_alloc_extent()
375 case XFS_AG_RESV_METADATA: in xfs_ag_resv_free_extent()
Dxfs_refcount_btree.c73 args.resv = XFS_AG_RESV_METADATA; in xfs_refcountbt_alloc_block()
114 XFS_AG_RESV_METADATA); in xfs_refcountbt_free_block()
Dxfs_types.h176 XFS_AG_RESV_METADATA, enumerator
Dxfs_ialloc_btree.c128 XFS_AG_RESV_METADATA); in xfs_finobt_alloc_block()
157 return __xfs_inobt_free_block(cur, bp, XFS_AG_RESV_METADATA); in xfs_finobt_free_block()
/fs/xfs/
Dxfs_mount.h421 case XFS_AG_RESV_METADATA: in xfs_perag_resv()
Dxfs_reflink.c982 xfs_ag_resv_critical(pag, XFS_AG_RESV_METADATA)) in xfs_reflink_ag_has_free_space()
/fs/xfs/scrub/
Drepair.c165 !xfs_ag_resv_critical(pag, XFS_AG_RESV_METADATA) && in xrep_ag_has_space()