Searched refs:VFSGIDT_INIT (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dmnt_idmapping.h104 #define VFSGIDT_INIT(val) (vfsgid_t){ __kgid_val(val) } macro
107 #define INVALID_VFSGID VFSGIDT_INIT(INVALID_GID)
244 return from_vfsgid(idmap, fs_userns, VFSGIDT_INIT(current_fsgid()));
/linux-master/fs/
H A Dmnt_idmapping.c114 return VFSGIDT_INIT(kgid);
H A Dposix_acl.c1069 VFSGIDT_INIT(acl_e->e_gid));
H A Dopen.c751 attr->ia_vfsgid = VFSGIDT_INIT(kgid);
/linux-master/fs/f2fs/
H A Drecovery.c259 attr.ia_vfsgid = VFSGIDT_INIT(make_kgid(inode->i_sb->s_user_ns, i_gid));
/linux-master/fs/overlayfs/
H A Dcopy_up.c392 .ia_vfsgid = VFSGIDT_INIT(stat->gid),
/linux-master/fs/smb/server/
H A Dsmbacl.c290 gid = from_vfsgid(idmap, &init_user_ns, VFSGIDT_INIT(gid));
/linux-master/fs/ceph/
H A Dmds_client.c3097 VFSGIDT_INIT(req->r_cred->fsgid));
3141 VFSGIDT_INIT(req->r_cred->fsgid));

Completed in 309 milliseconds