Searched refs:tr_itruncate (Results 1 – 8 of 8) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_trans_resv.c | 791 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp); in xfs_trans_resv_calc() 792 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc() 793 resp->tr_itruncate.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
|
D | xfs_trans_resv.h | 35 struct xfs_trans_res tr_itruncate; /* truncate trans */ member
|
/fs/xfs/ |
D | xfs_symlink.c | 461 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_itruncate, 0, 0); in xfs_inactive_symlink_rmt()
|
D | xfs_qm_syscalls.c | 240 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_itruncate, 0, 0); in xfs_qm_scall_trunc_qfile()
|
D | xfs_iops.c | 860 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_itruncate, 0, 0); in xfs_setattr_size()
|
D | xfs_bmap_util.c | 912 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_itruncate, 0, 0); in xfs_free_eofblocks()
|
D | xfs_inode.c | 1728 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_itruncate, 0, 0); in xfs_inactive_truncate()
|
D | xfs_log_recover.c | 3821 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_itruncate, 0, 0); in xlog_recover_process_efi()
|