Searched refs:XFS_AG_RESV_METADATA (Results 1 – 9 of 9) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_ag_resv.c | 78 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 D | xfs_ag_resv.h | 27 case XFS_AG_RESV_METADATA: in xfs_perag_resv()
|
H A D | xfs_refcount_btree.c | 74 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 D | xfs_types.h | 196 XFS_AG_RESV_METADATA, enumerator
|
H A D | xfs_ialloc_btree.c | 159 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 D | refcount_repair.c | 607 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 D | ialloc_repair.c | 669 enum xfs_ag_resv_type resv = XFS_AG_RESV_METADATA; in xrep_ibt_build_new_trees()
|
H A D | repair.c | 270 !xfs_ag_resv_critical(pag, XFS_AG_RESV_METADATA) && in xrep_ag_has_space()
|
/linux/fs/xfs/ |
H A D | xfs_reflink.c | 1224 xfs_ag_resv_critical(pag, XFS_AG_RESV_METADATA)) in xfs_reflink_ag_has_free_space()
|