Home
last modified time | relevance | path

Searched refs:i_next (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_iget.c194 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) { in xfs_iget_core()
321 for (iq = ih->ih_next; iq != NULL; iq = iq->i_next) { in xfs_iget_core()
337 iq->i_prevp = &ip->i_next; in xfs_iget_core()
339 ip->i_next = iq; in xfs_iget_core()
550 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) { in xfs_inode_incore()
681 if ((iq = ip->i_next)) { in xfs_iextract()
Dxfs_inode.h246 struct xfs_inode *i_next; /* inode hash link forw */ member
Dxfs_inode.c2210 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) { in xfs_ifree_cluster()