Searched refs:XFS_AG_RESV_NONE (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/libxfs/ |
A D | xfs_ag_resv.c | 116 case XFS_AG_RESV_NONE: in xfs_ag_resv_needed() 370 case XFS_AG_RESV_NONE: in xfs_ag_resv_alloc_extent() 412 case XFS_AG_RESV_NONE: in xfs_ag_resv_free_extent()
|
A D | xfs_types.h | 178 XFS_AG_RESV_NONE = 0, enumerator
|
A D | xfs_ag.c | 777 .resv = XFS_AG_RESV_NONE, in xfs_ag_shrink_space() 937 XFS_AG_RESV_NONE); in xfs_ag_extend_space() 981 xfs_ag_resv_needed(pag, XFS_AG_RESV_NONE); in xfs_ag_get_geometry()
|
A D | xfs_ialloc_btree.c | 137 return __xfs_inobt_alloc_block(cur, start, new, stat, XFS_AG_RESV_NONE); in xfs_inobt_alloc_block() 170 return __xfs_inobt_free_block(cur, bp, XFS_AG_RESV_NONE); in xfs_inobt_free_block()
|
A D | xfs_bmap.c | 3203 xfs_ag_resv_needed(pag, XFS_AG_RESV_NONE)); in xfs_bmap_longest_free_extent() 3504 args.resv = XFS_AG_RESV_NONE; in xfs_bmap_exact_minlen_extent_alloc() 3665 args.resv = XFS_AG_RESV_NONE; in xfs_bmap_btalloc()
|
/linux/fs/xfs/ |
A D | xfs_filestream.c | 158 xfs_ag_resv_needed(pag, XFS_AG_RESV_NONE)); in xfs_filestream_pick_ag()
|
A D | xfs_extfree_item.c | 375 oinfo, XFS_AG_RESV_NONE, skip_discard); in xfs_trans_free_extent()
|
Completed in 19 milliseconds