Home
last modified time | relevance | path

Searched defs:idmap (Results 1 – 25 of 228) sorted by relevance

12345678910

/Linux-v6.6/fs/nfs/
Dnfs4idmap.c65 struct idmap *idmap; member
68 struct idmap { struct
69 struct rpc_pipe_dir_object idmap_pdo; argument
70 struct rpc_pipe *idmap_pipe; argument
71 struct idmap_legacy_upcalldata *idmap_upcall_data; argument
72 struct mutex idmap_mutex; argument
76 static struct user_namespace *idmap_userns(const struct idmap *idmap) in idmap_userns()
280 const char *type, struct idmap *idmap) in nfs_idmap_request_key()
307 size_t data_size, struct idmap *idmap) in nfs_idmap_get_key()
351 size_t buflen, struct idmap *idmap) in nfs_idmap_lookup_name()
[all …]
/Linux-v6.6/fs/
Dmnt_idmapping.c35 bool check_fsmapping(const struct mnt_idmap *idmap, in check_fsmapping()
96 vfsuid_t make_vfsuid(struct mnt_idmap *idmap, in make_vfsuid()
135 vfsgid_t make_vfsgid(struct mnt_idmap *idmap, in make_vfsgid()
164 kuid_t from_vfsuid(struct mnt_idmap *idmap, in from_vfsuid()
192 kgid_t from_vfsgid(struct mnt_idmap *idmap, in from_vfsgid()
233 struct mnt_idmap *idmap; in alloc_mnt_idmap() local
252 struct mnt_idmap *mnt_idmap_get(struct mnt_idmap *idmap) in mnt_idmap_get()
267 void mnt_idmap_put(struct mnt_idmap *idmap) in mnt_idmap_put()
Dattr.c37 int setattr_should_drop_sgid(struct mnt_idmap *idmap, in setattr_should_drop_sgid()
67 int setattr_should_drop_suidgid(struct mnt_idmap *idmap, in setattr_should_drop_suidgid()
98 static bool chown_ok(struct mnt_idmap *idmap, in chown_ok()
125 static bool chgrp_ok(struct mnt_idmap *idmap, in chgrp_ok()
165 int setattr_prepare(struct mnt_idmap *idmap, struct dentry *dentry, in setattr_prepare()
303 void setattr_copy(struct mnt_idmap *idmap, struct inode *inode, in setattr_copy()
326 int may_setattr(struct mnt_idmap *idmap, struct inode *inode, in may_setattr()
381 int notify_change(struct mnt_idmap *idmap, struct dentry *dentry, in notify_change()
Dbad_inode.c30 static int bad_inode_create(struct mnt_idmap *idmap, in bad_inode_create()
54 static int bad_inode_symlink(struct mnt_idmap *idmap, in bad_inode_symlink()
61 static int bad_inode_mkdir(struct mnt_idmap *idmap, struct inode *dir, in bad_inode_mkdir()
72 static int bad_inode_mknod(struct mnt_idmap *idmap, struct inode *dir, in bad_inode_mknod()
78 static int bad_inode_rename2(struct mnt_idmap *idmap, in bad_inode_rename2()
92 static int bad_inode_permission(struct mnt_idmap *idmap, in bad_inode_permission()
98 static int bad_inode_getattr(struct mnt_idmap *idmap, in bad_inode_getattr()
105 static int bad_inode_setattr(struct mnt_idmap *idmap, in bad_inode_setattr()
148 static int bad_inode_tmpfile(struct mnt_idmap *idmap, in bad_inode_tmpfile()
155 static int bad_inode_set_acl(struct mnt_idmap *idmap, in bad_inode_set_acl()
Dposix_acl.c115 static struct posix_acl *__get_acl(struct mnt_idmap *idmap, in __get_acl()
376 posix_acl_permission(struct mnt_idmap *idmap, struct inode *inode, in posix_acl_permission()
606 posix_acl_chmod(struct mnt_idmap *idmap, struct dentry *dentry, in posix_acl_chmod()
707 int posix_acl_update_mode(struct mnt_idmap *idmap, in posix_acl_update_mode()
888 static ssize_t vfs_posix_acl_to_xattr(struct mnt_idmap *idmap, in vfs_posix_acl_to_xattr()
936 set_posix_acl(struct mnt_idmap *idmap, struct dentry *dentry, in set_posix_acl()
1017 int simple_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, in simple_set_acl()
1056 static int vfs_set_acl_idmapped_mnt(struct mnt_idmap *idmap, in vfs_set_acl_idmapped_mnt()
1090 int vfs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_set_acl()
1167 struct posix_acl *vfs_get_acl(struct mnt_idmap *idmap, in vfs_get_acl()
[all …]
Dxattr.c98 int may_write_xattr(struct mnt_idmap *idmap, struct inode *inode) in may_write_xattr()
114 xattr_permission(struct mnt_idmap *idmap, struct inode *inode, in xattr_permission()
185 __vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_setxattr()
223 int __vfs_setxattr_noperm(struct mnt_idmap *idmap, in __vfs_setxattr_noperm()
276 __vfs_setxattr_locked(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_setxattr_locked()
305 vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_setxattr()
339 xattr_getsecurity(struct mnt_idmap *idmap, struct inode *inode, in xattr_getsecurity()
376 vfs_getxattr_alloc(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr_alloc()
429 vfs_getxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_getxattr()
505 __vfs_removexattr(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_removexattr()
[all …]
Dnamei.c294 static int check_acl(struct mnt_idmap *idmap, in check_acl()
339 static int acl_permission_check(struct mnt_idmap *idmap, in acl_permission_check()
400 int generic_permission(struct mnt_idmap *idmap, struct inode *inode, in generic_permission()
457 static inline int do_inode_permission(struct mnt_idmap *idmap, in do_inode_permission()
504 int inode_permission(struct mnt_idmap *idmap, in inode_permission()
1104 struct mnt_idmap *idmap; in may_follow_link() local
1145 static bool safe_hardlink_source(struct mnt_idmap *idmap, in safe_hardlink_source()
1188 int may_linkat(struct mnt_idmap *idmap, const struct path *link) in may_linkat()
1238 static int may_create_in_sticky(struct mnt_idmap *idmap, in may_create_in_sticky()
1716 static inline int may_lookup(struct mnt_idmap *idmap, in may_lookup()
[all …]
/Linux-v6.6/include/linux/
Devm.h38 static inline void evm_inode_post_remove_acl(struct mnt_idmap *idmap, in evm_inode_post_remove_acl()
47 static inline int evm_inode_remove_acl(struct mnt_idmap *idmap, in evm_inode_remove_acl()
94 static inline int evm_inode_setattr(struct mnt_idmap *idmap, in evm_inode_setattr()
105 static inline int evm_inode_setxattr(struct mnt_idmap *idmap, in evm_inode_setxattr()
120 static inline int evm_inode_removexattr(struct mnt_idmap *idmap, in evm_inode_removexattr()
133 static inline void evm_inode_post_remove_acl(struct mnt_idmap *idmap, in evm_inode_post_remove_acl()
140 static inline int evm_inode_set_acl(struct mnt_idmap *idmap, in evm_inode_set_acl()
147 static inline int evm_inode_remove_acl(struct mnt_idmap *idmap, in evm_inode_remove_acl()
Dima.h70 static inline void ima_post_create_tmpfile(struct mnt_idmap *idmap, in ima_post_create_tmpfile()
116 static inline void ima_post_path_mknod(struct mnt_idmap *idmap, in ima_post_path_mknod()
195 static inline int ima_inode_remove_acl(struct mnt_idmap *idmap, in ima_inode_remove_acl()
208 static inline void ima_inode_post_setattr(struct mnt_idmap *idmap, in ima_inode_post_setattr()
222 static inline int ima_inode_set_acl(struct mnt_idmap *idmap, in ima_inode_set_acl()
236 static inline int ima_inode_remove_acl(struct mnt_idmap *idmap, in ima_inode_remove_acl()
Dposix_acl.h112 static inline int posix_acl_chmod(struct mnt_idmap *idmap, in posix_acl_chmod()
139 static inline int vfs_set_acl(struct mnt_idmap *idmap, in vfs_set_acl()
146 static inline struct posix_acl *vfs_get_acl(struct mnt_idmap *idmap, in vfs_get_acl()
153 static inline int vfs_remove_acl(struct mnt_idmap *idmap, in vfs_remove_acl()
Dmnt_idmapping.h142 static inline bool vfsuid_has_fsmapping(struct mnt_idmap *idmap, in vfsuid_has_fsmapping()
180 static inline bool vfsgid_has_fsmapping(struct mnt_idmap *idmap, in vfsgid_has_fsmapping()
219 static inline kuid_t mapped_fsuid(struct mnt_idmap *idmap, in mapped_fsuid()
238 static inline kgid_t mapped_fsgid(struct mnt_idmap *idmap, in mapped_fsgid()
/Linux-v6.6/fs/smb/server/
Dvfs.c131 void ksmbd_vfs_query_maximal_access(struct mnt_idmap *idmap, in ksmbd_vfs_query_maximal_access()
206 struct mnt_idmap *idmap; in ksmbd_vfs_mkdir() local
257 static ssize_t ksmbd_vfs_getcasexattr(struct mnt_idmap *idmap, in ksmbd_vfs_getcasexattr()
421 struct mnt_idmap *idmap = file_mnt_idmap(fp->filp); in ksmbd_vfs_stream_write() local
596 struct mnt_idmap *idmap; in ksmbd_vfs_remove_file() local
879 static ssize_t ksmbd_vfs_xattr_len(struct mnt_idmap *idmap, in ksmbd_vfs_xattr_len()
894 ssize_t ksmbd_vfs_getxattr(struct mnt_idmap *idmap, in ksmbd_vfs_getxattr()
930 int ksmbd_vfs_setxattr(struct mnt_idmap *idmap, in ksmbd_vfs_setxattr()
1051 int ksmbd_vfs_remove_xattr(struct mnt_idmap *idmap, in ksmbd_vfs_remove_xattr()
1070 struct mnt_idmap *idmap = file_mnt_idmap(filp); in ksmbd_vfs_unlink() local
[all …]
Dsmbacl.c257 static int sid_to_id(struct mnt_idmap *idmap, in sid_to_id()
365 static void parse_dacl(struct mnt_idmap *idmap, in parse_dacl()
578 static void set_posix_acl_entries_dacl(struct mnt_idmap *idmap, in set_posix_acl_entries_dacl()
692 static void set_ntacl_dacl(struct mnt_idmap *idmap, in set_ntacl_dacl()
732 static void set_mode_dacl(struct mnt_idmap *idmap, in set_mode_dacl()
811 int parse_sec_desc(struct mnt_idmap *idmap, struct smb_ntsd *pntsd, in parse_sec_desc()
892 int build_sec_desc(struct mnt_idmap *idmap, in build_sec_desc()
1005 struct mnt_idmap *idmap = mnt_idmap(path->mnt); in smb_inherit_dacl() local
1192 struct mnt_idmap *idmap = mnt_idmap(path->mnt); in smb_check_perm_dacl() local
1362 struct mnt_idmap *idmap = mnt_idmap(path->mnt); in set_info_sec() local
/Linux-v6.6/fs/xfs/
Dxfs_iops.c165 struct mnt_idmap *idmap, in xfs_generic_create()
258 struct mnt_idmap *idmap, in xfs_vn_mknod()
269 struct mnt_idmap *idmap, in xfs_vn_create()
280 struct mnt_idmap *idmap, in xfs_vn_mkdir()
402 struct mnt_idmap *idmap, in xfs_vn_symlink()
445 struct mnt_idmap *idmap, in xfs_vn_rename()
551 struct mnt_idmap *idmap, in xfs_vn_getattr()
634 struct mnt_idmap *idmap, in xfs_vn_change_ok()
657 struct mnt_idmap *idmap, in xfs_setattr_nonsize()
786 struct mnt_idmap *idmap, in xfs_setattr_size()
[all …]
/Linux-v6.6/fs/minix/
Dnamei.c36 static int minix_mknod(struct mnt_idmap *idmap, struct inode *dir, in minix_mknod()
53 static int minix_tmpfile(struct mnt_idmap *idmap, struct inode *dir, in minix_tmpfile()
66 static int minix_create(struct mnt_idmap *idmap, struct inode *dir, in minix_create()
72 static int minix_symlink(struct mnt_idmap *idmap, struct inode *dir, in minix_symlink()
107 static int minix_mkdir(struct mnt_idmap *idmap, struct inode *dir, in minix_mkdir()
177 static int minix_rename(struct mnt_idmap *idmap, in minix_rename()
/Linux-v6.6/security/integrity/evm/
Devm_main.c450 static int evm_xattr_change(struct mnt_idmap *idmap, in evm_xattr_change()
486 static int evm_protect_xattr(struct mnt_idmap *idmap, in evm_protect_xattr()
569 int evm_inode_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in evm_inode_setxattr()
601 int evm_inode_removexattr(struct mnt_idmap *idmap, in evm_inode_removexattr()
614 static int evm_inode_set_acl_change(struct mnt_idmap *idmap, in evm_inode_set_acl_change()
633 static inline int evm_inode_set_acl_change(struct mnt_idmap *idmap, in evm_inode_set_acl_change()
653 int evm_inode_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, in evm_inode_set_acl()
783 static int evm_attr_change(struct mnt_idmap *idmap, in evm_attr_change()
806 int evm_inode_setattr(struct mnt_idmap *idmap, struct dentry *dentry, in evm_inode_setattr()
/Linux-v6.6/fs/ext2/
Dnamei.c102 static int ext2_create (struct mnt_idmap * idmap, in ext2_create()
122 static int ext2_tmpfile(struct mnt_idmap *idmap, struct inode *dir, in ext2_tmpfile()
136 static int ext2_mknod (struct mnt_idmap * idmap, struct inode * dir, in ext2_mknod()
157 static int ext2_symlink (struct mnt_idmap * idmap, struct inode * dir, in ext2_symlink()
228 static int ext2_mkdir(struct mnt_idmap * idmap, in ext2_mkdir()
317 static int ext2_rename (struct mnt_idmap * idmap, in ext2_rename()
/Linux-v6.6/fs/f2fs/
Dnamei.c219 static struct inode *f2fs_new_inode(struct mnt_idmap *idmap, in f2fs_new_inode()
350 static int f2fs_create(struct mnt_idmap *idmap, struct inode *dir, in f2fs_create()
676 static int f2fs_symlink(struct mnt_idmap *idmap, struct inode *dir, in f2fs_symlink()
756 static int f2fs_mkdir(struct mnt_idmap *idmap, struct inode *dir, in f2fs_mkdir()
811 static int f2fs_mknod(struct mnt_idmap *idmap, struct inode *dir, in f2fs_mknod()
854 static int __f2fs_tmpfile(struct mnt_idmap *idmap, struct inode *dir, in __f2fs_tmpfile()
924 static int f2fs_tmpfile(struct mnt_idmap *idmap, struct inode *dir, in f2fs_tmpfile()
940 static int f2fs_create_whiteout(struct mnt_idmap *idmap, in f2fs_create_whiteout()
947 int f2fs_get_tmpfile(struct mnt_idmap *idmap, struct inode *dir, in f2fs_get_tmpfile()
953 static int f2fs_rename(struct mnt_idmap *idmap, struct inode *old_dir, in f2fs_rename()
[all …]
/Linux-v6.6/fs/sysv/
Dnamei.c44 static int sysv_mknod(struct mnt_idmap *idmap, struct inode *dir, in sysv_mknod()
64 static int sysv_create(struct mnt_idmap *idmap, struct inode *dir, in sysv_create()
70 static int sysv_symlink(struct mnt_idmap *idmap, struct inode *dir, in sysv_symlink()
113 static int sysv_mkdir(struct mnt_idmap *idmap, struct inode *dir, in sysv_mkdir()
191 static int sysv_rename(struct mnt_idmap *idmap, struct inode *old_dir, in sysv_rename()
/Linux-v6.6/fs/ecryptfs/
Dinode.c256 ecryptfs_create(struct mnt_idmap *idmap, in ecryptfs_create()
459 static int ecryptfs_symlink(struct mnt_idmap *idmap, in ecryptfs_symlink()
498 static int ecryptfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, in ecryptfs_mkdir()
551 ecryptfs_mknod(struct mnt_idmap *idmap, struct inode *dir, in ecryptfs_mknod()
577 ecryptfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, in ecryptfs_rename()
867 ecryptfs_permission(struct mnt_idmap *idmap, struct inode *inode, in ecryptfs_permission()
887 static int ecryptfs_setattr(struct mnt_idmap *idmap, in ecryptfs_setattr()
975 static int ecryptfs_getattr_link(struct mnt_idmap *idmap, in ecryptfs_getattr_link()
1001 static int ecryptfs_getattr(struct mnt_idmap *idmap, in ecryptfs_getattr()
1114 static int ecryptfs_fileattr_set(struct mnt_idmap *idmap, in ecryptfs_fileattr_set()
[all …]
/Linux-v6.6/fs/ufs/
Dnamei.c72 static int ufs_create (struct mnt_idmap * idmap, in ufs_create()
89 static int ufs_mknod(struct mnt_idmap *idmap, struct inode *dir, in ufs_mknod()
109 static int ufs_symlink (struct mnt_idmap * idmap, struct inode * dir, in ufs_symlink()
169 static int ufs_mkdir(struct mnt_idmap * idmap, struct inode * dir, in ufs_mkdir()
246 static int ufs_rename(struct mnt_idmap *idmap, struct inode *old_dir, in ufs_rename()
/Linux-v6.6/fs/ramfs/
Dinode.c98 ramfs_mknod(struct mnt_idmap *idmap, struct inode *dir, in ramfs_mknod()
113 static int ramfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, in ramfs_mkdir()
122 static int ramfs_create(struct mnt_idmap *idmap, struct inode *dir, in ramfs_create()
128 static int ramfs_symlink(struct mnt_idmap *idmap, struct inode *dir, in ramfs_symlink()
148 static int ramfs_tmpfile(struct mnt_idmap *idmap, in ramfs_tmpfile()
/Linux-v6.6/fs/orangefs/
Dnamei.c18 static int orangefs_create(struct mnt_idmap *idmap, in orangefs_create()
219 static int orangefs_symlink(struct mnt_idmap *idmap, in orangefs_symlink()
308 static int orangefs_mkdir(struct mnt_idmap *idmap, struct inode *dir, in orangefs_mkdir()
378 static int orangefs_rename(struct mnt_idmap *idmap, in orangefs_rename()
/Linux-v6.6/fs/hfsplus/
Ddir.c437 static int hfsplus_symlink(struct mnt_idmap *idmap, struct inode *dir, in hfsplus_symlink()
479 static int hfsplus_mknod(struct mnt_idmap *idmap, struct inode *dir, in hfsplus_mknod()
520 static int hfsplus_create(struct mnt_idmap *idmap, struct inode *dir, in hfsplus_create()
526 static int hfsplus_mkdir(struct mnt_idmap *idmap, struct inode *dir, in hfsplus_mkdir()
532 static int hfsplus_rename(struct mnt_idmap *idmap, in hfsplus_rename()
/Linux-v6.6/fs/fuse/
Dacl.c15 struct mnt_idmap *idmap, in __fuse_get_acl()
68 struct posix_acl *fuse_get_acl(struct mnt_idmap *idmap, in fuse_get_acl()
97 int fuse_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, in fuse_set_acl()

12345678910