Searched refs:tr_itruncate (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_trans_resv.c | 793 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp); in xfs_trans_resv_calc() 795 resp->tr_itruncate.tr_logcount = in xfs_trans_resv_calc() 798 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc() 799 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
|
| D | xfs_trans_resv.h | 23 struct xfs_trans_res tr_itruncate; /* truncate trans */ member
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_bmap_item.c | 496 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_bui_recover()
|
| D | xfs_symlink.c | 405 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_symlink_rmt()
|
| D | xfs_refcount_item.c | 516 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_cui_recover()
|
| D | xfs_rmap_item.c | 546 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, in xfs_rui_recover()
|
| D | xfs_extfree_item.c | 631 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_efi_recover()
|
| D | xfs_qm_syscalls.c | 223 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_qm_scall_trunc_qfile()
|
| D | xfs_iops.c | 934 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_setattr_size()
|
| D | xfs_bmap_util.c | 819 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, in xfs_free_eofblocks()
|
| D | xfs_inode.c | 1686 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_truncate()
|
| D | xfs_log_recover.c | 4764 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, resblks, in xlog_finish_defer_ops()
|
| /Linux-v5.4/fs/xfs/scrub/ |
| D | common.c | 604 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xchk_trans_alloc()
|