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:mtime_nsec
(Results
1 - 25
of
33
) sorted by relevance
1
2
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
fscache.h
31
s64
mtime_nsec
;
member
118
auxdata->
mtime_nsec
= inode->i_mtime.tv_nsec;
in nfs_fscache_update_auxdata()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H
A
D
protocol.h
203
__le32
mtime_nsec
;
member
344
__le32
mtime_nsec
;
member
372
__le32
mtime_nsec
;
member
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
cache.c
18
u64
mtime_nsec
;
member
123
aux.
mtime_nsec
= inode->i_mtime.tv_nsec;
in ceph_fscache_inode_check_aux()
157
aux.
mtime_nsec
= inode->i_mtime.tv_nsec;
in ceph_fscache_register_inode_cookie()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H
A
D
protocol.h
203
__le32
mtime_nsec
;
member
344
__le32
mtime_nsec
;
member
372
__le32
mtime_nsec
;
member
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
fscache-index.c
88
auxdata.
mtime_nsec
= nfsi->vfs_inode.i_mtime.tv_nsec;
in nfs_fscache_inode_check_aux()
H
A
D
fscache.h
66
s64
mtime_nsec
;
member
H
A
D
fscache.c
233
auxdata->
mtime_nsec
= nfsi->vfs_inode.i_mtime.tv_nsec;
in nfs_fscache_update_auxdata()
/kernel/linux/linux-5.10/include/net/9p/
H
A
D
9p.h
456
* @
mtime_nsec
: Last modification time, nanoseconds
468
u64
mtime_nsec
;
member
/kernel/linux/linux-5.10/fs/hmdfs/
H
A
D
hmdfs.h
254
long
mtime_nsec
;
member
H
A
D
hmdfs_client.c
687
setattr_req->
mtime_nsec
= cpu_to_le32(attr_info->
mtime_nsec
);
in hmdfs_send_setattr()
713
stat->mtime.tv_nsec = le32_to_cpu(resp->
mtime_nsec
);
in hmdfs_update_getattr_ret()
H
A
D
inode_remote.c
898
.
mtime_nsec
= cpu_to_le32(ia->ia_mtime.tv_nsec),
in hmdfs_setattr_remote()
H
A
D
hmdfs_server.c
1694
attr.ia_mtime.tv_nsec = le32_to_cpu(recv->
mtime_nsec
);
in hmdfs_server_setattr()
1729
resp->
mtime_nsec
= cpu_to_le32(ks->mtime.tv_nsec);
in update_getattr_response()
/kernel/linux/linux-6.6/fs/hmdfs/
H
A
D
hmdfs.h
254
long
mtime_nsec
;
member
H
A
D
hmdfs_client.c
686
setattr_req->
mtime_nsec
= cpu_to_le32(attr_info->
mtime_nsec
);
in hmdfs_send_setattr()
712
stat->mtime.tv_nsec = le32_to_cpu(resp->
mtime_nsec
);
in hmdfs_update_getattr_ret()
H
A
D
inode_remote.c
898
.
mtime_nsec
= cpu_to_le32(ia->ia_mtime.tv_nsec),
in hmdfs_setattr_remote()
H
A
D
hmdfs_server.c
1694
attr.ia_mtime.tv_nsec = le32_to_cpu(recv->
mtime_nsec
);
in hmdfs_server_setattr()
1729
resp->
mtime_nsec
= cpu_to_le32(ks->mtime.tv_nsec);
in update_getattr_response()
/kernel/linux/linux-6.6/include/net/9p/
H
A
D
9p.h
463
* @
mtime_nsec
: Last modification time, nanoseconds
475
u64
mtime_nsec
;
member
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
ubifs-media.h
491
* @
mtime_nsec
: modification time nanoseconds
525
__le32
mtime_nsec
;
member
H
A
D
sb.c
301
ino->
mtime_nsec
= 0;
in create_default_filesystem()
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
ubifs-media.h
491
* @
mtime_nsec
: modification time nanoseconds
525
__le32
mtime_nsec
;
member
H
A
D
sb.c
304
ino->
mtime_nsec
= 0;
in create_default_filesystem()
/kernel/linux/linux-5.10/net/9p/
H
A
D
protocol.c
509
p9attr->
mtime_nsec
);
in p9pdu_vwritef()
/kernel/linux/linux-6.6/net/9p/
H
A
D
protocol.c
675
p9attr->
mtime_nsec
);
in p9pdu_vwritef()
/kernel/linux/linux-5.10/fs/9p/
H
A
D
vfs_inode_dotl.c
571
p9attr.
mtime_nsec
= iattr->ia_mtime.tv_nsec;
in v9fs_vfs_setattr_dotl()
/kernel/linux/linux-6.6/fs/9p/
H
A
D
vfs_inode_dotl.c
570
p9attr.
mtime_nsec
= iattr->ia_mtime.tv_nsec;
in v9fs_vfs_setattr_dotl()
Completed in 42 milliseconds
1
2