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:remote_ctime
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
file_remote.c
85
hmdfs_time_compare(&info->
remote_ctime
, &open_ret->
remote_ctime
)) {
in hmdfs_open_final_remote()
137
inode->i_ctime = open_ret->
remote_ctime
;
in hmdfs_open_final_remote()
138
info->
remote_ctime
= open_ret->
remote_ctime
;
in hmdfs_open_final_remote()
416
info->
remote_ctime
= getattr_ret->stat.ctime;
in hmdfs_remote_keep_writecache()
H
A
D
hmdfs_trace.h
737
__field(uint64_t,
remote_ctime
)
757
__entry->
remote_ctime
= open_ret->
remote_ctime
.tv_sec;
758
__entry->remote_ctime_nsec = open_ret->
remote_ctime
.tv_nsec;
764
__entry->local_ctime = info->
remote_ctime
.tv_sec;
765
__entry->local_ctime_nsec = info->
remote_ctime
.tv_nsec;
774
__entry->local_ino, __entry->
remote_ctime
,
H
A
D
hmdfs_client.h
19
struct hmdfs_time_t
remote_ctime
;
member
H
A
D
inode.h
103
struct hmdfs_time_t
remote_ctime
;
member
H
A
D
hmdfs_client.c
68
open_ret->
remote_ctime
.tv_sec = le64_to_cpu(resp->ctime);
in hmdfs_send_open()
69
open_ret->
remote_ctime
.tv_nsec = le32_to_cpu(resp->ctime_nsec);
in hmdfs_send_open()
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
file_remote.c
85
hmdfs_time_compare(&info->
remote_ctime
, &open_ret->
remote_ctime
)) {
in hmdfs_open_final_remote()
137
inode->__i_ctime = open_ret->
remote_ctime
;
in hmdfs_open_final_remote()
138
info->
remote_ctime
= open_ret->
remote_ctime
;
in hmdfs_open_final_remote()
416
info->
remote_ctime
= getattr_ret->stat.ctime;
in hmdfs_remote_keep_writecache()
H
A
D
hmdfs_trace.h
737
__field(uint64_t,
remote_ctime
)
757
__entry->
remote_ctime
= open_ret->
remote_ctime
.tv_sec;
758
__entry->remote_ctime_nsec = open_ret->
remote_ctime
.tv_nsec;
764
__entry->local_ctime = info->
remote_ctime
.tv_sec;
765
__entry->local_ctime_nsec = info->
remote_ctime
.tv_nsec;
774
__entry->local_ino, __entry->
remote_ctime
,
H
A
D
inode.h
103
struct hmdfs_time_t
remote_ctime
;
member
H
A
D
hmdfs_client.h
19
struct hmdfs_time_t
remote_ctime
;
member
H
A
D
hmdfs_client.c
68
open_ret->
remote_ctime
.tv_sec = le64_to_cpu(resp->ctime);
in hmdfs_send_open()
69
open_ret->
remote_ctime
.tv_nsec = le32_to_cpu(resp->ctime_nsec);
in hmdfs_send_open()
Completed in 9 milliseconds