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:i_last_rd
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
super.h
389
unsigned long
i_last_rd
;
member
H
A
D
caps.c
1026
time_after(ci->
i_last_rd
, used_cutoff))
in __ceph_caps_file_wanted()
1045
time_after(ci->
i_last_rd
, used_cutoff))
in __ceph_caps_file_wanted()
1047
} else if (time_after(ci->
i_last_rd
, idle_cutoff)) {
in __ceph_caps_file_wanted()
4414
ci->
i_last_rd
= now;
in __ceph_touch_fmode()
H
A
D
inode.c
491
ci->
i_last_rd
= ci->i_last_wr = jiffies - 3600 * HZ;
in ceph_alloc_inode()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
caps.c
1008
time_after(ci->
i_last_rd
, used_cutoff))
in __ceph_caps_file_wanted()
1027
time_after(ci->
i_last_rd
, used_cutoff))
in __ceph_caps_file_wanted()
1029
} else if (time_after(ci->
i_last_rd
, idle_cutoff)) {
in __ceph_caps_file_wanted()
4584
ci->
i_last_rd
= now;
in __ceph_touch_fmode()
H
A
D
super.h
419
unsigned long
i_last_rd
;
member
H
A
D
inode.c
616
ci->
i_last_rd
= ci->i_last_wr = jiffies - 3600 * HZ;
in ceph_alloc_inode()
Completed in 40 milliseconds