Searched refs:XFS_AG_RESV_NONE (Results 1 – 13 of 13) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_ag_resv.c | 118 case XFS_AG_RESV_NONE: in xfs_ag_resv_needed() 360 case XFS_AG_RESV_NONE: in xfs_ag_resv_alloc_extent() 403 case XFS_AG_RESV_NONE: in xfs_ag_resv_free_extent()
|
H A D | xfs_ag.c | 752 .resv = XFS_AG_RESV_NONE, in xfs_ag_shrink_space() 839 XFS_AG_RESV_NONE, XFS_FREE_EXTENT_SKIP_DISCARD); in xfs_ag_shrink_space() 924 len, &XFS_RMAP_OINFO_SKIP_UPDATE, XFS_AG_RESV_NONE); in xfs_ag_extend_space() 969 xfs_ag_resv_needed(pag, XFS_AG_RESV_NONE); in xfs_ag_get_geometry()
|
H A D | xfs_types.h | 194 XFS_AG_RESV_NONE = 0, enumerator
|
H A D | xfs_ialloc_btree.c | 146 return __xfs_inobt_alloc_block(cur, start, new, stat, XFS_AG_RESV_NONE); in xfs_inobt_alloc_block() 181 return __xfs_inobt_free_block(cur, bp, XFS_AG_RESV_NONE); in xfs_inobt_free_block()
|
H A D | xfs_bmap_btree.c | 285 XFS_AG_RESV_NONE, 0); in xfs_bmbt_free_block()
|
H A D | xfs_refcount.c | 1141 rec->rc_blockcount, NULL, XFS_AG_RESV_NONE, flags); in xrefc_free_extent() 2143 XFS_AG_RESV_NONE, in xfs_refcount_recover_cow_leftovers()
|
H A D | xfs_ialloc.c | 2013 XFS_AG_RESV_NONE, 0); in xfs_difree_inode_chunk() 2059 XFS_AG_RESV_NONE, 0); in xfs_difree_inode_chunk()
|
H A D | xfs_bmap.c | 609 XFS_AG_RESV_NONE, 0); in xfs_bmap_btree_to_extents() 3316 xfs_ag_resv_needed(pag, XFS_AG_RESV_NONE)); in xfs_bmap_longest_free_extent() 3783 .resv = XFS_AG_RESV_NONE, in xfs_bmap_btalloc() 5419 XFS_AG_RESV_NONE, efi_flags); in xfs_bmap_del_extent_real()
|
/linux/fs/xfs/scrub/ |
H A D | reap.c | 458 ASSERT(rs->resv == XFS_AG_RESV_NONE); in xreap_agextent_iter() 670 .resv = XFS_AG_RESV_NONE, in xrep_reap_fsblocks() 768 ASSERT(rs->resv == XFS_AG_RESV_NONE); in xreap_rgextent_iter() 888 .resv = XFS_AG_RESV_NONE, in xrep_reap_rtblocks() 924 .resv = XFS_AG_RESV_NONE, in xrep_reap_metadir_fsblocks() 1212 imap->br_blockcount, NULL, XFS_AG_RESV_NONE, in xrep_reap_bmapi_iter()
|
H A D | newbt.c | 119 XFS_AG_RESV_NONE); in xrep_newbt_init_inode() 156 XFS_AG_RESV_NONE); in xrep_newbt_init_metadir_inode() 172 XFS_AG_RESV_NONE); in xrep_newbt_init_bare()
|
H A D | ialloc_repair.c | 656 XFS_AG_RESV_NONE); in xrep_ibt_build_new_trees() 672 resv = XFS_AG_RESV_NONE; in xrep_ibt_build_new_trees() 779 &XFS_RMAP_OINFO_INOBT, XFS_AG_RESV_NONE); in xrep_ibt_remove_old_trees()
|
H A D | cow_repair.c | 420 .resv = XFS_AG_RESV_NONE, in xrep_cow_alloc()
|
/linux/fs/xfs/ |
H A D | xfs_reflink.c | 664 XFS_AG_RESV_NONE, in xfs_reflink_cancel_cow_blocks()
|