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:this_item_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
ctree.c
3694
u32
this_item_size
;
in __push_leaf_right()
local
3723
this_item_size
= btrfs_item_size(left, item);
in __push_leaf_right()
3724
if (
this_item_size
+ sizeof(*item) + push_space > free_space)
in __push_leaf_right()
3728
push_space +=
this_item_size
+ sizeof(*item);
in __push_leaf_right()
3926
u32
this_item_size
;
in __push_leaf_left()
local
3952
this_item_size
= btrfs_item_size(right, item);
in __push_leaf_left()
3953
if (
this_item_size
+ sizeof(*item) + push_space > free_space)
in __push_leaf_left()
3957
push_space +=
this_item_size
+ sizeof(*item);
in __push_leaf_left()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
ctree.c
3252
u32
this_item_size
;
in __push_leaf_right()
local
3279
this_item_size
= btrfs_item_size(left, i);
in __push_leaf_right()
3280
if (
this_item_size
+ sizeof(struct btrfs_item) +
in __push_leaf_right()
3285
push_space +=
this_item_size
+ sizeof(struct btrfs_item);
in __push_leaf_right()
3464
u32
this_item_size
;
in __push_leaf_left()
local
3488
this_item_size
= btrfs_item_size(right, i);
in __push_leaf_left()
3489
if (
this_item_size
+ sizeof(struct btrfs_item) + push_space >
in __push_leaf_left()
3494
push_space +=
this_item_size
+ sizeof(struct btrfs_item);
in __push_leaf_left()
Completed in 12 milliseconds