Searched refs:tr_itruncate (Results 1 – 11 of 11) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_trans_resv.h | 23 struct xfs_trans_res tr_itruncate; /* truncate trans */ member
|
H A D | xfs_trans_resv.c | 1199 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 D | xfs_symlink.c | 277 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_symlink_rmt()
|
H A 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()
|
H A D | xfs_bmap_item.c | 512 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_bmap_recover_work()
|
H A D | xfs_rmap_item.c | 590 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_rmap_recover_work()
|
H A D | xfs_refcount_item.c | 537 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_refcount_recover_work()
|
H A D | xfs_iops.c | 961 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, resblks, in xfs_setattr_size()
|
H A D | xfs_bmap_util.c | 591 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_free_eofblocks()
|
/linux/fs/xfs/scrub/ |
H A D | tempfile.c | 862 error = xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xrep_tempexch_trans_alloc()
|
H A D | common.c | 892 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xchk_trans_alloc()
|