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:cache_cred
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/cachefiles/
H
A
D
security.c
39
cache->
cache_cred
= new;
in cachefiles_get_security_ID()
102
put_cred(cache->
cache_cred
);
in cachefiles_determine_cache_security()
103
cache->
cache_cred
= new;
in cachefiles_determine_cache_security()
H
A
D
internal.h
60
const struct cred *
cache_cred
; /* security override for accessing cache */
member
231
*_saved_cred = override_creds(cache->
cache_cred
);
in cachefiles_begin_secure()
H
A
D
rdwr.c
921
file = dentry_open(&path, O_RDWR | O_LARGEFILE, cache->
cache_cred
);
in cachefiles_write_page()
/kernel/linux/linux-6.6/fs/cachefiles/
H
A
D
security.c
39
cache->
cache_cred
= new;
in cachefiles_get_security_ID()
102
put_cred(cache->
cache_cred
);
in cachefiles_determine_cache_security()
103
cache->
cache_cred
= new;
in cachefiles_determine_cache_security()
H
A
D
internal.h
82
const struct cred *
cache_cred
; /* security override for accessing cache */
member
333
*_saved_cred = override_creds(cache->
cache_cred
);
in cachefiles_begin_secure()
H
A
D
cache.c
171
put_cred(cache->
cache_cred
);
in cachefiles_add_cache()
172
cache->
cache_cred
= NULL;
in cachefiles_add_cache()
H
A
D
namei.c
457
cache->
cache_cred
);
in cachefiles_create_tmpfile()
565
d_backing_inode(dentry), cache->
cache_cred
);
in cachefiles_open_file()
H
A
D
daemon.c
808
put_cred(cache->
cache_cred
);
in cachefiles_daemon_unbind()
Completed in 6 milliseconds