Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:linux_gid
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
fs_context.h
182
kgid_t
linux_gid
;
member
H
A
D
namespace.c
180
ctx->
linux_gid
= gid;
in fs_context_set_ids()
H
A
D
fs_context.c
1069
ctx->
linux_gid
= gid;
in smb3_fs_context_parse_param()
1605
ctx->
linux_gid
= current_gid();
in smb3_init_fs_context()
H
A
D
inode.c
312
fattr->cf_gid = cifs_sb->ctx->
linux_gid
;
in cifs_unix_basic_to_fattr()
342
fattr->cf_gid = cifs_sb->ctx->
linux_gid
;
in cifs_create_junction_fattr()
877
fattr->cf_gid = cifs_sb->ctx->
linux_gid
;
in cifs_open_info_to_fattr()
1548
inode->i_gid = cifs_sb->ctx->
linux_gid
;
in cifs_root_iget()
H
A
D
readdir.c
180
fattr->cf_gid = cifs_sb->ctx->
linux_gid
;
in cifs_fill_common_info()
H
A
D
connect.c
2784
!gid_eq(old->ctx->
linux_gid
, new->ctx->
linux_gid
))
in compare_mount_options()
H
A
D
cifsfs.c
585
from_kgid_munged(&init_user_ns, cifs_sb->ctx->
linux_gid
));
in cifs_show_options()
H
A
D
cifsacl.c
347
kgid_t fgid = cifs_sb->ctx->
linux_gid
;
in sid_to_id()
446
* fails then we just fall back to using the ctx->linux_uid/
linux_gid
.
in sid_to_id()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsglob.h
546
kgid_t
linux_gid
;
member
H
A
D
connect.c
1431
vol->
linux_gid
= current_gid();
in cifs_parse_mount_options()
1813
if (get_option_gid(args, &vol->
linux_gid
)) {
in cifs_parse_mount_options()
3935
cifs_sb->mnt_gid = pvolume_info->
linux_gid
;
in cifs_setup_cifs_sb()
Completed in 28 milliseconds