Home
last modified time | relevance | path

Searched refs:tr_write (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/libxfs/
Dxfs_trans_resv.c787 resp->tr_write.tr_logres = xfs_calc_write_reservation(mp); in xfs_trans_resv_calc()
788 resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_trans_resv_calc()
789 resp->tr_write.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
Dxfs_trans_resv.h34 struct xfs_trans_res tr_write; /* extent alloc trans */ member
Dxfs_bmap.c5960 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_bmap_split_extent()
/fs/xfs/
Dxfs_iomap.c216 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_iomap_write_direct()
728 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_iomap_write_allocate()
891 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_iomap_write_unwritten()
Dxfs_bmap_util.c1042 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_alloc_file_space()
1320 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, resblks, 0); in xfs_free_file_space()
1500 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_shift_file_space()