Home
last modified time | relevance | path

Searched refs:i_gid_into_vfsgid (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/fs/
Dattr.c63 vfsgid_t vfsgid = i_gid_into_vfsgid(mnt_userns, inode); in chgrp_ok()
140 vfsgid = i_gid_into_vfsgid(mnt_userns, inode); in setattr_prepare()
254 vfsgid_t vfsgid = i_gid_into_vfsgid(mnt_userns, inode); in setattr_copy()
409 !vfsgid_valid(i_gid_into_vfsgid(mnt_userns, inode))) in notify_change()
Dposix_acl.c387 vfsgid = i_gid_into_vfsgid(mnt_userns, inode); in posix_acl_permission()
703 if (!vfsgid_in_group_p(i_gid_into_vfsgid(mnt_userns, inode)) && in posix_acl_update_mode()
/Linux-v6.1/fs/f2fs/
Dacl.c222 if (!vfsgid_in_group_p(i_gid_into_vfsgid(mnt_userns, inode)) && in f2fs_acl_update_mode()
Drecovery.c263 if (!vfsgid_eq(attr.ia_vfsgid, i_gid_into_vfsgid(&init_user_ns, inode))) in recover_quota_data()
Dfile.c920 vfsgid_t vfsgid = i_gid_into_vfsgid(mnt_userns, inode); in __setattr_copy()
/Linux-v6.1/fs/xfs/
Dxfs_itable.c87 vfsgid = i_gid_into_vfsgid(mnt_userns, inode); in xfs_bulkstat_one_int()
Dxfs_iops.c562 vfsgid_t vfsgid = i_gid_into_vfsgid(mnt_userns, inode); in xfs_vn_getattr()
Dxfs_inode.c839 !vfsgid_in_group_p(i_gid_into_vfsgid(mnt_userns, inode))) in xfs_init_new_inode()
/Linux-v6.1/fs/ksmbd/
Dndr.c381 vfsgid = i_gid_into_vfsgid(user_ns, inode); in ndr_encode_posix_acl()
Doplock.c1613 vfsgid_t vfsgid = i_gid_into_vfsgid(user_ns, inode); in create_posix_rsp_buf()
Dsmb2pdu.c2481 vfsgid_t vfsgid = i_gid_into_vfsgid(mnt_userns, inode); in ksmbd_acls_fattr()
4725 vfsgid_t vfsgid = i_gid_into_vfsgid(user_ns, inode); in find_file_posix_info()
/Linux-v6.1/fs/fat/
Dfile.c466 if (vfsgid_in_group_p(i_gid_into_vfsgid(mnt_userns, inode))) in fat_allow_set_time()
/Linux-v6.1/include/linux/
Dfs.h1709 static inline vfsgid_t i_gid_into_vfsgid(struct user_namespace *mnt_userns, in i_gid_into_vfsgid() function
1732 i_gid_into_vfsgid(mnt_userns, inode))); in i_gid_needs_update()
2343 !vfsgid_valid(i_gid_into_vfsgid(mnt_userns, inode)); in HAS_UNMAPPED_ID()