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:li_lv_shadow
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_cil.c
176
if (!lip->
li_lv_shadow
||
in xlog_cil_alloc_shadow_bufs()
177
buf_size > lip->
li_lv_shadow
->lv_size) {
in xlog_cil_alloc_shadow_bufs()
186
kmem_free(lip->
li_lv_shadow
);
in xlog_cil_alloc_shadow_bufs()
197
lip->
li_lv_shadow
= lv;
in xlog_cil_alloc_shadow_bufs()
200
lv = lip->
li_lv_shadow
;
in xlog_cil_alloc_shadow_bufs()
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()
327
shadow = lip->
li_lv_shadow
;
in xlog_cil_insert_format_items()
H
A
D
xfs_dquot_item.c
283
kmem_free(lip->
li_lv_shadow
);
in xfs_qm_qoffend_logitem_committed()
331
kmem_free(lip->
li_lv_shadow
);
in xfs_qm_qoff_logitem_relse()
H
A
D
xfs_extfree_item.c
42
kmem_free(efip->efi_item.
li_lv_shadow
);
in xfs_efi_item_free()
240
kmem_free(efdp->efd_item.
li_lv_shadow
);
in xfs_efd_item_free()
H
A
D
xfs_trans.h
45
struct xfs_log_vec *
li_lv_shadow
; /* standby vector */
member
H
A
D
xfs_inode_item.c
670
kmem_free(iip->ili_item.
li_lv_shadow
);
in xfs_inode_item_destroy()
H
A
D
xfs_buf_item.c
923
kmem_free(bip->bli_item.
li_lv_shadow
);
in xfs_buf_item_free()
H
A
D
xfs_dquot.c
56
kmem_free(dqp->q_logitem.qli_item.
li_lv_shadow
);
in xfs_qm_dqdestroy()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_cil.c
333
if (!lip->
li_lv_shadow
||
in xlog_cil_alloc_shadow_bufs()
334
buf_size > lip->
li_lv_shadow
->lv_size) {
in xlog_cil_alloc_shadow_bufs()
342
kmem_free(lip->
li_lv_shadow
);
in xlog_cil_alloc_shadow_bufs()
354
lip->
li_lv_shadow
= lv;
in xlog_cil_alloc_shadow_bufs()
357
lv = lip->
li_lv_shadow
;
in xlog_cil_alloc_shadow_bufs()
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()
476
shadow = lip->
li_lv_shadow
;
in xlog_cil_insert_format_items()
H
A
D
xfs_refcount_item.c
39
kmem_free(cuip->cui_item.
li_lv_shadow
);
in xfs_cui_item_free()
210
kmem_free(cudp->cud_item.
li_lv_shadow
);
in xfs_cud_item_release()
H
A
D
xfs_icreate_item.c
66
kmem_free(ICR_ITEM(lip)->ic_item.
li_lv_shadow
);
in xfs_icreate_item_release()
H
A
D
xfs_extfree_item.c
43
kmem_free(efip->efi_item.
li_lv_shadow
);
in xfs_efi_item_free()
232
kmem_free(efdp->efd_item.
li_lv_shadow
);
in xfs_efd_item_free()
H
A
D
xfs_bmap_item.c
43
kmem_free(buip->bui_item.
li_lv_shadow
);
in xfs_bui_item_free()
204
kmem_free(budp->bud_item.
li_lv_shadow
);
in xfs_bud_item_release()
H
A
D
xfs_rmap_item.c
39
kmem_free(ruip->rui_item.
li_lv_shadow
);
in xfs_rui_item_free()
208
kmem_free(rudp->rud_item.
li_lv_shadow
);
in xfs_rud_item_release()
H
A
D
xfs_attr_item.c
113
kmem_free(attrip->attri_item.
li_lv_shadow
);
in xfs_attri_item_free()
256
kmem_free(attrdp->attrd_item.
li_lv_shadow
);
in xfs_attrd_item_free()
H
A
D
xfs_trans.h
46
struct xfs_log_vec *
li_lv_shadow
; /* standby vector */
member
H
A
D
xfs_buf_item.c
1047
kmem_free(bip->bli_item.
li_lv_shadow
);
in xfs_buf_item_free()
H
A
D
xfs_inode_item.c
857
kmem_free(iip->ili_item.
li_lv_shadow
);
in xfs_inode_item_destroy()
H
A
D
xfs_dquot.c
56
kmem_free(dqp->q_logitem.qli_item.
li_lv_shadow
);
in xfs_qm_dqdestroy()
Completed in 20 milliseconds