Home
last modified time | relevance | path

Searched refs:vfsgid_in_group_p (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/fs/
Dmnt_idmapping.c206 int vfsgid_in_group_p(vfsgid_t vfsgid) in vfsgid_in_group_p() function
211 int vfsgid_in_group_p(vfsgid_t vfsgid) in vfsgid_in_group_p() function
216 EXPORT_SYMBOL_GPL(vfsgid_in_group_p);
Dattr.c129 if (vfsgid_in_group_p(ia_vfsgid)) in chgrp_ok()
Dposix_acl.c402 if (vfsgid_in_group_p(vfsgid)) { in posix_acl_permission()
411 if (vfsgid_in_group_p(vfsgid)) { in posix_acl_permission()
Dinode.c2684 if (vfsgid_in_group_p(vfsgid)) in in_group_or_capable()
Dnamei.c376 if (vfsgid_in_group_p(vfsgid)) in acl_permission_check()
/linux-6.12.1/include/linux/
Dmnt_idmapping.h117 int vfsgid_in_group_p(vfsgid_t vfsgid);
/linux-6.12.1/fs/fat/
Dfile.c466 if (vfsgid_in_group_p(i_gid_into_vfsgid(idmap, inode))) in fat_allow_set_time()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_util.c308 !vfsgid_in_group_p(i_gid_into_vfsgid(args->idmap, inode))) in xfs_inode_init()
/linux-6.12.1/fs/exfat/
Dfile.c97 if (vfsgid_in_group_p(i_gid_into_vfsgid(idmap, inode))) in exfat_allow_set_time()
/linux-6.12.1/fs/fuse/
Ddir.c562 !vfsgid_in_group_p(vfsgid)) in get_create_supp_group()