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:kcred
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4callback.c
872
struct cred *
kcred
;
in get_backchannel_cred()
local
874
kcred
= prepare_kernel_cred(NULL);
in get_backchannel_cred()
875
if (!
kcred
)
in get_backchannel_cred()
878
kcred
->fsuid = ses->se_cb_sec.uid;
in get_backchannel_cred()
879
kcred
->fsgid = ses->se_cb_sec.gid;
in get_backchannel_cred()
880
return
kcred
;
in get_backchannel_cred()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4callback.c
943
struct cred *
kcred
;
in get_backchannel_cred()
local
945
kcred
= prepare_kernel_cred(&init_task);
in get_backchannel_cred()
946
if (!
kcred
)
in get_backchannel_cred()
949
kcred
->fsuid = ses->se_cb_sec.uid;
in get_backchannel_cred()
950
kcred
->fsgid = ses->se_cb_sec.gid;
in get_backchannel_cred()
951
return
kcred
;
in get_backchannel_cred()
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/
H
A
D
flexfilelayout.c
409
struct cred *
kcred
;
in ff_layout_alloc_lseg()
local
490
kcred
= prepare_kernel_cred(NULL);
in ff_layout_alloc_lseg()
493
kcred
= prepare_kernel_cred(NULL);
in ff_layout_alloc_lseg()
497
if (!
kcred
)
in ff_layout_alloc_lseg()
499
kcred
->fsuid = uid;
in ff_layout_alloc_lseg()
500
kcred
->fsgid = gid;
in ff_layout_alloc_lseg()
501
cred = RCU_INITIALIZER(
kcred
);
in ff_layout_alloc_lseg()
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/
H
A
D
flexfilelayout.c
415
struct cred *
kcred
;
in ff_layout_alloc_lseg()
local
496
kcred
= prepare_kernel_cred(&init_task);
in ff_layout_alloc_lseg()
499
kcred
= prepare_kernel_cred(&init_task);
in ff_layout_alloc_lseg()
503
if (!
kcred
)
in ff_layout_alloc_lseg()
505
kcred
->fsuid = uid;
in ff_layout_alloc_lseg()
506
kcred
->fsgid = gid;
in ff_layout_alloc_lseg()
507
cred = RCU_INITIALIZER(
kcred
);
in ff_layout_alloc_lseg()
Completed in 13 milliseconds