Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c70 resv->tr_itruncate.tr_logcount = in xfs_log_calc_trans_resv_for_minlogblocks()
79 resv->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks()
90 resv->tr_itruncate.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()
H A Dxfs_trans_resv.c927 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp, false); in xfs_trans_resv_calc()
928 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc()
929 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
1025 resp->tr_itruncate.tr_logcount += logcount_adj; in xfs_trans_resv_calc()
H A Dxfs_trans_resv.h23 struct xfs_trans_res tr_itruncate; /* truncate trans */ member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_trans_resv.c851 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp); in xfs_trans_resv_calc()
853 resp->tr_itruncate.tr_logcount = in xfs_trans_resv_calc()
856 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc()
857 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
H A Dxfs_trans_resv.h23 struct xfs_trans_res tr_itruncate; /* truncate trans */ member
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_refcount_item.c486 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_cui_item_recover()
H A Dxfs_bmap_item.c491 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_bui_item_recover()
H A Dxfs_rmap_item.c518 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_rui_item_recover()
H A Dxfs_symlink.c390 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_symlink_rmt()
H A Dxfs_extfree_item.c615 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_efi_item_recover()
H A Dxfs_qm_syscalls.c287 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_qm_scall_trunc_qfile()
H A Dxfs_iops.c923 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_setattr_size()
H A Dxfs_bmap_util.c680 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, in xfs_free_eofblocks()
H A Dxfs_inode.c1659 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_truncate()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_symlink.c398 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_symlink_rmt()
H A Dxfs_refcount_item.c518 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_cui_item_recover()
H A Dxfs_qm_syscalls.c71 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_qm_scall_trunc_qfile()
H A Dxfs_extfree_item.c687 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_efi_item_recover()
H A Dxfs_bmap_item.c519 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_bui_item_recover()
H A Dxfs_rmap_item.c534 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate); in xfs_rui_item_recover()
H A Dxfs_iops.c904 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_setattr_size()
H A Dxfs_bmap_util.c737 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_free_eofblocks()
H A Dxfs_inode.c1506 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_truncate()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dcommon.c604 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xchk_trans_alloc()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dcommon.c670 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xchk_trans_alloc()

Completed in 37 milliseconds