Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_trans_resv.h23 struct xfs_trans_res tr_itruncate; /* truncate trans */ member
Dxfs_trans_resv.c852 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp); in xfs_trans_resv_calc()
854 resp->tr_itruncate.tr_logcount = in xfs_trans_resv_calc()
857 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc()
858 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
/linux-4.19.296/fs/xfs/
Dxfs_rmap_item.c460 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_rui_recover()
Dxfs_refcount_item.c451 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_cui_recover()
Dxfs_bmap_item.c440 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_bui_recover()
Dxfs_extfree_item.c524 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_efi_recover()
Dxfs_symlink.c414 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_symlink_rmt()
Dxfs_qm_syscalls.c228 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_qm_scall_trunc_qfile()
Dxfs_iops.c954 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_setattr_size()
Dxfs_bmap_util.c824 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, in xfs_free_eofblocks()
Dxfs_inode.c1697 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_truncate()
Dxfs_log_recover.c4841 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, resblks, in xlog_finish_defer_ops()
/linux-4.19.296/fs/xfs/scrub/
Dcommon.c593 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xchk_trans_alloc()