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:d_real_inode
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace_uprobe.c
413
struct inode *comp_inode =
d_real_inode
(comp->path.dentry);
in trace_uprobe_has_same_uprobe()
418
if (comp_inode !=
d_real_inode
(orig->path.dentry) ||
in trace_uprobe_has_same_uprobe()
477
struct inode *new_inode =
d_real_inode
(new->path.dentry);
in validate_ref_ctr_offset()
480
if (new_inode ==
d_real_inode
(tmp->path.dentry) &&
in validate_ref_ctr_offset()
1062
tu->inode =
d_real_inode
(tu->path.dentry);
in trace_uprobe_enable()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_uprobe.c
408
struct inode *comp_inode =
d_real_inode
(comp->path.dentry);
in trace_uprobe_has_same_uprobe()
412
if (comp_inode !=
d_real_inode
(orig->path.dentry) ||
in trace_uprobe_has_same_uprobe()
471
struct inode *new_inode =
d_real_inode
(new->path.dentry);
in validate_ref_ctr_offset()
474
if (new_inode ==
d_real_inode
(tmp->path.dentry) &&
in validate_ref_ctr_offset()
1059
tu->inode =
d_real_inode
(tu->path.dentry);
in trace_uprobe_enable()
H
A
D
bpf_trace.c
3057
uprobe_unregister(
d_real_inode
(path->dentry), uprobes[i].offset,
in bpf_uprobe_unregister()
3287
err = uprobe_register_refctr(
d_real_inode
(link->path.dentry),
in bpf_uprobe_multi_link_attach()
/kernel/linux/linux-5.10/security/integrity/ima/
H
A
D
ima_api.c
215
struct inode *real_inode =
d_real_inode
(file_dentry(file));
in ima_collect_measurement()
H
A
D
ima_main.c
276
backing_inode =
d_real_inode
(file_dentry(file));
in process_measurement()
/kernel/linux/linux-5.10/include/linux/
H
A
D
dcache.h
589
*
d_real_inode
- Return the real inode
595
static inline struct inode *
d_real_inode
(const struct dentry *dentry)
in d_real_inode()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
dcache.h
583
*
d_real_inode
- Return the real inode
589
static inline struct inode *
d_real_inode
(const struct dentry *dentry)
in d_real_inode()
function
/kernel/linux/linux-6.6/security/integrity/ima/
H
A
D
ima_api.c
246
struct inode *real_inode =
d_real_inode
(file_dentry(file));
in ima_collect_measurement()
H
A
D
ima_main.c
289
backing_inode =
d_real_inode
(file_dentry(file));
in process_measurement()
Completed in 18 milliseconds