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:opt_dentry
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/security/smack/
H
A
D
smack_lsm.c
3284
* @
opt_dentry
: dentry where inode will be attached
3289
static void smack_d_instantiate(struct dentry *
opt_dentry
, struct inode *inode)
in smack_d_instantiate()
argument
3328
if (
opt_dentry
->d_parent ==
opt_dentry
) {
in smack_d_instantiate()
3437
dp = dget(
opt_dentry
);
in smack_d_instantiate()
/kernel/linux/linux-6.6/security/smack/
H
A
D
smack_lsm.c
3429
* @
opt_dentry
: dentry where inode will be attached
3434
static void smack_d_instantiate(struct dentry *
opt_dentry
, struct inode *inode)
in smack_d_instantiate()
argument
3473
if (
opt_dentry
->d_parent ==
opt_dentry
) {
in smack_d_instantiate()
3582
dp = dget(
opt_dentry
);
in smack_d_instantiate()
/kernel/linux/linux-5.10/security/selinux/
H
A
D
hooks.c
247
static int inode_doinit_with_dentry(struct inode *inode, struct dentry *
opt_dentry
);
270
* @
opt_dentry
is NULL and no dentry for this inode can be
in __inode_security_revalidate()
1393
static int inode_doinit_with_dentry(struct inode *inode, struct dentry *
opt_dentry
)
in inode_doinit_with_dentry()
argument
1440
if (
opt_dentry
) {
in inode_doinit_with_dentry()
1442
dentry = dget(
opt_dentry
);
in inode_doinit_with_dentry()
1498
if (
opt_dentry
) {
in inode_doinit_with_dentry()
1501
dentry = dget(
opt_dentry
);
in inode_doinit_with_dentry()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
hooks.c
268
static int inode_doinit_with_dentry(struct inode *inode, struct dentry *
opt_dentry
);
291
* @
opt_dentry
is NULL and no dentry for this inode can be
in __inode_security_revalidate()
1408
static int inode_doinit_with_dentry(struct inode *inode, struct dentry *
opt_dentry
)
in inode_doinit_with_dentry()
argument
1458
if (
opt_dentry
) {
in inode_doinit_with_dentry()
1460
dentry = dget(
opt_dentry
);
in inode_doinit_with_dentry()
1516
if (
opt_dentry
) {
in inode_doinit_with_dentry()
1519
dentry = dget(
opt_dentry
);
in inode_doinit_with_dentry()
Completed in 30 milliseconds