Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ag_resv.c78 case XFS_AG_RESV_METADATA: in xfs_ag_resv_critical()
113 case XFS_AG_RESV_METADATA: in xfs_ag_resv_needed()
165 __xfs_ag_resv_free(pag, XFS_AG_RESV_METADATA); in xfs_ag_resv_free()
193 case XFS_AG_RESV_METADATA: in __xfs_ag_resv_init()
260 error = __xfs_ag_resv_init(pag, XFS_AG_RESV_METADATA, in xfs_ag_resv_init()
279 error = __xfs_ag_resv_init(pag, XFS_AG_RESV_METADATA, in xfs_ag_resv_init()
327 xfs_perag_resv(pag, XFS_AG_RESV_METADATA)->ar_reserved + in xfs_ag_resv_init()
353 case XFS_AG_RESV_METADATA: in xfs_ag_resv_alloc_extent()
396 case XFS_AG_RESV_METADATA: in xfs_ag_resv_free_extent()
H A Dxfs_ag_resv.h27 case XFS_AG_RESV_METADATA: in xfs_perag_resv()
H A Dxfs_refcount_btree.c74 args.resv = XFS_AG_RESV_METADATA; in xfs_refcountbt_alloc_block()
111 &XFS_RMAP_OINFO_REFC, XFS_AG_RESV_METADATA, 0); in xfs_refcountbt_free_block()
H A Dxfs_types.h196 XFS_AG_RESV_METADATA, enumerator
H A Dxfs_ialloc_btree.c159 XFS_AG_RESV_METADATA); in xfs_finobt_alloc_block()
191 return __xfs_inobt_free_block(cur, bp, XFS_AG_RESV_METADATA); in xfs_finobt_free_block()
/linux/fs/xfs/scrub/
H A Drefcount_repair.c607 XFS_AG_RESV_METADATA); in xrep_refc_build_new_tree()
686 &XFS_RMAP_OINFO_REFC, XFS_AG_RESV_METADATA); in xrep_refc_remove_old_tree()
H A Dialloc_repair.c669 enum xfs_ag_resv_type resv = XFS_AG_RESV_METADATA; in xrep_ibt_build_new_trees()
H A Drepair.c270 !xfs_ag_resv_critical(pag, XFS_AG_RESV_METADATA) && in xrep_ag_has_space()
/linux/fs/xfs/
H A Dxfs_reflink.c1224 xfs_ag_resv_critical(pag, XFS_AG_RESV_METADATA)) in xfs_reflink_ag_has_free_space()