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_iovecp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.h
14
struct xfs_log_iovec *
lv_iovecp
; /* iovec array */
member
31
ASSERT(vec - lv->
lv_iovecp
< lv->lv_niovecs);
in xlog_prepare_iovec()
34
vec = &lv->
lv_iovecp
[0];
in xlog_prepare_iovec()
H
A
D
xfs_log.c
833
.
lv_iovecp
= ®,
in xlog_write_unmount_record()
1478
.
lv_iovecp
= ®,
in xlog_commit_record()
2073
vec = lv->
lv_iovecp
;
in xlog_print_trans()
2112
struct xfs_log_iovec *vecp = &lv->
lv_iovecp
[i];
in xlog_write_calc_vec_length()
2328
struct xfs_log_iovec *vecp = lv->
lv_iovecp
;
in xlog_write()
2470
vecp = lv->
lv_iovecp
;
in xlog_write()
H
A
D
xfs_log_cil.c
196
lv->
lv_iovecp
= (struct xfs_log_iovec *)&lv[1];
in xlog_cil_alloc_shadow_bufs()
811
lvhdr.
lv_iovecp
= &lhdr;
in xlog_cil_push_work()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.h
15
struct xfs_log_iovec *
lv_iovecp
; /* iovec array */
member
H
A
D
xfs_log.c
117
ASSERT(vec - lv->
lv_iovecp
< lv->lv_niovecs);
in xlog_prepare_iovec()
120
vec = &lv->
lv_iovecp
[0];
in xlog_prepare_iovec()
932
.
lv_iovecp
= ®,
in xlog_write_unmount_record()
2197
vec = lv->
lv_iovecp
;
in xlog_print_trans()
2257
struct xfs_log_iovec *reg = &lv->
lv_iovecp
[index];
in xlog_write_full()
2321
struct xfs_log_iovec *reg = &lv->
lv_iovecp
[index];
in xlog_write_partial()
H
A
D
xfs_log_cil.c
353
lv->
lv_iovecp
= (struct xfs_log_iovec *)&lv[1];
in xlog_cil_alloc_shadow_bufs()
944
.
lv_iovecp
= ®,
in xlog_cil_write_commit_record()
1023
lvhdr->
lv_iovecp
= &hdr->lhdr[0];
in xlog_cil_build_trans_hdr()
Completed in 13 milliseconds