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:selinux_null
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/
H
A
D
selinuxfs.c
2209
struct path
selinux_null
;
variable
2230
selinux_null
.mnt = kern_mount(&sel_fs_type);
in init_sel_fs()
2231
if (IS_ERR(
selinux_null
.mnt)) {
in init_sel_fs()
2233
err = PTR_ERR(
selinux_null
.mnt);
in init_sel_fs()
2234
selinux_null
.mnt = NULL;
in init_sel_fs()
2238
selinux_null
.dentry = d_hash_and_lookup(
selinux_null
.mnt->mnt_root,
in init_sel_fs()
2240
if (IS_ERR(
selinux_null
.dentry)) {
in init_sel_fs()
2242
err = PTR_ERR(
selinux_null
.dentry);
in init_sel_fs()
2243
selinux_null
in init_sel_fs()
[all...]
H
A
D
hooks.c
2459
devnull = dentry_open(&
selinux_null
, O_RDWR, cred);
in flush_unauthorized_files()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
selinuxfs.c
2139
struct path
selinux_null
__ro_after_init;
2160
selinux_null
.mnt = selinuxfs_mount = kern_mount(&sel_fs_type);
in init_sel_fs()
2166
selinux_null
.dentry = d_hash_and_lookup(
selinux_null
.mnt->mnt_root,
in init_sel_fs()
2168
if (IS_ERR(
selinux_null
.dentry)) {
in init_sel_fs()
2170
err = PTR_ERR(
selinux_null
.dentry);
in init_sel_fs()
2171
selinux_null
.dentry = NULL;
in init_sel_fs()
H
A
D
hooks.c
2443
devnull = dentry_open(&
selinux_null
, O_RDWR, cred);
in flush_unauthorized_files()
/kernel/linux/linux-6.6/security/selinux/include/
H
A
D
security.h
375
extern struct path
selinux_null
;
/kernel/linux/linux-5.10/security/selinux/include/
H
A
D
security.h
452
extern struct path
selinux_null
;
Completed in 27 milliseconds