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_niovecs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_cil.c
210
lv->
lv_niovecs
= niovecs;
in xlog_cil_alloc_shadow_bufs()
234
*diff_iovecs += lv->
lv_niovecs
;
in xfs_cil_prepare_item()
252
*diff_iovecs -= old_lv->
lv_niovecs
;
in xfs_cil_prepare_item()
332
if (!shadow->
lv_niovecs
&& !ordered)
in xlog_cil_insert_format_items()
349
*diff_iovecs -= lv->
lv_niovecs
;
in xlog_cil_insert_format_items()
353
lv->
lv_niovecs
= shadow->
lv_niovecs
;
in xlog_cil_insert_format_items()
359
xlog_cil_iovec_space(lv->
lv_niovecs
);
in xlog_cil_insert_format_items()
746
num_iovecs += lv->
lv_niovecs
;
in xlog_cil_push_work()
810
lvhdr.
lv_niovecs
in xlog_cil_push_work()
[all...]
H
A
D
xfs_log.h
13
int
lv_niovecs
; /* number of iovecs in lv */
member
31
ASSERT(vec - lv->lv_iovecp < lv->
lv_niovecs
);
in xlog_prepare_iovec()
H
A
D
xfs_log.c
832
.
lv_niovecs
= 1,
in xlog_write_unmount_record()
1477
.
lv_niovecs
= 1,
in xlog_commit_record()
2067
xfs_warn(mp, " niovecs = %d", lv->
lv_niovecs
);
in xlog_print_trans()
2074
for (i = 0; i < lv->
lv_niovecs
; i++) {
in xlog_print_trans()
2109
headers += lv->
lv_niovecs
;
in xlog_write_calc_vec_length()
2111
for (i = 0; i < lv->
lv_niovecs
; i++) {
in xlog_write_calc_vec_length()
2354
while (lv && (!lv->
lv_niovecs
|| index < lv->
lv_niovecs
)) {
in xlog_write()
2374
while (lv && (!lv->
lv_niovecs
|| index < lv->
lv_niovecs
)) {
in xlog_write()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_cil.c
366
lv->
lv_niovecs
= niovecs;
in xlog_cil_alloc_shadow_bufs()
481
if (!shadow->
lv_niovecs
&& !ordered)
in xlog_cil_insert_format_items()
500
lv->
lv_niovecs
= shadow->
lv_niovecs
;
in xlog_cil_insert_format_items()
506
xlog_cil_iovec_space(lv->
lv_niovecs
);
in xlog_cil_insert_format_items()
943
.
lv_niovecs
= 1,
in xlog_cil_write_commit_record()
1022
lvhdr->
lv_niovecs
= 2;
in xlog_cil_build_trans_hdr()
1084
*num_iovecs += lv->
lv_niovecs
;
in xlog_cil_build_lv_chain()
H
A
D
xfs_log.h
14
int
lv_niovecs
; /* number of iovecs in lv */
member
H
A
D
xfs_log.c
117
ASSERT(vec - lv->lv_iovecp < lv->
lv_niovecs
);
in xlog_prepare_iovec()
931
.
lv_niovecs
= 1,
in xlog_write_unmount_record()
2191
xfs_warn(mp, " niovecs = %d", lv->
lv_niovecs
);
in xlog_print_trans()
2198
for (i = 0; i < lv->
lv_niovecs
; i++) {
in xlog_print_trans()
2256
for (index = 0; index < lv->
lv_niovecs
; index++) {
in xlog_write_full()
2320
for (index = 0; index < lv->
lv_niovecs
; index++) {
in xlog_write_partial()
2517
if (lv->
lv_niovecs
&&
in xlog_write()
Completed in 12 milliseconds