Home
last modified time | relevance | path

Searched refs:tr_itruncate (Results 1 – 11 of 11) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.h23 struct xfs_trans_res tr_itruncate; /* truncate trans */ member
H A Dxfs_trans_resv.c1199 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp, false); in xfs_trans_resv_calc()
1200 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc()
1201 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
1275 resp->tr_itruncate.tr_logcount += logcount_adj; in xfs_trans_resv_calc()
/linux/fs/xfs/
H A Dxfs_symlink.c277 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_symlink_rmt()
H A Dxfs_qm_syscalls.c70 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_qm_scall_trunc_qfile()
H A Dxfs_bmap_item.c512 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_bmap_recover_work()
H A Dxfs_rmap_item.c590 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_rmap_recover_work()
H A Dxfs_refcount_item.c537 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_refcount_recover_work()
H A Dxfs_iops.c961 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, resblks, in xfs_setattr_size()
H A Dxfs_bmap_util.c591 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_free_eofblocks()
/linux/fs/xfs/scrub/
H A Dtempfile.c862 error = xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xrep_tempexch_trans_alloc()
H A Dcommon.c892 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xchk_trans_alloc()