Searched refs:i_gid_into_vfsgid (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/fs/ |
D | attr.c | 63 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()
|
D | posix_acl.c | 387 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/ |
D | acl.c | 222 if (!vfsgid_in_group_p(i_gid_into_vfsgid(mnt_userns, inode)) && in f2fs_acl_update_mode()
|
D | recovery.c | 263 if (!vfsgid_eq(attr.ia_vfsgid, i_gid_into_vfsgid(&init_user_ns, inode))) in recover_quota_data()
|
D | file.c | 920 vfsgid_t vfsgid = i_gid_into_vfsgid(mnt_userns, inode); in __setattr_copy()
|
/Linux-v6.1/fs/xfs/ |
D | xfs_itable.c | 87 vfsgid = i_gid_into_vfsgid(mnt_userns, inode); in xfs_bulkstat_one_int()
|
D | xfs_iops.c | 562 vfsgid_t vfsgid = i_gid_into_vfsgid(mnt_userns, inode); in xfs_vn_getattr()
|
D | xfs_inode.c | 839 !vfsgid_in_group_p(i_gid_into_vfsgid(mnt_userns, inode))) in xfs_init_new_inode()
|
/Linux-v6.1/fs/ksmbd/ |
D | ndr.c | 381 vfsgid = i_gid_into_vfsgid(user_ns, inode); in ndr_encode_posix_acl()
|
D | oplock.c | 1613 vfsgid_t vfsgid = i_gid_into_vfsgid(user_ns, inode); in create_posix_rsp_buf()
|
D | smb2pdu.c | 2481 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/ |
D | file.c | 466 if (vfsgid_in_group_p(i_gid_into_vfsgid(mnt_userns, inode))) in fat_allow_set_time()
|
/Linux-v6.1/include/linux/ |
D | fs.h | 1709 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()
|