Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_iget.c352 ip->i_cnext == NULL); in xfs_iget_core()
365 iq->i_cprev->i_cnext = ip; in xfs_iget_core()
367 ip->i_cnext = iq; in xfs_iget_core()
369 ip->i_cnext = ip; in xfs_iget_core()
389 ip->i_cnext = ip; in xfs_iget_core()
697 if (ip->i_cnext == ip) { in xfs_iextract()
699 ASSERT(ip->i_cnext == ip && ip->i_cprev == ip); in xfs_iextract()
720 iq = ip->i_cnext; in xfs_iextract()
722 ip->i_cprev->i_cnext = iq; in xfs_iextract()
728 ip->i_cnext = __return_address; in xfs_iextract()
Dxfs_inode.h290 struct xfs_inode *i_cnext; /* cluster hash link forward */ member
Dxfs_inode.c3232 for (iq = ip->i_cnext; iq != ip; iq = iq->i_cnext) { in xfs_iflush()