Lines Matching defs:user_namespace

1886 struct user_namespace;
1941 struct user_namespace *user_ns;
2986 struct user_namespace *user_ns;
3426 struct user_namespace *s_user_ns;
3451 struct user_namespace *mnt_userns;
4003 int (*permission)(struct user_namespace *, struct inode *, int);
4006 int (*create)(struct user_namespace *, struct inode *, struct dentry *, umode_t, bool);
4009 int (*symlink)(struct user_namespace *, struct inode *, struct dentry *, const char *);
4010 int (*mkdir)(struct user_namespace *, struct inode *, struct dentry *, umode_t);
4012 int (*mknod)(struct user_namespace *, struct inode *, struct dentry *, umode_t, dev_t);
4013 int (*rename)(struct user_namespace *, struct inode *, struct dentry *, struct inode *, struct dentry *, unsigned int);
4014 int (*setattr)(struct user_namespace *, struct dentry *, struct iattr *);
4015 int (*getattr)(struct user_namespace *, const struct path *, struct kstat *, u32, unsigned int);
4020 int (*tmpfile)(struct user_namespace *, struct inode *, struct dentry *, umode_t);
4021 int (*set_acl)(struct user_namespace *, struct inode *, struct posix_acl *, int);
4022 int (*fileattr_set)(struct user_namespace *, struct dentry *, struct fileattr *);
4173 int (*set)(const struct xattr_handler *, struct user_namespace *, struct dentry *, struct inode *, const char *, const void *, size_t, int);
5143 struct user_namespace {
5147 struct user_namespace *parent;
5917 struct user_namespace *user_ns;
5925 struct user_namespace *ns;
6999 struct user_namespace *user_ns;
7732 struct user_namespace *user_ns;
8426 struct user_namespace *user_ns;
8484 struct user_namespace *user_ns;
8503 struct user_namespace * (*owner)(struct ns_common *);
14077 struct user_namespace *user_ns;
31825 struct user_namespace *user_ns;
50896 struct user_namespace *user_ns;
51050 struct user_namespace *old_mnt_userns;
51053 struct user_namespace *new_mnt_userns;
51427 struct user_namespace *mnt_userns;
62541 struct user_namespace *user_ns;
63851 struct user_namespace *notify_user_ns;
64602 int (*capable)(const struct cred *, struct user_namespace *, int, unsigned int);
64662 int (*inode_setxattr)(struct user_namespace *, struct dentry *, const char *, const void *, size_t, int);
64666 int (*inode_removexattr)(struct user_namespace *, struct dentry *, const char *);
64668 int (*inode_killpriv)(struct user_namespace *, struct dentry *);
64669 int (*inode_getsecurity)(struct user_namespace *, struct inode *, const char *, void **, bool);