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:vb_xv
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
xattr.h
74
struct ocfs2_xattr_value_root *
vb_xv
;
member
H
A
D
xattr.c
709
u32 prev_clusters, logical_start = le32_to_cpu(vb->
vb_xv
->xr_clusters);
in ocfs2_xattr_extend_allocation()
724
prev_clusters = le32_to_cpu(vb->
vb_xv
->xr_clusters);
in ocfs2_xattr_extend_allocation()
741
clusters_to_add -= le32_to_cpu(vb->
vb_xv
->xr_clusters) -
in ocfs2_xattr_extend_allocation()
752
&vb->
vb_xv
->xr_list);
in ocfs2_xattr_extend_allocation()
792
le32_add_cpu(&vb->
vb_xv
->xr_clusters, -len);
in __ocfs2_remove_xattr_range()
829
&vb->
vb_xv
->xr_list, &ext_flags);
in ocfs2_xattr_shrink_size()
864
u32 old_clusters = le32_to_cpu(vb->
vb_xv
->xr_clusters);
in ocfs2_xattr_value_truncate()
1361
struct ocfs2_xattr_value_root *xv = vb->
vb_xv
;
in __ocfs2_xattr_set_value_outside()
1537
vb->
vb_xv
=
in ocfs2_xa_fill_value_buf()
1902
return le32_to_cpu(vb.
vb_xv
in ocfs2_xa_value_clusters()
[all...]
H
A
D
alloc.c
257
et->et_root_el = &vb->
vb_xv
->xr_list;
in ocfs2_xattr_value_fill_root_el()
265
vb->
vb_xv
->xr_last_eb_blk = cpu_to_le64(blkno);
in ocfs2_xattr_value_set_last_eb_blk()
272
return le64_to_cpu(vb->
vb_xv
->xr_last_eb_blk);
in ocfs2_xattr_value_get_last_eb_blk()
280
le32_add_cpu(&vb->
vb_xv
->xr_clusters, clusters);
in ocfs2_xattr_value_update_clusters()
H
A
D
refcounttree.c
3630
struct ocfs2_xattr_value_root *xv = vb->
vb_xv
;
in ocfs2_refcount_cow_xattr()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
xattr.h
72
struct ocfs2_xattr_value_root *
vb_xv
;
member
H
A
D
xattr.c
703
u32 prev_clusters, logical_start = le32_to_cpu(vb->
vb_xv
->xr_clusters);
in ocfs2_xattr_extend_allocation()
718
prev_clusters = le32_to_cpu(vb->
vb_xv
->xr_clusters);
in ocfs2_xattr_extend_allocation()
735
clusters_to_add -= le32_to_cpu(vb->
vb_xv
->xr_clusters) -
in ocfs2_xattr_extend_allocation()
746
&vb->
vb_xv
->xr_list);
in ocfs2_xattr_extend_allocation()
786
le32_add_cpu(&vb->
vb_xv
->xr_clusters, -len);
in __ocfs2_remove_xattr_range()
823
&vb->
vb_xv
->xr_list, &ext_flags);
in ocfs2_xattr_shrink_size()
858
u32 old_clusters = le32_to_cpu(vb->
vb_xv
->xr_clusters);
in ocfs2_xattr_value_truncate()
1355
struct ocfs2_xattr_value_root *xv = vb->
vb_xv
;
in __ocfs2_xattr_set_value_outside()
1531
vb->
vb_xv
=
in ocfs2_xa_fill_value_buf()
1896
return le32_to_cpu(vb.
vb_xv
in ocfs2_xa_value_clusters()
[all...]
H
A
D
alloc.c
255
et->et_root_el = &vb->
vb_xv
->xr_list;
in ocfs2_xattr_value_fill_root_el()
263
vb->
vb_xv
->xr_last_eb_blk = cpu_to_le64(blkno);
in ocfs2_xattr_value_set_last_eb_blk()
270
return le64_to_cpu(vb->
vb_xv
->xr_last_eb_blk);
in ocfs2_xattr_value_get_last_eb_blk()
278
le32_add_cpu(&vb->
vb_xv
->xr_clusters, clusters);
in ocfs2_xattr_value_update_clusters()
H
A
D
refcounttree.c
3601
struct ocfs2_xattr_value_root *xv = vb->
vb_xv
;
in ocfs2_refcount_cow_xattr()
Completed in 38 milliseconds