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_bytes
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
delalloc-space.c
69
* ->
csum_bytes
250
inode->
csum_bytes
);
in btrfs_calculate_inode_block_rsv_size()
344
inode->
csum_bytes
+= num_bytes;
in btrfs_delalloc_reserve_metadata()
377
inode->
csum_bytes
-= num_bytes;
in btrfs_delalloc_release_metadata()
H
A
D
btrfs_inode.h
189
u64
csum_bytes
;
member
H
A
D
extent-tree.c
2105
u64 btrfs_csum_bytes_to_leaves(struct btrfs_fs_info *fs_info, u64
csum_bytes
)
in btrfs_csum_bytes_to_leaves()
argument
2114
num_csums = div64_u64(
csum_bytes
, fs_info->sectorsize);
in btrfs_csum_bytes_to_leaves()
H
A
D
ctree.h
2527
u64 btrfs_csum_bytes_to_leaves(struct btrfs_fs_info *fs_info, u64
csum_bytes
);
H
A
D
inode.c
8690
ei->
csum_bytes
= 0;
in btrfs_alloc_inode()
8757
WARN_ON(inode->
csum_bytes
);
in btrfs_destroy_inode()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
delalloc-space.c
71
* ->
csum_bytes
265
csum_leaves = btrfs_csum_bytes_to_leaves(fs_info, inode->
csum_bytes
);
in btrfs_calculate_inode_block_rsv_size()
369
inode->
csum_bytes
+= disk_num_bytes;
in btrfs_delalloc_reserve_metadata()
404
inode->
csum_bytes
-= num_bytes;
in btrfs_delalloc_release_metadata()
H
A
D
fs.h
831
const struct btrfs_fs_info *fs_info, u64
csum_bytes
)
in btrfs_csum_bytes_to_leaves()
833
const u64 num_csums =
csum_bytes
>> fs_info->sectorsize_bits;
in btrfs_csum_bytes_to_leaves()
830
btrfs_
csum_bytes
_to_leaves( const struct btrfs_fs_info *fs_info, u64
csum_bytes
)
btrfs_csum_bytes_to_leaves()
argument
H
A
D
btrfs_inode.h
219
u64
csum_bytes
;
member
H
A
D
inode.c
8492
ei->
csum_bytes
= 0;
in btrfs_alloc_inode()
8558
WARN_ON(inode->
csum_bytes
);
in btrfs_destroy_inode()
Completed in 41 milliseconds