Searched defs:idmap (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| D | posix_acl.h | 112 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()
|
| D | mnt_idmapping.h | 146 static inline bool vfsuid_has_fsmapping(struct mnt_idmap *idmap, in vfsuid_has_fsmapping() 184 static inline bool vfsgid_has_fsmapping(struct mnt_idmap *idmap, in vfsgid_has_fsmapping() 223 static inline kuid_t mapped_fsuid(struct mnt_idmap *idmap, in mapped_fsuid() 242 static inline kgid_t mapped_fsgid(struct mnt_idmap *idmap, in mapped_fsgid()
|
| D | security.h | 843 security_inode_post_create_tmpfile(struct mnt_idmap *idmap, struct inode *inode) in security_inode_post_create_tmpfile() 912 static inline int security_inode_setattr(struct mnt_idmap *idmap, in security_inode_setattr() 920 security_inode_post_setattr(struct mnt_idmap *idmap, struct dentry *dentry, in security_inode_post_setattr() 929 static inline int security_inode_setxattr(struct mnt_idmap *idmap, in security_inode_setxattr() 936 static inline int security_inode_set_acl(struct mnt_idmap *idmap, in security_inode_set_acl() 949 static inline int security_inode_get_acl(struct mnt_idmap *idmap, in security_inode_get_acl() 956 static inline int security_inode_remove_acl(struct mnt_idmap *idmap, in security_inode_remove_acl() 963 static inline void security_inode_post_remove_acl(struct mnt_idmap *idmap, in security_inode_post_remove_acl() 983 static inline int security_inode_removexattr(struct mnt_idmap *idmap, in security_inode_removexattr() 999 static inline int security_inode_killpriv(struct mnt_idmap *idmap, in security_inode_killpriv() [all …]
|
| D | quotaops.h | 23 static inline bool is_quota_modification(struct mnt_idmap *idmap, in is_quota_modification() 239 static inline int dquot_transfer(struct mnt_idmap *idmap, in dquot_transfer()
|
| D | fs.h | 1451 static inline vfsuid_t i_uid_into_vfsuid(struct mnt_idmap *idmap, in i_uid_into_vfsuid() 1468 static inline bool i_uid_needs_update(struct mnt_idmap *idmap, in i_uid_needs_update() 1486 static inline void i_uid_update(struct mnt_idmap *idmap, in i_uid_update() 1503 static inline vfsgid_t i_gid_into_vfsgid(struct mnt_idmap *idmap, in i_gid_into_vfsgid() 1520 static inline bool i_gid_needs_update(struct mnt_idmap *idmap, in i_gid_needs_update() 1538 static inline void i_gid_update(struct mnt_idmap *idmap, in i_gid_update() 1556 struct mnt_idmap *idmap) in inode_fsuid_set() 1570 struct mnt_idmap *idmap) in inode_fsgid_set() 1587 struct mnt_idmap *idmap) in fsuidgid_has_mapping() 1969 static inline int vfs_whiteout(struct mnt_idmap *idmap, in vfs_whiteout() [all …]
|