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:ic_offset
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
894
ASSERT(iclog->
ic_offset
== 0);
in xfs_log_unmount_verify_iclog()
1585
int size = iclog->
ic_offset
+ roundoff;
in xlog_pack_data()
1799
count_init = log->l_iclog_hsize + iclog->
ic_offset
;
in xlog_calc_iclog_size()
1865
size = iclog->
ic_offset
;
in xlog_sync()
1967
iclog->
ic_offset
+= copy_bytes;
in xlog_state_finish_copy()
2313
* we don't update
ic_offset
until the end when we know exactly how many
2520
iclog->
ic_offset
= 0;
in xlog_state_activate_iclog()
2908
log_offset = iclog->
ic_offset
;
in xlog_state_get_iclog_space()
2928
* bit is on, so this will get flushed out. Don't update
ic_offset
in xlog_state_get_iclog_space()
2930
* until later to update
ic_offset
in xlog_state_get_iclog_space()
[all...]
H
A
D
xfs_log_priv.h
178
* -
ic_offset
is the current number of bytes written to in this iclog.
202
u32
ic_offset
;
member
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
992
ASSERT(iclog->
ic_offset
== 0);
in xfs_log_unmount_verify_iclog()
1767
int size = iclog->
ic_offset
+ roundoff;
in xlog_pack_data()
1998
count_init = log->l_iclog_hsize + iclog->
ic_offset
;
in xlog_calc_iclog_size()
2063
size = iclog->
ic_offset
;
in xlog_sync()
2143
iclog->
ic_offset
+= copy_bytes;
in xlog_state_finish_copy()
2471
* we don't update
ic_offset
until the end when we know exactly how many
2576
iclog->
ic_offset
= 0;
in xlog_state_activate_iclog()
2925
log_offset = iclog->
ic_offset
;
in xlog_state_get_iclog_space()
2944
* bit is on, so this will get flushed out. Don't update
ic_offset
in xlog_state_get_iclog_space()
2946
* until later to update
ic_offset
in xlog_state_get_iclog_space()
[all...]
H
A
D
xfs_log_priv.h
169
* -
ic_offset
is the current number of bytes written to in this iclog.
193
u32
ic_offset
;
member
H
A
D
xfs_trace.h
4315
__entry->offset = iclog->
ic_offset
;
Completed in 15 milliseconds