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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c406 ip->i_cnext == NULL);
419 iq->i_cprev->i_cnext = ip;
421 ip->i_cnext = iq;
423 ip->i_cnext = ip;
443 ip->i_cnext = ip;
747 if (ip->i_cnext == ip) {
749 ASSERT(ip->i_cnext == ip && ip->i_cprev == ip);
762 iq = ip->i_cnext;
764 ip->i_cprev->i_cnext = iq;
770 ip->i_cnext
[all...]
H A Dxfs_inode.h287 struct xfs_inode *i_cnext; /* cluster hash link forward */ member in struct:xfs_inode
H A Dxfs_inode.c3178 for (iq = ip->i_cnext; iq != ip; iq = iq->i_cnext) {

Completed in 40 milliseconds