Searched refs:e_gid (Results 1 – 16 of 16) sorted by relevance
| /linux/fs/nfs_common/ |
| A D | nfsacl.c | 71 *p++ = htonl(from_kgid(&init_user_ns, entry->e_gid)); in xdr_nfsace_encode() 247 entry->e_gid = make_kgid(&init_user_ns, id); in xdr_nfsace_decode() 248 if (!gid_valid(entry->e_gid)) in xdr_nfsace_decode() 279 else if ((a->e_tag == ACL_GROUP) && gid_gt(a->e_gid, b->e_gid)) in cmp_acl_entry() 281 else if ((a->e_tag == ACL_GROUP) && gid_lt(a->e_gid, b->e_gid)) in cmp_acl_entry()
|
| /linux/fs/ |
| A D | posix_acl.c | 272 if (!kgid_has_mapping(user_ns, pa->e_gid)) in posix_acl_valid() 410 pa->e_gid); in posix_acl_permission() 812 acl_e->e_gid = make_kgid(userns, in posix_acl_from_xattr() 814 if (!gid_valid(acl_e->e_gid)) in posix_acl_from_xattr() 861 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/ |
| 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/ |
| 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/ |
| A D | nfs4acl.c | 317 ace->who_gid = pa->e_gid; in _posix_to_nfsv4_one() 346 ace->who_gid = pa->e_gid; in _posix_to_nfsv4_one() 370 return gid_gt(pace1->e_gid, pace2->e_gid); in pace_gt() 541 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl()
|
| /linux/fs/ext4/ |
| 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/ |
| A D | acl.c | 111 acl->a_entries[i].e_gid = in jffs2_acl_from_medium() 155 from_kgid(&init_user_ns, acl_e->e_gid)); in jffs2_acl_to_medium()
|
| /linux/fs/reiserfs/ |
| A D | xattr_acl.c | 117 acl->a_entries[n].e_gid = in reiserfs_posix_acl_from_disk() 166 from_kgid(&init_user_ns, acl_e->e_gid)); in reiserfs_posix_acl_to_disk()
|
| /linux/fs/smb/server/ |
| A D | smbacl.h | 123 vfsgid = make_vfsgid(idmap, &init_user_ns, pace->e_gid); in posix_acl_gid_translate()
|
| A D | smbacl.c | 321 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl()
|
| /linux/fs/ocfs2/ |
| A D | acl.c | 61 acl->a_entries[n].e_gid = in ocfs2_acl_from_xattr() 102 acl->a_entries[n].e_gid)); in ocfs2_acl_to_xattr()
|
| /linux/fs/f2fs/ |
| A D | acl.c | 95 acl->a_entries[i].e_gid = in f2fs_acl_from_disk() 145 acl->a_entries[i].e_gid)); in f2fs_acl_to_disk()
|
| /linux/include/linux/ |
| A D | posix_acl.h | 25 kgid_t e_gid; member
|
| /linux/fs/bcachefs/ |
| A D | acl.c | 170 out->e_gid = make_kgid(&init_user_ns, in bch2_acl_from_disk() 257 from_kgid(&init_user_ns, acl_e->e_gid)); in bch2_acl_to_xattr()
|
| /linux/fs/overlayfs/ |
| A D | inode.c | 364 vfsgid = make_vfsgid(idmap, fs_userns, e->e_gid); in ovl_idmap_posix_acl() 365 e->e_gid = vfsgid_into_kgid(vfsgid); in ovl_idmap_posix_acl()
|
| /linux/fs/smb/client/ |
| A D | cifssmb.c | 2922 ace->e_gid = make_kgid(&init_user_ns, in cifs_init_posix_acl() 3012 cpu_to_le64(from_kgid(&init_user_ns, local_ace->e_gid)); in cifs_init_ace()
|
Completed in 47 milliseconds