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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dpnode.c16 static inline struct vfsmount *next_peer(struct vfsmount *p) function
57 m = next_peer(m);
92 while ((peer_mnt = next_peer(peer_mnt)) != mnt &&
96 peer_mnt = next_peer(mnt);
171 next = next_peer(m);
207 p_last_dest = next_peer(p_last_dest);

Completed in 189 milliseconds