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_prune
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
nsfs.c
46
.
d_prune
= ns_prune_dentry,
101
d_delete(dentry); /* make sure ->
d_prune
() does nothing */
in __ns_get_path()
H
A
D
dcache.c
563
* inform the fs via
d_prune
that this dentry is about to be
in __dentry_kill()
567
dentry->d_op->
d_prune
(dentry);
in __dentry_kill()
1877
if (op->
d_prune
)
in d_set_d_op()
/kernel/linux/linux-5.10/include/linux/
H
A
D
dcache.h
144
void (*
d_prune
)(struct dentry *);
member
/kernel/linux/linux-6.6/fs/
H
A
D
nsfs.c
47
.
d_prune
= ns_prune_dentry,
102
d_delete(dentry); /* make sure ->
d_prune
() does nothing */
in __ns_get_path()
H
A
D
dcache.c
591
* inform the fs via
d_prune
that this dentry is about to be
in __dentry_kill()
595
dentry->d_op->
d_prune
(dentry);
in __dentry_kill()
1937
if (op->
d_prune
)
in d_set_d_op()
/kernel/linux/linux-6.6/include/linux/
H
A
D
dcache.h
137
void (*
d_prune
)(struct dentry *);
member
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
dir.c
1982
.
d_prune
= ceph_d_prune,
H
A
D
inode.c
1189
realdn->d_op->
d_prune
(realdn);
in splice_dentry()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
dir.c
2183
.
d_prune
= ceph_d_prune,
H
A
D
inode.c
1438
realdn->d_op->
d_prune
(realdn);
in splice_dentry()
Completed in 22 milliseconds