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:stripe_sectors
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
raid56.c
82
kfree(rbio->
stripe_sectors
);
in free_raid_bio_pointers()
185
ASSERT(rbio->
stripe_sectors
[i].uptodate);
in cache_rbio_pages()
189
ASSERT(rbio->
stripe_sectors
[i].page);
in cache_rbio_pages()
190
memcpy_page(rbio->
stripe_sectors
[i].page,
in cache_rbio_pages()
191
rbio->
stripe_sectors
[i].pgoff,
in cache_rbio_pages()
195
rbio->
stripe_sectors
[i].uptodate = 1;
in cache_rbio_pages()
230
if (!rbio->
stripe_sectors
[i].uptodate)
in full_page_sectors_uptodate()
237
* Update the
stripe_sectors
[] array to use correct page and pgoff
251
rbio->
stripe_sectors
[i].page = rbio->stripe_pages[page_index];
in index_stripe_sectors()
252
rbio->
stripe_sectors
[
in index_stripe_sectors()
[all...]
H
A
D
raid56.h
116
struct sector_ptr *
stripe_sectors
;
member
124
*
stripe_sectors
[] array.
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5.h
576
unsigned long
stripe_sectors
;
member
701
#define RAID5_STRIPE_SECTORS(conf) ((conf)->
stripe_sectors
)
H
A
D
dm-raid.c
1953
__le32
stripe_sectors
;
member
2121
sb->
stripe_sectors
= cpu_to_le32(mddev->chunk_sectors);
in super_sync()
2233
mddev->chunk_sectors = le32_to_cpu(sb->
stripe_sectors
);
in super_init_validation()
H
A
D
raid5.c
5682
int
stripe_sectors
;
in make_discard_request()
local
5693
stripe_sectors
= conf->chunk_sectors *
in make_discard_request()
5696
stripe_sectors
);
in make_discard_request()
5697
sector_div(last_sector,
stripe_sectors
);
in make_discard_request()
6732
conf->
stripe_sectors
= new >> 9;
in raid5_store_stripe_size()
7200
conf->
stripe_sectors
= DEFAULT_STRIPE_SIZE >> 9;
in setup_conf()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5.h
588
unsigned long
stripe_sectors
;
member
706
#define RAID5_STRIPE_SECTORS(conf) ((conf)->
stripe_sectors
)
H
A
D
dm-raid.c
1954
__le32
stripe_sectors
;
member
2122
sb->
stripe_sectors
= cpu_to_le32(mddev->chunk_sectors);
in super_sync()
2233
mddev->chunk_sectors = le32_to_cpu(sb->
stripe_sectors
);
in super_init_validation()
H
A
D
raid5.c
5787
int
stripe_sectors
;
in make_discard_request()
local
5802
stripe_sectors
= conf->chunk_sectors *
in make_discard_request()
5805
stripe_sectors
);
in make_discard_request()
5806
sector_div(last_sector,
stripe_sectors
);
in make_discard_request()
7067
conf->
stripe_sectors
= new >> 9;
in raid5_store_stripe_size()
7538
conf->
stripe_sectors
= DEFAULT_STRIPE_SIZE >> 9;
in setup_conf()
Completed in 34 milliseconds