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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dnamespace.c154 static void detach_mnt(struct vfsmount *mnt, struct nameidata *old_nd) argument
156 old_nd->dentry = mnt->mnt_mountpoint;
157 old_nd->mnt = mnt->mnt_parent;
162 old_nd->dentry->d_mounted--;
909 struct nameidata old_nd; local
916 err = path_lookup(old_name, LOOKUP_FOLLOW, &old_nd);
922 if (IS_MNT_UNBINDABLE(old_nd.mnt))
925 if (!check_mnt(nd->mnt) || !check_mnt(old_nd.mnt))
930 mnt = copy_tree(old_nd.mnt, old_nd
994 struct nameidata old_nd, parent_nd; local
1621 chroot_fs_refs(struct nameidata *old_nd, struct nameidata *new_nd) argument
1675 struct nameidata new_nd, old_nd, parent_nd, root_parent, user_nd; local
[all...]
H A Dnamei.c2303 struct nameidata nd, old_nd; local
2316 &old_nd);
2323 if (old_nd.mnt != nd.mnt)
2329 error = vfs_link(old_nd.dentry, nd.dentry->d_inode, new_dentry);
2336 path_release(&old_nd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsecurity.h243 * @old_nd contains the nameidata structure for the new location of the current root (put_old).
248 * @old_nd contains the nameidata structure for the old root.
1198 int (*sb_pivotroot) (struct nameidata * old_nd,
1200 void (*sb_post_pivotroot) (struct nameidata * old_nd,
1578 static inline int security_sb_pivotroot (struct nameidata *old_nd, argument
1581 return security_ops->sb_pivotroot (old_nd, new_nd);
1584 static inline void security_sb_post_pivotroot (struct nameidata *old_nd, argument
1587 security_ops->sb_post_pivotroot (old_nd, new_nd);
2312 static inline int security_sb_pivotroot (struct nameidata *old_nd, argument
2318 static inline void security_sb_post_pivotroot (struct nameidata *old_nd, argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Ddummy.c241 static int dummy_sb_pivotroot (struct nameidata *old_nd, struct nameidata *new_nd) argument
246 static void dummy_sb_post_pivotroot (struct nameidata *old_nd, struct nameidata *new_nd) argument

Completed in 106 milliseconds