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_buf_len
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.h
18
int
lv_buf_len
; /* aligned size of buffer */
member
38
vec->i_addr = lv->lv_buf + lv->
lv_buf_len
;
in xlog_prepare_iovec()
59
lv->
lv_buf_len
+= round_up(len, sizeof(uint64_t));
in xlog_finish_iovec()
H
A
D
xfs_log_cil.c
194
lv->
lv_buf_len
= XFS_LOG_VEC_ORDERED;
in xlog_cil_alloc_shadow_bufs()
202
lv->
lv_buf_len
= XFS_LOG_VEC_ORDERED;
in xlog_cil_alloc_shadow_bufs()
204
lv->
lv_buf_len
= 0;
in xlog_cil_alloc_shadow_bufs()
232
if (lv->
lv_buf_len
!= XFS_LOG_VEC_ORDERED) {
in xfs_cil_prepare_item()
249
ASSERT(lv->
lv_buf_len
!= XFS_LOG_VEC_ORDERED);
in xfs_cil_prepare_item()
328
if (shadow->
lv_buf_len
== XFS_LOG_VEC_ORDERED)
in xlog_cil_insert_format_items()
356
lv->
lv_buf_len
= 0;
in xlog_cil_insert_format_items()
H
A
D
xfs_log.c
2070
xfs_warn(mp, " buf len = %d", lv->
lv_buf_len
);
in xlog_print_trans()
2106
if (lv->
lv_buf_len
== XFS_LOG_VEC_ORDERED)
in xlog_write_calc_vec_length()
2382
if (lv->
lv_buf_len
== XFS_LOG_VEC_ORDERED) {
in xlog_write()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.h
19
int
lv_buf_len
; /* aligned size of buffer */
member
67
lv->
lv_buf_len
+= len;
in xlog_finish_iovec()
H
A
D
xfs_log_cil.c
351
lv->
lv_buf_len
= XFS_LOG_VEC_ORDERED;
in xlog_cil_alloc_shadow_bufs()
359
lv->
lv_buf_len
= XFS_LOG_VEC_ORDERED;
in xlog_cil_alloc_shadow_bufs()
361
lv->
lv_buf_len
= 0;
in xlog_cil_alloc_shadow_bufs()
386
if (lv->
lv_buf_len
!= XFS_LOG_VEC_ORDERED)
in xfs_cil_prepare_item()
401
ASSERT(lv->
lv_buf_len
!= XFS_LOG_VEC_ORDERED);
in xfs_cil_prepare_item()
477
if (shadow->
lv_buf_len
== XFS_LOG_VEC_ORDERED)
in xlog_cil_insert_format_items()
503
lv->
lv_buf_len
= 0;
in xlog_cil_insert_format_items()
1082
if (lv->
lv_buf_len
!= XFS_LOG_VEC_ORDERED)
in xlog_cil_build_lv_chain()
H
A
D
xfs_log.c
123
len = lv->
lv_buf_len
+ sizeof(struct xlog_op_header);
in xlog_prepare_iovec()
125
lv->
lv_buf_len
= round_up(len, sizeof(uint64_t)) -
in xlog_prepare_iovec()
130
vec->i_addr = lv->lv_buf + lv->
lv_buf_len
;
in xlog_prepare_iovec()
2194
xfs_warn(mp, " buf len = %d", lv->
lv_buf_len
);
in xlog_print_trans()
Completed in 13 milliseconds