Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_trans.c113 (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 Dxfs_fsops.c165 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 Dxfs_reflink.c914 XFS_TRANS_RESERVE, &tp); in xfs_reflink_end_cow_extent()
1019 XFS_TRANS_RESERVE, &tp); in xfs_reflink_end_atomic_cow()
H A Dxfs_refcount_item.c547 XFS_TRANS_RESERVE, &tp); in xfs_refcount_recover_work()
H A Dxfs_rmap_item.c600 XFS_TRANS_RESERVE, &tp); in xfs_rmap_recover_work()
H A Dxfs_attr_item.c776 error = xfs_trans_alloc(mp, &resv, total, 0, XFS_TRANS_RESERVE, &tp); in xfs_attr_recover_work()
H A Dxfs_zone_alloc.c345 XFS_TRANS_RESERVE | XFS_TRANS_RES_FDBLKS, &tp); in xfs_zoned_end_io()
H A Dxfs_inode.c1225 XFS_IFREE_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, in xfs_inactive_ifree()
/linux/fs/xfs/libxfs/
H A Dxfs_shared.h144 #define XFS_TRANS_RESERVE (1u << 4) macro
H A Dxfs_bmap.c4378 XFS_TRANS_RESERVE, &tp); in xfs_bmapi_convert_one_delalloc()