Searched refs:e_gid (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/nfs_common/ |
| H A D | nfsacl.c | 71 *p++ = htonl(from_kgid(&init_user_ns, entry->e_gid)); in xdr_nfsace_encode() 249 entry->e_gid = make_kgid(&init_user_ns, id); in xdr_nfsace_decode() 250 if (!gid_valid(entry->e_gid)) in xdr_nfsace_decode() 281 else if ((a->e_tag == ACL_GROUP) && gid_gt(a->e_gid, b->e_gid)) in cmp_acl_entry() 283 else if ((a->e_tag == ACL_GROUP) && gid_lt(a->e_gid, b->e_gid)) in cmp_acl_entry()
|
| /linux/fs/ |
| H A D | posix_acl.c | 271 if (!kgid_has_mapping(user_ns, pa->e_gid)) in posix_acl_valid() 409 pa->e_gid); in posix_acl_permission() 811 acl_e->e_gid = make_kgid(userns, in posix_acl_from_xattr() 813 if (!gid_valid(acl_e->e_gid)) in posix_acl_from_xattr() 860 cpu_to_le32(from_kgid(user_ns, acl_e->e_gid)); in posix_acl_to_xattr() 922 vfsgid = make_vfsgid(idmap, fs_userns, acl_e->e_gid); in vfs_posix_acl_to_xattr() 1068 acl_e->e_gid = from_vfsgid(idmap, fs_userns, in vfs_set_acl_idmapped_mnt() 1069 VFSGIDT_INIT(acl_e->e_gid)); in vfs_set_acl_idmapped_mnt()
|
| /linux/fs/ext2/ |
| H A D | acl.c | 70 acl->a_entries[n].e_gid = in ext2_acl_from_disk() 118 from_kgid(&init_user_ns, acl_e->e_gid)); in ext2_acl_to_disk()
|
| /linux/fs/xfs/ |
| H A D | xfs_acl.c | 78 acl_e->e_gid = make_kgid(&init_user_ns, in xfs_acl_from_disk() 117 from_kgid(&init_user_ns, acl_e->e_gid)); in xfs_acl_to_disk()
|
| /linux/fs/nfsd/ |
| H A D | nfs4acl.c | 315 ace->who_gid = pa->e_gid; in _posix_to_nfsv4_one() 344 ace->who_gid = pa->e_gid; in _posix_to_nfsv4_one() 368 return gid_gt(pace1->e_gid, pace2->e_gid); in pace_gt() 548 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl()
|
| H A D | nfs4xdr.c | 431 (char *)p, len, &ace->e_gid); in nfsd4_decode_posixace4() 3034 status = nfsd4_encode_group(xdr, rqstp, acep->e_gid); in nfsd4_encode_posixace4()
|
| /linux/fs/ext4/ |
| H A D | acl.c | 69 acl->a_entries[n].e_gid = in ext4_acl_from_disk() 117 from_kgid(&init_user_ns, acl_e->e_gid)); in ext4_acl_to_disk()
|
| /linux/fs/jffs2/ |
| H A D | acl.c | 111 acl->a_entries[i].e_gid = in jffs2_acl_from_medium() 154 from_kgid(&init_user_ns, acl_e->e_gid)); in jffs2_acl_to_medium()
|
| /linux/fs/smb/server/ |
| H A D | smbacl.h | 125 vfsgid = make_vfsgid(idmap, &init_user_ns, pace->e_gid); in posix_acl_gid_translate()
|
| H A D | smbacl.c | 326 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl()
|
| /linux/fs/ocfs2/ |
| H A D | acl.c | 62 acl->a_entries[n].e_gid = in ocfs2_acl_from_xattr() 103 acl->a_entries[n].e_gid)); in ocfs2_acl_to_xattr()
|
| /linux/fs/f2fs/ |
| H A D | acl.c | 96 acl->a_entries[i].e_gid = in f2fs_acl_from_disk() 146 acl->a_entries[i].e_gid)); in f2fs_acl_to_disk()
|
| /linux/include/linux/ |
| H A D | posix_acl.h | 25 kgid_t e_gid; member
|
| /linux/fs/overlayfs/ |
| H A D | inode.c | 358 vfsgid = make_vfsgid(idmap, fs_userns, e->e_gid); in ovl_idmap_posix_acl() 359 e->e_gid = vfsgid_into_kgid(vfsgid); in ovl_idmap_posix_acl()
|
| /linux/fs/smb/client/ |
| H A D | cifssmb.c | 3289 ace->e_gid = make_kgid(&init_user_ns, in cifs_init_posix_acl() 3379 cpu_to_le64(from_kgid(&init_user_ns, local_ace->e_gid)); in cifs_init_ace()
|