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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dnamespace.c1621 static void chroot_fs_refs(struct nameidata *old_nd, struct nameidata *new_nd) argument
1635 set_fs_root(fs, new_nd->mnt, new_nd->dentry);
1638 set_fs_pwd(fs, new_nd->mnt, new_nd->dentry);
1675 struct nameidata new_nd, old_nd, parent_nd, root_parent, user_nd; local
1684 &new_nd);
1688 if (!check_mnt(new_nd.mnt))
1695 error = security_sb_pivotroot(&old_nd, &new_nd);
1709 IS_MNT_SHARED(new_nd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsecurity.h244 * @new_nd contains the nameidata structure for the new root (new_root).
249 * @new_nd contains the nameidata structure for the new root.
1199 struct nameidata * new_nd);
1201 struct nameidata * new_nd);
1579 struct nameidata *new_nd)
1581 return security_ops->sb_pivotroot (old_nd, new_nd);
1585 struct nameidata *new_nd)
1587 security_ops->sb_post_pivotroot (old_nd, new_nd);
2313 struct nameidata *new_nd)
2319 struct nameidata *new_nd)
1578 security_sb_pivotroot(struct nameidata *old_nd, struct nameidata *new_nd) argument
1584 security_sb_post_pivotroot(struct nameidata *old_nd, struct nameidata *new_nd) argument
2312 security_sb_pivotroot(struct nameidata *old_nd, struct nameidata *new_nd) argument
2318 security_sb_post_pivotroot(struct nameidata *old_nd, struct nameidata *new_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 116 milliseconds