Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_log_rlimit.c120 resv->tr_itruncate.tr_logcount = in xfs_log_calc_trans_resv_for_minlogblocks()
129 resv->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks()
140 resv->tr_itruncate.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()
A Dxfs_trans_resv.c1299 resp->tr_atomic_ioend = resp->tr_itruncate; in xfs_calc_default_atomic_ioend_reservation()
1317 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp, false); in xfs_trans_resv_calc()
1318 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc()
1319 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
1393 resp->tr_itruncate.tr_logcount += logcount_adj; in xfs_trans_resv_calc()
A Dxfs_trans_resv.h23 struct xfs_trans_res tr_itruncate; /* truncate trans */ member
/fs/xfs/
A Dxfs_symlink.c277 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_symlink_rmt()
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()
A Dxfs_bmap_item.c522 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_bmap_recover_work()
A Dxfs_refcount_item.c547 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_refcount_recover_work()
A Dxfs_rmap_item.c600 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_rmap_recover_work()
A Dxfs_extfree_item.c683 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_extent_free_recover_work()
A Dxfs_iops.c1055 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, resblks, in xfs_setattr_size()
A Dxfs_bmap_util.c607 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_free_eofblocks()
A Dxfs_inode.c1152 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_truncate()
/fs/xfs/scrub/
A Dtempfile.c862 error = xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xrep_tempexch_trans_alloc()
A Dcommon.c892 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xchk_trans_alloc()

Completed in 42 milliseconds