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_time
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
sysv_fs.h
43
__fs32
s_time
__packed2__; /* time of last super block update */
84
__fs32
s_time
; /* time of last super block update */
member
92
__fs32 s_state; /* file system state: 0x7c269d38-
s_time
means clean */
113
__fs32
s_time
__packed2__; /* time of last super block update */
143
__fs32
s_time
__packed2__; /* time of last super block update */
181
__fs32
s_time
__packed2__; /* time of last super block update */
/kernel/linux/linux-6.6/include/linux/
H
A
D
sysv_fs.h
43
__fs32
s_time
__packed2__; /* time of last super block update */
84
__fs32
s_time
; /* time of last super block update */
member
92
__fs32 s_state; /* file system state: 0x7c269d38-
s_time
means clean */
113
__fs32
s_time
__packed2__; /* time of last super block update */
143
__fs32
s_time
__packed2__; /* time of last super block update */
181
__fs32
s_time
__packed2__; /* time of last super block update */
/kernel/linux/linux-5.10/fs/sysv/
H
A
D
super.c
74
sbi->s_sb_time = &sbd2->
s_time
;
in detected_xenix()
101
sbi->s_sb_time = &sbd->
s_time
;
in detected_sysv4()
129
sbi->s_sb_time = &sbd->
s_time
;
in detected_sysv2()
153
sbi->s_sb_time = &sbd->
s_time
;
in detected_coherent()
174
sbi->s_sb_time = &sbd->
s_time
;
in detected_v7()
228
if (fs32_to_cpu(sbi, sbd->
s_time
) < JAN_1_1980) {
in detect_sysv()
/kernel/linux/linux-6.6/fs/sysv/
H
A
D
super.c
74
sbi->s_sb_time = &sbd2->
s_time
;
in detected_xenix()
101
sbi->s_sb_time = &sbd->
s_time
;
in detected_sysv4()
129
sbi->s_sb_time = &sbd->
s_time
;
in detected_sysv2()
153
sbi->s_sb_time = &sbd->
s_time
;
in detected_coherent()
174
sbi->s_sb_time = &sbd->
s_time
;
in detected_v7()
228
if (fs32_to_cpu(sbi, sbd->
s_time
) < JAN_1_1980) {
in detect_sysv()
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_superblock.h
64
struct timestruc_t
s_time
; /* 8: time last updated */
member
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_superblock.h
64
struct timestruc_t
s_time
; /* 8: time last updated */
member
Completed in 4 milliseconds