Searched refs:e_gid (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/fs/nfs_common/ |
A D | nfsacl.c | 70 *p++ = htonl(from_kgid(&init_user_ns, entry->e_gid)); in xdr_nfsace_encode() 246 entry->e_gid = make_kgid(&init_user_ns, id); in xdr_nfsace_decode() 247 if (!gid_valid(entry->e_gid)) in xdr_nfsace_decode() 278 else if ((a->e_tag == ACL_GROUP) && gid_gt(a->e_gid, b->e_gid)) in cmp_acl_entry() 280 else if ((a->e_tag == ACL_GROUP) && gid_lt(a->e_gid, b->e_gid)) in cmp_acl_entry()
|
/linux-6.3-rc2/fs/ |
A D | posix_acl.c | 273 if (!kgid_has_mapping(user_ns, pa->e_gid)) in posix_acl_valid() 411 pa->e_gid); in posix_acl_permission() 813 acl_e->e_gid = make_kgid(userns, in posix_acl_from_xattr() 815 if (!gid_valid(acl_e->e_gid)) in posix_acl_from_xattr() 862 cpu_to_le32(from_kgid(user_ns, acl_e->e_gid)); in posix_acl_to_xattr() 923 vfsgid = make_vfsgid(idmap, fs_userns, acl_e->e_gid); in vfs_posix_acl_to_xattr() 1032 acl_e->e_gid = from_vfsgid(idmap, fs_userns, in vfs_set_acl_idmapped_mnt() 1033 VFSGIDT_INIT(acl_e->e_gid)); in vfs_set_acl_idmapped_mnt()
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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() 542 pace->e_gid = state->groups->aces[i].gid; in posix_state_to_acl()
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/include/linux/ |
A D | posix_acl.h | 25 kgid_t e_gid; member
|
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/fs/ksmbd/ |
A D | smbacl.h | 232 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-6.3-rc2/fs/overlayfs/ |
A D | inode.c | 482 vfsgid = make_vfsgid(idmap, fs_userns, e->e_gid); in ovl_idmap_posix_acl() 483 e->e_gid = vfsgid_into_kgid(vfsgid); in ovl_idmap_posix_acl()
|
/linux-6.3-rc2/fs/cifs/ |
A D | cifssmb.c | 2900 ace->e_gid = make_kgid(&init_user_ns, in cifs_init_posix_acl() 2990 cpu_to_le64(from_kgid(&init_user_ns, local_ace->e_gid)); in cifs_init_ace()
|
Completed in 27 milliseconds