Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dreparse.h46 return cifs_sb->ctx->linux_gid; in wsl_make_kgid()
H A Dnamespace.c180 ctx->linux_gid = gid; in fs_context_set_ids()
H A Dfs_context.h238 kgid_t linux_gid; member
H A Dinode.c330 fattr->cf_gid = cifs_sb->ctx->linux_gid; in cifs_unix_basic_to_fattr()
360 fattr->cf_gid = cifs_sb->ctx->linux_gid; in cifs_create_junction_fattr()
921 fattr->cf_gid = cifs_sb->ctx->linux_gid; in cifs_open_info_to_fattr()
1718 inode->i_gid = cifs_sb->ctx->linux_gid; in cifs_root_iget()
H A Dfs_context.c1282 ctx->linux_gid = result.gid; in smb3_fs_context_parse_param()
1907 ctx->linux_gid = current_gid(); in smb3_init_fs_context()
H A Dreparse.c600 __le64 gid = cpu_to_le64(from_kgid(current_user_ns(), ctx->linux_gid)); in wsl_set_xattrs()
H A Dreaddir.c182 fattr->cf_gid = cifs_sb->ctx->linux_gid; in cifs_fill_common_info()
H A Dcifsacl.c347 kgid_t fgid = cifs_sb->ctx->linux_gid; in sid_to_id()
H A Dcifsfs.c626 from_kgid_munged(&init_user_ns, cifs_sb->ctx->linux_gid)); in cifs_show_options()
H A Dconnect.c2935 !gid_eq(old->ctx->linux_gid, new->ctx->linux_gid)) in compare_mount_options()