Searched refs:tr_write (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_trans_resv.h | 34 struct xfs_trans_res tr_write; /* extent alloc trans */ member
|
D | xfs_trans_resv.c | 787 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()
|
D | xfs_bmap.c | 5918 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_bmap_split_extent()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iomap.c | 180 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_iomap_write_direct() 690 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_iomap_write_allocate() 853 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_iomap_write_unwritten()
|
D | xfs_bmap_util.c | 1019 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_alloc_file_space() 1282 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, resblks, 0); in xfs_free_file_space() 1462 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_write, in xfs_shift_file_space()
|