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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dpnode.c131 struct vfsmount *p_last_dest = NULL; local
138 p_last_dest = last_dest;
144 if (p_last_dest) {
146 p_last_dest = next_peer(p_last_dest);
147 } while (IS_MNT_NEW(p_last_dest));
150 if (dest != p_last_dest) {

Completed in 96 milliseconds