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:datablock_size
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
check-integrity.c
244
u32
datablock_size
;
member
784
btrfs_super_sectorsize(super_tmp) != state->
datablock_size
) {
in btrfsic_process_superblock_dev_mirror()
1427
if (num_bytes > state->
datablock_size
)
in btrfsic_handle_extent_data()
1428
chunk_len = state->
datablock_size
;
in btrfsic_handle_extent_data()
1433
state->
datablock_size
);
in btrfsic_handle_extent_data()
1816
state->
datablock_size
) {
in btrfsic_process_written_block()
1820
processed_len = state->
datablock_size
;
in btrfsic_process_written_block()
1975
processed_len = state->
datablock_size
;
in btrfsic_process_written_block()
2802
state->
datablock_size
= fs_info->sectorsize;
in btrfsic_mount()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
check-integrity.c
243
u32
datablock_size
;
member
731
btrfs_super_sectorsize(super_tmp) != state->
datablock_size
) {
in btrfsic_process_superblock_dev_mirror()
1378
if (num_bytes > state->
datablock_size
)
in btrfsic_handle_extent_data()
1379
chunk_len = state->
datablock_size
;
in btrfsic_handle_extent_data()
1384
state->
datablock_size
);
in btrfsic_handle_extent_data()
1773
state->
datablock_size
) {
in btrfsic_process_written_block()
1777
processed_len = state->
datablock_size
;
in btrfsic_process_written_block()
1935
processed_len = state->
datablock_size
;
in btrfsic_process_written_block()
2764
state->
datablock_size
= fs_info->sectorsize;
in btrfsic_mount()
Completed in 12 milliseconds