Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_shared.h120 #define XFS_TRANS_RESERVE (1u << 4) macro
Dxfs_bmap.c4628 XFS_TRANS_RESERVE, &tp); in xfs_bmapi_convert_one_delalloc()
/linux-6.12.1/fs/xfs/
Dxfs_trans.c112 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()
158 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve()
1079 force ? XFS_TRANS_RESERVE : 0, &tp); in xfs_trans_alloc_inode()
1159 if (tp->t_flags & XFS_TRANS_RESERVE) in xfs_trans_reserve_more_inode()
Dxfs_fsops.c152 XFS_GROWFS_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, in xfs_growfs_data_private()
271 XFS_GROWFS_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, &tp); in xfs_growfs_imaxpct()
Dxfs_refcount_item.c487 XFS_TRANS_RESERVE, &tp); in xfs_refcount_recover_work()
Dxfs_rmap_item.c538 XFS_TRANS_RESERVE, &tp); in xfs_rmap_recover_work()
Dxfs_attr_item.c781 error = xfs_trans_alloc(mp, &resv, total, 0, XFS_TRANS_RESERVE, &tp); in xfs_attr_recover_work()
Dxfs_reflink.c717 XFS_TRANS_RESERVE, &tp); in xfs_reflink_end_cow_extent()
Dxfs_inode.c1202 XFS_IFREE_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, in xfs_inactive_ifree()
Dxfs_log_recover.c2530 dfc->dfc_rtxres, XFS_TRANS_RESERVE, &tp); in xlog_finish_defer_ops()