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:file_ctx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/security/apparmor/include/
H
A
D
file.h
32
static inline struct aa_file_ctx *
file_ctx
(struct file *file)
in file_ctx()
function
49
* aa_alloc_file_ctx - allocate
file_ctx
53
* Returns:
file_ctx
or NULL on failure
69
* aa_free_file_ctx - free a
file_ctx
70
* @ctx:
file_ctx
to free (MAYBE_NULL)
/kernel/linux/linux-5.10/security/apparmor/
H
A
D
file.c
489
/* update caching of label on
file_ctx
*/
in update_file_ctx()
553
update_file_ctx(
file_ctx
(file), label, request);
in __file_path_perm()
581
update_file_ctx(
file_ctx
(file), label, request);
in __file_sock_perm()
607
fctx =
file_ctx
(file);
in aa_file_perm()
H
A
D
lsm.c
404
struct aa_file_ctx *fctx =
file_ctx
(file);
in apparmor_file_open()
438
struct aa_file_ctx *ctx =
file_ctx
(file);
in apparmor_file_alloc_security()
449
struct aa_file_ctx *ctx =
file_ctx
(file);
in apparmor_file_free_security()
498
if (!file || !
file_ctx
(file))
in common_mmap()
/kernel/linux/linux-6.6/security/apparmor/
H
A
D
file.c
468
/* update caching of label on
file_ctx
*/
in update_file_ctx()
538
update_file_ctx(
file_ctx
(file), label, request);
in __file_path_perm()
568
update_file_ctx(
file_ctx
(file), label, request);
in __file_sock_perm()
596
fctx =
file_ctx
(file);
in aa_file_perm()
H
A
D
lsm.c
453
struct aa_file_ctx *fctx =
file_ctx
(file);
in apparmor_file_open()
494
struct aa_file_ctx *ctx =
file_ctx
(file);
in apparmor_file_alloc_security()
505
struct aa_file_ctx *ctx =
file_ctx
(file);
in apparmor_file_free_security()
554
if (!file || !
file_ctx
(file))
in common_mmap()
/kernel/linux/linux-5.10/security/apparmor/include/
H
A
D
file.h
31
static inline struct aa_file_ctx *
file_ctx
(struct file *file)
in file_ctx()
function
48
* aa_alloc_file_ctx - allocate
file_ctx
52
* Returns:
file_ctx
or NULL on failure
68
* aa_free_file_ctx - free a
file_ctx
69
* @ctx:
file_ctx
to free (MAYBE_NULL)
Completed in 9 milliseconds