Searched refs:XFS_AG_RESV_NONE (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_ag_resv.c | 121 case XFS_AG_RESV_NONE: in xfs_ag_resv_needed() 348 case XFS_AG_RESV_NONE: in xfs_ag_resv_alloc_extent() 390 case XFS_AG_RESV_NONE: in xfs_ag_resv_free_extent()
|
D | xfs_ialloc_btree.c | 117 return __xfs_inobt_alloc_block(cur, start, new, stat, XFS_AG_RESV_NONE); in xfs_inobt_alloc_block() 152 return __xfs_inobt_free_block(cur, bp, XFS_AG_RESV_NONE); in xfs_inobt_free_block()
|
D | xfs_ag.c | 463 len, &oinfo, XFS_AG_RESV_NONE); in xfs_ag_extend_space()
|
D | xfs_bmap.c | 3205 xfs_ag_resv_needed(pag, XFS_AG_RESV_NONE)); in xfs_bmap_longest_free_extent() 3539 args.resv = XFS_AG_RESV_NONE; in xfs_bmap_btalloc()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_trans_extfree.c | 72 oinfo, XFS_AG_RESV_NONE, skip_discard); in xfs_trans_free_extent()
|
D | xfs_filestream.c | 193 xfs_ag_resv_needed(pag, XFS_AG_RESV_NONE)); in xfs_filestream_pick_ag()
|
D | xfs_mount.h | 315 XFS_AG_RESV_NONE = 0, enumerator
|