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:mounted_time
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
segment.h
286
unsigned long long
mounted_time
; /* mount time */
member
842
if (now >= sit_i->
mounted_time
)
in get_mtime()
843
return sit_i->elapsed_time + now - sit_i->
mounted_time
;
in get_mtime()
847
diff = sit_i->
mounted_time
- now;
in get_mtime()
H
A
D
debug.c
327
SIT_I(si->sbi)->
mounted_time
);
in stat_show()
H
A
D
sysfs.c
201
return sprintf(buf, "%llu", SIT_I(sbi)->
mounted_time
);
in mounted_time_sec_show()
H
A
D
segment.c
4519
sit_i->
mounted_time
= ktime_get_boottime_seconds();
in build_sit_info()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
segment.h
260
unsigned long long
mounted_time
; /* mount time */
member
863
if (now >= sit_i->
mounted_time
)
in get_mtime()
864
return sit_i->elapsed_time + now - sit_i->
mounted_time
;
in get_mtime()
868
diff = sit_i->
mounted_time
- now;
in get_mtime()
H
A
D
debug.c
403
SIT_I(sbi)->
mounted_time
);
in stat_show()
H
A
D
sysfs.c
241
return sysfs_emit(buf, "%llu\n", SIT_I(sbi)->
mounted_time
);
in mounted_time_sec_show()
H
A
D
segment.c
4466
sit_i->
mounted_time
= ktime_get_boottime_seconds();
in build_sit_info()
Completed in 23 milliseconds