Searched refs:ih_next (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c134 if ((ip->i_prevp != &ih->ih_next) && write_trylock(&ih->ih_lock)) {
143 iq = ih->ih_next;
146 ip->i_prevp = &ih->ih_next;
147 ih->ih_next = ip;
212 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) {
376 for (iq = ih->ih_next; iq != NULL; iq = iq->i_next) {
391 if ((iq = ih->ih_next)) {
395 ip->i_prevp = &ih->ih_next;
396 ih->ih_next = ip;
596 for (ip = ih->ih_next; i
[all...]
H A Dxfs_inode.h178 struct xfs_inode *ih_next; member in struct:xfs_ihash
H A Dxfs_inode.c2216 for (ip = ih->ih_next; ip != NULL; ip = ip->i_next) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtraceroute.c254 #define ui_next ui_i.ih_next

Completed in 110 milliseconds