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:s_wtime
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
nilfs2_ondisk.h
172
__le64
s_wtime
; /* Write time */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
nilfs2_ondisk.h
172
__le64
s_wtime
; /* Write time */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
nilfs2_ondisk.h
90
__le64
s_wtime
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
nilfs2_ondisk.h
72
__le64
s_wtime
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
nilfs2_ondisk.h
90
__le64
s_wtime
;
member
/kernel/linux/linux-5.10/fs/nilfs2/
H
A
D
super.c
281
sbp[0]->
s_wtime
= cpu_to_le64(t);
in nilfs_commit_super()
287
sbp[1]->
s_wtime
= sbp[0]->
s_wtime
;
in nilfs_commit_super()
H
A
D
the_nilfs.c
273
nilfs->ns_sbwtime = le64_to_cpu(sbp[0]->
s_wtime
);
in load_nilfs()
653
nilfs->ns_sbwtime = le64_to_cpu(sbp[0]->
s_wtime
);
in nilfs_load_super_block()
/kernel/linux/linux-6.6/fs/nilfs2/
H
A
D
super.c
282
sbp[0]->
s_wtime
= cpu_to_le64(t);
in nilfs_commit_super()
288
sbp[1]->
s_wtime
= sbp[0]->
s_wtime
;
in nilfs_commit_super()
H
A
D
the_nilfs.c
273
nilfs->ns_sbwtime = le64_to_cpu(sbp[0]->
s_wtime
);
in load_nilfs()
652
nilfs->ns_sbwtime = le64_to_cpu(sbp[0]->
s_wtime
);
in nilfs_load_super_block()
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
ext2.h
418
__le32
s_wtime
; /* Write time */
member
H
A
D
super.c
1243
es->
s_wtime
= cpu_to_le32(ktime_get_real_seconds());
in ext2_sync_super()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
ext2.h
423
__le32
s_wtime
; /* Write time */
member
H
A
D
super.c
1252
es->
s_wtime
= cpu_to_le32(ktime_get_real_seconds());
in ext2_sync_super()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ext4.h
1303
/*30*/ __le32
s_wtime
; /* Write time */
member
H
A
D
super.c
5526
ext4_update_tstamp(es,
s_wtime
);
in ext4_update_super()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ext4.h
1302
/*30*/ __le32
s_wtime
; /* Write time */
member
H
A
D
super.c
467
last_update = ext4_get_tstamp(es,
s_wtime
);
in ext4_maybe_update_superblock()
6117
ext4_update_tstamp(es,
s_wtime
);
in ext4_update_super()
Completed in 50 milliseconds