Home
last modified time | relevance | path

Searched refs:XFS_TRANS_RESERVE (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/
H A Dxfs_fsops.c161 XFS_GROWFS_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, in xfs_growfs_data_private()
283 XFS_GROWFS_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, &tp); in xfs_growfs_imaxpct()
H A Dxfs_trans.c113 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()
159 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve()
1098 force ? XFS_TRANS_RESERVE : 0, &tp); in xfs_trans_alloc_inode()
1178 if (tp->t_flags & XFS_TRANS_RESERVE) in xfs_trans_reserve_more_inode()
H A Dxfs_rmap_item.c592 XFS_TRANS_RESERVE, &tp); in xfs_rmap_recover_work()
H A Dxfs_refcount_item.c539 XFS_TRANS_RESERVE, &tp); in xfs_refcount_recover_work()
H A Dxfs_attr_item.c781 error = xfs_trans_alloc(mp, &resv, total, 0, XFS_TRANS_RESERVE, &tp); in xfs_attr_recover_work()
H A Dxfs_reflink.c806 XFS_TRANS_RESERVE, &tp); in xfs_reflink_end_cow_extent()
H A Dxfs_log_recover.c2536 dfc->dfc_rtxres, XFS_TRANS_RESERVE, &tp); in xlog_finish_defer_ops()
/linux/fs/xfs/libxfs/
H A Dxfs_shared.h144 #define XFS_TRANS_RESERVE (1u << 4) macro
H A Dxfs_bmap.c4662 XFS_TRANS_RESERVE, &tp); in xfs_bmapi_convert_one_delalloc()