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:vn_buf
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
fix_node.c
116
if (tb->
vn_buf
+ tb->vn_buf_size < vn->vn_free_ptr)
in create_virtual_node()
2070
vn = tb->tb_vn = (struct virtual_node *)(tb->
vn_buf
);
in check_balance()
2274
if (tb->
vn_buf
) {
in get_mem_for_virtual_node()
2276
kfree(tb->
vn_buf
);
in get_mem_for_virtual_node()
2298
tb->
vn_buf
= buf;
in get_mem_for_virtual_node()
2303
tb->
vn_buf
= buf;
in get_mem_for_virtual_node()
2626
/* FIXME: maybe -ENOMEM when tb->
vn_buf
== 0? Now just repeat */
in fix_nodes()
2819
kfree(tb->
vn_buf
);
in unfix_nodes()
H
A
D
reiserfs.h
2531
char *
vn_buf
;
member
2533
int vn_buf_size; /* size of the
vn_buf
*/
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
fix_node.c
116
if (tb->
vn_buf
+ tb->vn_buf_size < vn->vn_free_ptr)
in create_virtual_node()
2070
vn = tb->tb_vn = (struct virtual_node *)(tb->
vn_buf
);
in check_balance()
2275
if (tb->
vn_buf
) {
in get_mem_for_virtual_node()
2277
kfree(tb->
vn_buf
);
in get_mem_for_virtual_node()
2299
tb->
vn_buf
= buf;
in get_mem_for_virtual_node()
2304
tb->
vn_buf
= buf;
in get_mem_for_virtual_node()
2627
/* FIXME: maybe -ENOMEM when tb->
vn_buf
== 0? Now just repeat */
in fix_nodes()
2820
kfree(tb->
vn_buf
);
in unfix_nodes()
H
A
D
reiserfs.h
2528
char *
vn_buf
;
member
2530
int vn_buf_size; /* size of the
vn_buf
*/
Completed in 19 milliseconds