Searched refs:tr_link (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/fs/xfs/libxfs/ |
| D | xfs_trans_resv.h | 25 struct xfs_trans_res tr_link; /* link trans */ member
|
| D | xfs_trans_resv.c | 806 resp->tr_link.tr_logres = xfs_calc_link_reservation(mp); in xfs_trans_resv_calc() 807 resp->tr_link.tr_logcount = XFS_LINK_LOG_COUNT; in xfs_trans_resv_calc() 808 resp->tr_link.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
|
| /Linux-v4.19/fs/xfs/ |
| D | xfs_inode.c | 1411 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, resblks, 0, 0, &tp); in xfs_link() 1414 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, 0, 0, 0, &tp); in xfs_link()
|