Searched refs:tr_remove (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_trans_resv.c | 809 resp->tr_remove.tr_logres = xfs_calc_remove_reservation(mp); in xfs_trans_resv_calc() 810 resp->tr_remove.tr_logcount = XFS_REMOVE_LOG_COUNT; in xfs_trans_resv_calc() 811 resp->tr_remove.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
|
D | xfs_trans_resv.h | 26 struct xfs_trans_res tr_remove; /* unlink trans */ member
|
/fs/xfs/ |
D | xfs_inode.c | 2892 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_remove, resblks, 0, 0, &tp); in xfs_remove() 2895 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_remove, 0, 0, 0, in xfs_remove()
|