Home
last modified time | relevance | path

Searched refs:nd_root (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/
Dnamei.c682 struct nameidata nd_root; in __emul_lookup_dentry() local
687 nd_root.last_type = LAST_ROOT; in __emul_lookup_dentry()
688 nd_root.flags = nd->flags; in __emul_lookup_dentry()
690 nd_root.mnt = mntget(current->fs->rootmnt); in __emul_lookup_dentry()
691 nd_root.dentry = dget(current->fs->root); in __emul_lookup_dentry()
693 if (path_walk(name, &nd_root)) in __emul_lookup_dentry()
695 if (nd_root.dentry->d_inode) { in __emul_lookup_dentry()
697 nd->dentry = nd_root.dentry; in __emul_lookup_dentry()
698 nd->mnt = nd_root.mnt; in __emul_lookup_dentry()
699 nd->last = nd_root.last; in __emul_lookup_dentry()
[all …]