Searched refs:tr_itruncate (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_log_rlimit.c | 116 resv->tr_itruncate.tr_logcount = in xfs_log_calc_trans_resv_for_minlogblocks() 125 resv->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks() 136 resv->tr_itruncate.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()
|
D | xfs_trans_resv.c | 1172 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp, false); in xfs_trans_resv_calc() 1173 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc() 1174 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc() 1248 resp->tr_itruncate.tr_logcount += logcount_adj; in xfs_trans_resv_calc()
|
D | xfs_trans_resv.h | 23 struct xfs_trans_res tr_itruncate; /* truncate trans */ member
|
/linux-6.12.1/fs/xfs/ |
D | xfs_symlink.c | 277 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_symlink_rmt()
|
D | xfs_qm_syscalls.c | 70 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_qm_scall_trunc_qfile()
|
D | xfs_refcount_item.c | 485 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_refcount_recover_work()
|
D | xfs_rmap_item.c | 536 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_rmap_recover_work()
|
D | xfs_bmap_item.c | 520 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_bmap_recover_work()
|
D | xfs_extfree_item.c | 620 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_extent_free_recover_work()
|
D | xfs_iops.c | 927 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, resblks, in xfs_setattr_size()
|
D | xfs_bmap_util.c | 595 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_free_eofblocks()
|
D | xfs_inode.c | 1140 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_truncate()
|
/linux-6.12.1/fs/xfs/scrub/ |
D | tempfile.c | 745 error = xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xrep_tempexch_trans_alloc()
|
D | common.c | 719 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xchk_trans_alloc()
|