Searched refs:tr_ifree (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.h31 struct xfs_trans_res tr_ifree; /* inode free trans */ member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c962 resp->tr_ifree.tr_logres = xfs_calc_ifree_reservation(mp);
963 resp->tr_ifree.tr_logcount = XFS_INACTIVE_LOG_COUNT;
964 resp->tr_ifree.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
/linux-master/fs/xfs/
H A Dxfs_inode.c1631 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree,
1635 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree, 0, 0, 0, &tp);

Completed in 214 milliseconds