Searched refs:p_last_dest (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.c196 struct vfsmount *p_last_dest = NULL; local
199 p_last_dest = last_dest;
205 if (p_last_dest) {
207 p_last_dest = next_peer(p_last_dest);
208 } while (IS_MNT_NEW(p_last_dest));
210 if (dest == p_last_dest) {

Completed in 40 milliseconds