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() 112 case XFS_AG_RESV_METADATA: in xfs_ag_resv_needed() 164 __xfs_ag_resv_free(pag, XFS_AG_RESV_METADATA); in xfs_ag_resv_free() 192 case XFS_AG_RESV_METADATA: in __xfs_ag_resv_init() 259 error = __xfs_ag_resv_init(pag, XFS_AG_RESV_METADATA, in xfs_ag_resv_init() 278 error = __xfs_ag_resv_init(pag, XFS_AG_RESV_METADATA, in xfs_ag_resv_init() 326 xfs_perag_resv(pag, XFS_AG_RESV_METADATA)->ar_reserved + in xfs_ag_resv_init() 352 case XFS_AG_RESV_METADATA: in xfs_ag_resv_alloc_extent() 395 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_types.h | 196 XFS_AG_RESV_METADATA, enumerator
|
| 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_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 | 601 XFS_AG_RESV_METADATA); in xrep_refc_build_new_tree() 680 &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 | 271 !xfs_ag_resv_critical(pag, XFS_AG_RESV_METADATA) && in xrep_ag_has_space()
|
| /linux/fs/xfs/ |
| H A D | xfs_reflink.c | 1302 xfs_ag_resv_critical(pag, XFS_AG_RESV_METADATA)) in xfs_reflink_ag_has_free_space()
|