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

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c70 resv->tr_itruncate.tr_logcount =
79 resv->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT;
90 resv->tr_itruncate.tr_logres =
H A Dxfs_trans_resv.h23 struct xfs_trans_res tr_itruncate; /* truncate trans */ member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c929 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp, false);
930 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT;
931 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
1027 resp->tr_itruncate.tr_logcount += logcount_adj;
/linux-master/fs/xfs/
H A Dxfs_symlink.c276 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
H A Dxfs_qm_syscalls.c71 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
H A Dxfs_refcount_item.c483 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate);
H A Dxfs_bmap_item.c507 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate);
H A Dxfs_extfree_item.c627 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate);
H A Dxfs_rmap_item.c537 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate);
H A Dxfs_iops.c903 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
H A Dxfs_bmap_util.c590 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
H A Dxfs_inode.c1570 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
/linux-master/fs/xfs/scrub/
H A Dcommon.c716 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate,

Completed in 155 milliseconds