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:block_head
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/tools/vm/
H
A
D
page_owner_sort.c
31
struct block_list *
block_head
;
variable
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
ibalance.c
132
struct
block_head
*blkh;
in internal_insert_childs()
211
struct
block_head
*blkh;
in internal_delete_pointers_items()
310
struct
block_head
*blkh;
in internal_copy_pointers_items()
436
struct
block_head
*blkh;
in internal_insert_key()
1005
struct
block_head
*blkh;
in balance_internal()
H
A
D
lbalance.c
319
struct
block_head
*blkh;
in leaf_copy_items_entirely()
908
struct
block_head
*blkh;
in leaf_insert_into_buf()
984
struct
block_head
*blkh;
in leaf_paste_in_buffer()
1150
struct
block_head
*blkh;
in leaf_cut_from_buffer()
1247
struct
block_head
*blkh;
in leaf_delete_items_entirely()
H
A
D
prints.c
480
struct
block_head
*blkh;
in print_leaf()
733
struct
block_head
*blkh;
in check_leaf_block_head()
H
A
D
stree.c
410
struct
block_head
*blkh;
in is_leaf()
417
blkh = (struct
block_head
*)buf;
in is_leaf()
494
struct
block_head
*blkh;
in is_internal()
498
blkh = (struct
block_head
*)buf;
in is_internal()
H
A
D
reiserfs.h
1647
struct
block_head
{
struct
1658
#define BLKH_SIZE (sizeof(struct
block_head
))
1670
/* values for blk_level field of the struct
block_head
*/
1684
#define B_BLK_HEAD(bh) ((struct
block_head
*)((bh)->b_data))
2186
return bh->b_data + sizeof(struct
block_head
);
in reiserfs_node_data()
H
A
D
do_balan.c
1470
struct
block_head
*blkh;
in make_empty_node()
1542
struct
block_head
*blkh;
in reiserfs_invalidate_buffer()
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
ibalance.c
132
struct
block_head
*blkh;
in internal_insert_childs()
211
struct
block_head
*blkh;
in internal_delete_pointers_items()
310
struct
block_head
*blkh;
in internal_copy_pointers_items()
436
struct
block_head
*blkh;
in internal_insert_key()
1005
struct
block_head
*blkh;
in balance_internal()
H
A
D
lbalance.c
319
struct
block_head
*blkh;
in leaf_copy_items_entirely()
908
struct
block_head
*blkh;
in leaf_insert_into_buf()
984
struct
block_head
*blkh;
in leaf_paste_in_buffer()
1150
struct
block_head
*blkh;
in leaf_cut_from_buffer()
1247
struct
block_head
*blkh;
in leaf_delete_items_entirely()
H
A
D
prints.c
480
struct
block_head
*blkh;
in print_leaf()
733
struct
block_head
*blkh;
in check_leaf_block_head()
H
A
D
stree.c
410
struct
block_head
*blkh;
in is_leaf()
417
blkh = (struct
block_head
*)buf;
in is_leaf()
494
struct
block_head
*blkh;
in is_internal()
498
blkh = (struct
block_head
*)buf;
in is_internal()
H
A
D
reiserfs.h
1644
struct
block_head
{
struct
1655
#define BLKH_SIZE (sizeof(struct
block_head
))
1667
/* values for blk_level field of the struct
block_head
*/
1681
#define B_BLK_HEAD(bh) ((struct
block_head
*)((bh)->b_data))
2183
return bh->b_data + sizeof(struct
block_head
);
in reiserfs_node_data()
H
A
D
do_balan.c
1470
struct
block_head
*blkh;
in make_empty_node()
1542
struct
block_head
*blkh;
in reiserfs_invalidate_buffer()
Completed in 32 milliseconds