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:lv_bytes
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.h
18
int
lv_bytes
; /* accounted space in buffer */
member
68
lv->
lv_bytes
+= len;
in xlog_finish_iovec()
72
ASSERT((void *)lv->lv_buf + lv->
lv_bytes
<= (void *)lv + lv->lv_size);
in xlog_finish_iovec()
H
A
D
xfs_log_cil.c
362
lv->
lv_bytes
= 0;
in xlog_cil_alloc_shadow_bufs()
387
*diff_len += lv->
lv_bytes
;
in xfs_cil_prepare_item()
403
*diff_len -= old_lv->
lv_bytes
;
in xfs_cil_prepare_item()
497
*diff_len -= lv->
lv_bytes
;
in xlog_cil_insert_format_items()
504
lv->
lv_bytes
= 0;
in xlog_cil_insert_format_items()
1024
lvhdr->
lv_bytes
= hdr->lhdr[0].i_len + hdr->lhdr[1].i_len;
in xlog_cil_build_trans_hdr()
1026
tic->t_curr_res -= lvhdr->
lv_bytes
;
in xlog_cil_build_trans_hdr()
1083
*num_bytes += lv->
lv_bytes
;
in xlog_cil_build_lv_chain()
1255
num_bytes += lvhdr.
lv_bytes
;
in xlog_cil_push_work()
1535
len += ilip->li_lv->
lv_bytes
;
in xlog_cil_process_intents()
[all...]
H
A
D
xfs_log.c
2193
xfs_warn(mp, " bytes = %d", lv->
lv_bytes
);
in xlog_print_trans()
2518
lv->
lv_bytes
> iclog->ic_size - log_offset) {
in xlog_write()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.h
17
int
lv_bytes
; /* accounted space in buffer */
member
60
lv->
lv_bytes
+= len;
in xlog_finish_iovec()
H
A
D
xfs_log_cil.c
205
lv->
lv_bytes
= 0;
in xlog_cil_alloc_shadow_bufs()
233
*diff_len += lv->
lv_bytes
;
in xfs_cil_prepare_item()
251
*diff_len -= old_lv->
lv_bytes
;
in xfs_cil_prepare_item()
350
*diff_len -= lv->
lv_bytes
;
in xlog_cil_insert_format_items()
357
lv->
lv_bytes
= 0;
in xlog_cil_insert_format_items()
H
A
D
xfs_log.c
2069
xfs_warn(mp, " bytes = %d", lv->
lv_bytes
);
in xlog_print_trans()
Completed in 12 milliseconds