Searched refs:XFS_TRANS_RESERVE (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_trans.c | 113 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup() 153 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve() 1082 force ? XFS_TRANS_RESERVE : 0, &tp); in xfs_trans_alloc_inode() 1131 bool rsvd = tp->t_flags & XFS_TRANS_RESERVE; in xfs_trans_reserve_more() 1170 if (tp->t_flags & XFS_TRANS_RESERVE) in xfs_trans_reserve_more_inode()
|
| H A D | xfs_fsops.c | 165 XFS_GROWFS_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, in xfs_growfs_data_private() 287 XFS_GROWFS_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, &tp); in xfs_growfs_imaxpct()
|
| H A D | xfs_reflink.c | 914 XFS_TRANS_RESERVE, &tp); in xfs_reflink_end_cow_extent() 1019 XFS_TRANS_RESERVE, &tp); in xfs_reflink_end_atomic_cow()
|
| H A D | xfs_refcount_item.c | 547 XFS_TRANS_RESERVE, &tp); in xfs_refcount_recover_work()
|
| H A D | xfs_rmap_item.c | 600 XFS_TRANS_RESERVE, &tp); in xfs_rmap_recover_work()
|
| H A D | xfs_attr_item.c | 776 error = xfs_trans_alloc(mp, &resv, total, 0, XFS_TRANS_RESERVE, &tp); in xfs_attr_recover_work()
|
| H A D | xfs_zone_alloc.c | 345 XFS_TRANS_RESERVE | XFS_TRANS_RES_FDBLKS, &tp); in xfs_zoned_end_io()
|
| H A D | xfs_inode.c | 1225 XFS_IFREE_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, in xfs_inactive_ifree()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_shared.h | 144 #define XFS_TRANS_RESERVE (1u << 4) macro
|
| H A D | xfs_bmap.c | 4378 XFS_TRANS_RESERVE, &tp); in xfs_bmapi_convert_one_delalloc()
|