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_LRU_LIST
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
dcache.c
332
if (dentry->d_flags &
DCACHE_LRU_LIST
)
in __d_clear_type_and_inode()
378
* The
DCACHE_LRU_LIST
bit is set whenever the 'd_lru' entry
386
* the
DCACHE_LRU_LIST
bit.
396
#define D_FLAG_VERIFY(dentry,x) WARN_ON_ONCE(((dentry)->d_flags & (
DCACHE_LRU_LIST
| DCACHE_SHRINK_LIST)) != (x))
400
dentry->d_flags |=
DCACHE_LRU_LIST
;
in d_lru_add()
409
D_FLAG_VERIFY(dentry,
DCACHE_LRU_LIST
);
in d_lru_del()
410
dentry->d_flags &= ~
DCACHE_LRU_LIST
;
in d_lru_del()
419
D_FLAG_VERIFY(dentry, DCACHE_SHRINK_LIST |
DCACHE_LRU_LIST
);
in d_shrink_del()
421
dentry->d_flags &= ~(DCACHE_SHRINK_LIST |
DCACHE_LRU_LIST
);
in d_shrink_del()
429
dentry->d_flags |= DCACHE_SHRINK_LIST |
DCACHE_LRU_LIST
;
in d_shrink_add()
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
dcache.c
359
if (dentry->d_flags &
DCACHE_LRU_LIST
)
in __d_clear_type_and_inode()
405
* The
DCACHE_LRU_LIST
bit is set whenever the 'd_lru' entry
413
* the
DCACHE_LRU_LIST
bit.
423
#define D_FLAG_VERIFY(dentry,x) WARN_ON_ONCE(((dentry)->d_flags & (
DCACHE_LRU_LIST
| DCACHE_SHRINK_LIST)) != (x))
427
dentry->d_flags |=
DCACHE_LRU_LIST
;
in d_lru_add()
436
D_FLAG_VERIFY(dentry,
DCACHE_LRU_LIST
);
in d_lru_del()
437
dentry->d_flags &= ~
DCACHE_LRU_LIST
;
in d_lru_del()
446
D_FLAG_VERIFY(dentry, DCACHE_SHRINK_LIST |
DCACHE_LRU_LIST
);
in d_shrink_del()
448
dentry->d_flags &= ~(DCACHE_SHRINK_LIST |
DCACHE_LRU_LIST
);
in d_shrink_del()
456
dentry->d_flags |= DCACHE_SHRINK_LIST |
DCACHE_LRU_LIST
;
in d_shrink_add()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
dcache.h
203
#define
DCACHE_LRU_LIST
0x00080000
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
dcache.h
196
#define
DCACHE_LRU_LIST
0x00080000
macro
Completed in 7 milliseconds