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_item
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_cil.c
191
lv->
lv_item
= lip;
in xlog_cil_alloc_shadow_bufs()
245
if (lv->
lv_item
->li_ops->iop_pin)
in xfs_cil_prepare_item()
246
lv->
lv_item
->li_ops->iop_pin(lv->
lv_item
);
in xfs_cil_prepare_item()
247
lv->
lv_item
->li_lv_shadow = NULL;
in xfs_cil_prepare_item()
253
lv->
lv_item
->li_lv_shadow = old_lv;
in xfs_cil_prepare_item()
257
lv->
lv_item
->li_lv = lv;
in xfs_cil_prepare_item()
265
if (!lv->
lv_item
->li_seq)
in xfs_cil_prepare_item()
266
lv->
lv_item
->li_seq = log->l_cilp->xc_ctx->sequence;
in xfs_cil_prepare_item()
363
lv->
lv_item
in xlog_cil_insert_format_items()
[all...]
H
A
D
xfs_log.h
15
struct xfs_log_item *
lv_item
; /* owner */
member
H
A
D
xfs_trans.c
749
struct xfs_log_item *lip = lv->
lv_item
;
in xfs_trans_committed_bulk()
800
log_items[i++] = lv->
lv_item
;
in xfs_trans_committed_bulk()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_cil.c
348
lv->
lv_item
= lip;
in xlog_cil_alloc_shadow_bufs()
397
if (lv->
lv_item
->li_ops->iop_pin)
in xfs_cil_prepare_item()
398
lv->
lv_item
->li_ops->iop_pin(lv->
lv_item
);
in xfs_cil_prepare_item()
399
lv->
lv_item
->li_lv_shadow = NULL;
in xfs_cil_prepare_item()
404
lv->
lv_item
->li_lv_shadow = old_lv;
in xfs_cil_prepare_item()
408
lv->
lv_item
->li_lv = lv;
in xfs_cil_prepare_item()
416
if (!lv->
lv_item
->li_seq)
in xfs_cil_prepare_item()
417
lv->
lv_item
->li_seq = log->l_cilp->xc_ctx->sequence;
in xfs_cil_prepare_item()
510
lv->
lv_item
in xlog_cil_insert_format_items()
[all...]
H
A
D
xfs_log.h
16
struct xfs_log_item *
lv_item
; /* owner */
member
H
A
D
xfs_trans.c
781
struct xfs_log_item *lip = lv->
lv_item
;
in xfs_trans_committed_bulk()
832
log_items[i++] = lv->
lv_item
;
in xfs_trans_committed_bulk()
Completed in 6 milliseconds