Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_ag_resv.c77 case XFS_AG_RESV_METADATA: in xfs_ag_resv_critical()
111 case XFS_AG_RESV_METADATA: in xfs_ag_resv_needed()
171 err2 = __xfs_ag_resv_free(pag, XFS_AG_RESV_METADATA); in xfs_ag_resv_free()
202 case XFS_AG_RESV_METADATA: in __xfs_ag_resv_init()
266 error = __xfs_ag_resv_init(pag, XFS_AG_RESV_METADATA, in xfs_ag_resv_init()
285 error = __xfs_ag_resv_init(pag, XFS_AG_RESV_METADATA, in xfs_ag_resv_init()
311 ASSERT(xfs_perag_resv(pag, XFS_AG_RESV_METADATA)->ar_reserved + in xfs_ag_resv_init()
335 case XFS_AG_RESV_METADATA: in xfs_ag_resv_alloc_extent()
377 case XFS_AG_RESV_METADATA: in xfs_ag_resv_free_extent()
Dxfs_types.h175 XFS_AG_RESV_METADATA, enumerator
Dxfs_refcount_btree.c72 args.resv = XFS_AG_RESV_METADATA; in xfs_refcountbt_alloc_block()
113 XFS_AG_RESV_METADATA); in xfs_refcountbt_free_block()
Dxfs_ialloc_btree.c148 XFS_AG_RESV_METADATA); in xfs_finobt_alloc_block()
178 return __xfs_inobt_free_block(cur, bp, XFS_AG_RESV_METADATA); in xfs_finobt_free_block()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_mount.h389 case XFS_AG_RESV_METADATA: in xfs_perag_resv()
Dxfs_reflink.c980 xfs_ag_resv_critical(pag, XFS_AG_RESV_METADATA)) in xfs_reflink_ag_has_free_space()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Drepair.c165 !xfs_ag_resv_critical(pag, XFS_AG_RESV_METADATA) && in xrep_ag_has_space()