Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_shared.h66 #define XFS_TRANS_RESERVE (1u << 4) macro
A Dxfs_bmap.c4488 XFS_TRANS_RESERVE, &tp); in xfs_bmapi_convert_delalloc()
/linux-6.3-rc2/fs/xfs/
A Dxfs_fsops.c145 XFS_TRANS_RESERVE, &tp); in xfs_growfs_data_private()
259 XFS_GROWFS_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, &tp); in xfs_growfs_imaxpct()
A Dxfs_trans.c111 (tp->t_flags & XFS_TRANS_RESERVE) | in xfs_trans_dup()
157 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_reserve()
593 bool rsvd = (tp->t_flags & XFS_TRANS_RESERVE) != 0; in xfs_trans_unreserve_and_mod_sb()
1193 force ? XFS_TRANS_RESERVE : 0, &tp); in xfs_trans_alloc_inode()
A Dxfs_refcount_item.c494 mp->m_refc_maxlevels * 2, 0, XFS_TRANS_RESERVE, &tp); in xfs_cui_item_recover()
A Dxfs_rmap_item.c510 mp->m_rmap_maxlevels, 0, XFS_TRANS_RESERVE, &tp); in xfs_rui_item_recover()
A Dxfs_attr_item.c622 error = xfs_trans_alloc(mp, &tres, total, 0, XFS_TRANS_RESERVE, &tp); in xfs_attri_item_recover()
A Dxfs_reflink.c738 XFS_TRANS_RESERVE, &tp); in xfs_reflink_end_cow_extent()
A Dxfs_log_recover.c2481 dfc->dfc_rtxres, XFS_TRANS_RESERVE, &tp); in xlog_finish_defer_ops()
A Dxfs_inode.c1562 XFS_IFREE_SPACE_RES(mp), 0, XFS_TRANS_RESERVE, in xfs_inactive_ifree()

Completed in 50 milliseconds