Searched refs:i_transp (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans_inode.c99 * pointer in its i_transp field, then we know we already
164 * Initialize i_transp so we can find it with xfs_inode_incore()
167 ip->i_transp = tp;
187 ASSERT(ip->i_transp == NULL);
214 * Initialize i_transp so we can find it with xfs_inode_incore()
217 ip->i_transp = tp;
233 ASSERT(ip->i_transp == tp);
258 ASSERT(ip->i_transp == tp);
H A Dxfs_inode.h263 struct xfs_trans *i_transp; /* ptr to owning transaction*/ member in struct:xfs_inode
H A Dxfs_iget.c582 * If it is there and its i_transp pointer matches tp, return it.
605 if (ip->i_transp == tp) {
H A Dxfs_inode.c1567 ASSERT(ip->i_transp == *tp);
1863 ASSERT(ip->i_transp == tp);
1904 ASSERT(ip->i_transp == tp);
2350 ASSERT(ip->i_transp == tp);
H A Dxfs_inode_item.c672 ip->i_transp = NULL;
H A Dxfs_bmap.c655 error = xfs_bmap_extents_to_btree(ip->i_transp, ip, first,
1037 error = xfs_bmap_extents_to_btree(ip->i_transp, ip,
1132 error = xfs_bmap_extents_to_btree(ip->i_transp, ip,
1187 error = xfs_bmap_extents_to_btree(ip->i_transp, ip,
3107 if ((error = xfs_rtfree_extent(ip->i_transp, bno,

Completed in 117 milliseconds