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:DCACHE_OP_DELETE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
dcache.h
164
#define
DCACHE_OP_DELETE
0x00000008
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
dcache.h
157
#define
DCACHE_OP_DELETE
0x00000008
macro
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
dir.c
61
* Mess with
DCACHE_OP_DELETE
because dput() will be faster without it.
in fuse_dentry_settime()
64
if ((!delete && (dentry->d_flags &
DCACHE_OP_DELETE
)) ||
in fuse_dentry_settime()
65
(delete && !(dentry->d_flags &
DCACHE_OP_DELETE
))) {
in fuse_dentry_settime()
68
dentry->d_flags &= ~
DCACHE_OP_DELETE
;
in fuse_dentry_settime()
70
dentry->d_flags |=
DCACHE_OP_DELETE
;
in fuse_dentry_settime()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
dir.c
70
* Mess with
DCACHE_OP_DELETE
because dput() will be faster without it.
in fuse_dentry_settime()
73
if ((!delete && (dentry->d_flags &
DCACHE_OP_DELETE
)) ||
in fuse_dentry_settime()
74
(delete && !(dentry->d_flags &
DCACHE_OP_DELETE
))) {
in fuse_dentry_settime()
77
dentry->d_flags &= ~
DCACHE_OP_DELETE
;
in fuse_dentry_settime()
79
dentry->d_flags |=
DCACHE_OP_DELETE
;
in fuse_dentry_settime()
/kernel/linux/linux-5.10/fs/
H
A
D
dcache.c
646
if (unlikely(dentry->d_flags &
DCACHE_OP_DELETE
)) {
in retain_dentry()
746
if (unlikely(dentry->d_flags &
DCACHE_OP_DELETE
))
in fast_dput()
1862
DCACHE_OP_DELETE
|
in d_set_d_op()
1876
dentry->d_flags |=
DCACHE_OP_DELETE
;
in d_set_d_op()
/kernel/linux/linux-6.6/fs/
H
A
D
dcache.c
674
if (unlikely(dentry->d_flags &
DCACHE_OP_DELETE
)) {
in retain_dentry()
774
if (unlikely(dentry->d_flags &
DCACHE_OP_DELETE
))
in fast_dput()
1922
DCACHE_OP_DELETE
|
in d_set_d_op()
1936
dentry->d_flags |=
DCACHE_OP_DELETE
;
in d_set_d_op()
Completed in 15 milliseconds