Searched refs:tr_itruncate (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_log_rlimit.c | 70 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()
|
A D | xfs_trans_resv.c | 927 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()
|
A D | xfs_trans_resv.h | 23 struct xfs_trans_res tr_itruncate; /* truncate trans */ member
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_qm_syscalls.c | 71 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_qm_scall_trunc_qfile()
|
A D | xfs_symlink.c | 398 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_symlink_rmt()
|
A D | xfs_refcount_item.c | 493 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_cui_item_recover()
|
A D | xfs_rmap_item.c | 509 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_rui_item_recover()
|
A D | xfs_bmap_item.c | 485 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_bui_item_recover()
|
A D | xfs_extfree_item.c | 619 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_efi_item_recover()
|
A D | xfs_iops.c | 899 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_setattr_size()
|
A D | xfs_bmap_util.c | 737 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_free_eofblocks()
|
A D | xfs_inode.c | 1500 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_truncate()
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | common.c | 569 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xchk_trans_alloc()
|
Completed in 26 milliseconds