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:csum_leaves
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
delalloc-space.c
263
u64
csum_leaves
;
in btrfs_calculate_inode_block_rsv_size()
local
265
csum_leaves
= btrfs_csum_bytes_to_leaves(fs_info, inode->csum_bytes);
in btrfs_calculate_inode_block_rsv_size()
266
reserve_size += btrfs_calc_insert_metadata_size(fs_info,
csum_leaves
);
in btrfs_calculate_inode_block_rsv_size()
288
u64
csum_leaves
;
in calc_inode_reservations()
local
292
csum_leaves
= 0;
in calc_inode_reservations()
294
csum_leaves
= btrfs_csum_bytes_to_leaves(fs_info, disk_num_bytes);
in calc_inode_reservations()
297
nr_extents +
csum_leaves
);
in calc_inode_reservations()
H
A
D
delayed-ref.c
700
u64
csum_leaves
=
in update_existing_head_ref()
local
706
btrfs_delayed_refs_rsv_release(fs_info,
csum_leaves
);
in update_existing_head_ref()
710
trans->delayed_ref_updates +=
csum_leaves
;
in update_existing_head_ref()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
delalloc-space.c
234
u64
csum_leaves
;
in btrfs_calculate_inode_block_rsv_size()
local
249
csum_leaves
= btrfs_csum_bytes_to_leaves(fs_info,
in btrfs_calculate_inode_block_rsv_size()
252
csum_leaves
);
in btrfs_calculate_inode_block_rsv_size()
272
u64
csum_leaves
= btrfs_csum_bytes_to_leaves(fs_info, num_bytes);
in calc_inode_reservations()
local
276
nr_extents +
csum_leaves
);
in calc_inode_reservations()
H
A
D
delayed-ref.c
712
u64
csum_leaves
=
in update_existing_head_ref()
local
718
btrfs_delayed_refs_rsv_release(fs_info,
csum_leaves
);
in update_existing_head_ref()
722
trans->delayed_ref_updates +=
csum_leaves
;
in update_existing_head_ref()
Completed in 5 milliseconds