Searched refs:idmap (Results 276 - 300 of 333) sorted by relevance

<<11121314

/linux-master/fs/smb/server/
H A Doplock.c1719 struct mnt_idmap *idmap = file_mnt_idmap(fp->filp); local
1720 vfsuid_t vfsuid = i_uid_into_vfsuid(idmap, inode);
1721 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode);
/linux-master/fs/ubifs/
H A Dxattr.c702 struct mnt_idmap *idmap,
701 xattr_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *dentry, struct inode *inode, const char *name, const void *value, size_t size, int flags) argument
/linux-master/arch/arm/mach-sunxi/
H A Dmc_smp.c27 #include <asm/idmap.h>
/linux-master/fs/smb/client/
H A Dlink.c566 cifs_symlink(struct mnt_idmap *idmap, struct inode *inode, argument
H A Dcifsacl.c102 .name = "cifs.idmap",
498 cifs_dbg(FYI, "cifs idmap keyring: %d\n", key_serial(keyring));
1679 struct posix_acl *cifs_get_acl(struct mnt_idmap *idmap, argument
1743 int cifs_set_acl(struct mnt_idmap *idmap, struct dentry *dentry, argument
/linux-master/fs/sysv/
H A Ditree.c447 int sysv_getattr(struct mnt_idmap *idmap, const struct path *path, argument
/linux-master/fs/ext2/
H A Dext2.h753 extern int ext2_fileattr_set(struct mnt_idmap *idmap,
H A Dinode.c1610 int ext2_getattr(struct mnt_idmap *idmap, const struct path *path, argument
1636 int ext2_setattr(struct mnt_idmap *idmap, struct dentry *dentry, argument
/linux-master/fs/nfs/
H A Dnfs4_fs.h28 struct idmap;
H A Ddir.c2398 int nfs_create(struct mnt_idmap *idmap, struct inode *dir, argument
2409 nfs_mknod(struct mnt_idmap *idmap, struct inode *dir, argument
2436 int nfs_mkdir(struct mnt_idmap *idmap, struct inode *dir, argument
2605 int nfs_symlink(struct mnt_idmap *idmap, struct inode *dir, argument
2717 int nfs_rename(struct mnt_idmap *idmap, struct inode *old_dir, argument
3334 int nfs_permission(struct mnt_idmap *idmap, argument
/linux-master/arch/arm/mm/
H A Dproc-arm926.S69 .pushsection .idmap.text, "ax"
H A Dproc-arm925.S100 .pushsection .idmap.text, "ax"
H A Dproc-xsc3.S108 .pushsection .idmap.text, "ax"
H A Dproc-arm1020.S85 .pushsection .idmap.text, "ax"
/linux-master/fs/xfs/
H A Dxfs_ioctl32.c208 .idmap = file_mnt_idmap(file),
/linux-master/fs/fuse/
H A Dioctl.c541 int fuse_fileattr_set(struct mnt_idmap *idmap, argument
/linux-master/fs/debugfs/
H A Dinode.c45 static int debugfs_setattr(struct mnt_idmap *idmap, argument
/linux-master/fs/nilfs2/
H A Dinode.c965 int nilfs_setattr(struct mnt_idmap *idmap, struct dentry *dentry, argument
1004 int nilfs_permission(struct mnt_idmap *idmap, struct inode *inode, argument
/linux-master/fs/kernfs/
H A Ddir.c1232 static int kernfs_iop_mkdir(struct mnt_idmap *idmap, argument
1270 static int kernfs_iop_rename(struct mnt_idmap *idmap, argument
/linux-master/fs/afs/
H A Dinternal.h1211 extern int afs_getattr(struct mnt_idmap *idmap, const struct path *,
1213 extern int afs_setattr(struct mnt_idmap *idmap, struct dentry *, struct iattr *);
/linux-master/security/selinux/
H A Dhooks.c3134 static int selinux_inode_setattr(struct mnt_idmap *idmap, struct dentry *dentry, argument
3180 static int selinux_inode_setxattr(struct mnt_idmap *idmap, argument
3202 return (inode_owner_or_capable(idmap, inode) ? 0 : -EPERM);
3208 if (!inode_owner_or_capable(idmap, inode))
3272 static int selinux_inode_set_acl(struct mnt_idmap *idmap, argument
3279 static int selinux_inode_get_acl(struct mnt_idmap *idmap, argument
3285 static int selinux_inode_remove_acl(struct mnt_idmap *idmap, argument
3345 static int selinux_inode_removexattr(struct mnt_idmap *idmap, argument
3349 int rc = cap_inode_removexattr(idmap, dentry, name);
3415 static int selinux_inode_getsecurity(struct mnt_idmap *idmap, argument
[all...]
/linux-master/kernel/bpf/
H A Dverifier.c7919 struct bpf_idmap *idmap);
7923 struct bpf_idmap *idmap)
7929 if (rold->precise || rcur->precise || regs_exact(rold, rcur, idmap))
16537 * So we look through our idmap to see if this old id has been seen before. If
16540 static bool check_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) argument
16542 struct bpf_id_pair *map = idmap->map;
16564 /* We ran out of idmap slots, which should be impossible */
16573 static bool check_scalar_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) argument
16575 old_id = old_id ? old_id : ++idmap->tmp_id_gen;
16576 cur_id = cur_id ? cur_id : ++idmap
7921 maybe_widen_reg(struct bpf_verifier_env *env, struct bpf_reg_state *rold, struct bpf_reg_state *rcur, struct bpf_idmap *idmap) argument
16673 regs_exact(const struct bpf_reg_state *rold, const struct bpf_reg_state *rcur, struct bpf_idmap *idmap) argument
16689 regsafe(struct bpf_verifier_env *env, struct bpf_reg_state *rold, struct bpf_reg_state *rcur, struct bpf_idmap *idmap, enum exact_level exact) argument
16850 stacksafe(struct bpf_verifier_env *env, struct bpf_func_state *old, struct bpf_func_state *cur, struct bpf_idmap *idmap, enum exact_level exact) argument
16974 refsafe(struct bpf_func_state *old, struct bpf_func_state *cur, struct bpf_idmap *idmap) argument
[all...]
/linux-master/fs/proc/
H A Dbase.c690 int proc_setattr(struct mnt_idmap *idmap, struct dentry *dentry, argument
731 static int proc_pid_permission(struct mnt_idmap *idmap, argument
1957 int pid_getattr(struct mnt_idmap *idmap, const struct path *path, argument
3570 static int proc_tid_comm_permission(struct mnt_idmap *idmap, argument
3902 static int proc_task_getattr(struct mnt_idmap *idmap, argument
/linux-master/fs/ocfs2/
H A Dfile.c1113 int ocfs2_setattr(struct mnt_idmap *idmap, struct dentry *dentry, argument
1304 int ocfs2_getattr(struct mnt_idmap *idmap, const struct path *path, argument
1336 int ocfs2_permission(struct mnt_idmap *idmap, struct inode *inode, argument
/linux-master/fs/ntfs3/
H A Dinode.c1225 int ntfs_create_inode(struct mnt_idmap *idmap, struct inode *dir, argument
1354 inode_init_owner(idmap, inode, dir, mode);
1657 err = ntfs_init_acl(idmap, inode, dir);

Completed in 607 milliseconds

<<11121314