Searched refs:oldnd (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 Dnamei.c2625 struct nameidata oldnd, newnd; local
2630 error = user_path_parent(olddfd, oldname, &oldnd, &from);
2639 if (oldnd.path.mnt != newnd.path.mnt)
2642 old_dir = oldnd.path.dentry;
2644 if (oldnd.last_type != LAST_NORM)
2651 oldnd.flags &= ~LOOKUP_PARENT;
2657 old_dentry = lookup_hash(&oldnd);
2668 if (oldnd.last.name[oldnd.last.len])
2686 error = mnt_want_write(oldnd
[all...]

Completed in 407 milliseconds