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:devblksize
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/squashfs/
H
A
D
block.c
80
const u64 read_start = round_down(index, msblk->
devblksize
);
in squashfs_bio_read()
82
const u64 read_end = round_up(index + length, msblk->
devblksize
);
in squashfs_bio_read()
100
bio->bi_iter.bi_sector = block * (msblk->
devblksize
>> SECTOR_SHIFT);
in squashfs_bio_read()
H
A
D
squashfs_fs_sb.h
45
int
devblksize
;
member
H
A
D
super.c
120
msblk->
devblksize
= sb_min_blocksize(sb, SQUASHFS_DEVBLK_SIZE);
in squashfs_fill_super()
121
msblk->devblksize_log2 = ffz(~msblk->
devblksize
);
in squashfs_fill_super()
/kernel/linux/linux-6.6/fs/squashfs/
H
A
D
block.c
194
const u64 read_start = round_down(index, msblk->
devblksize
);
in squashfs_bio_read()
196
const u64 read_end = round_up(index + length, msblk->
devblksize
);
in squashfs_bio_read()
208
bio->bi_iter.bi_sector = block * (msblk->
devblksize
>> SECTOR_SHIFT);
in squashfs_bio_read()
H
A
D
squashfs_fs_sb.h
45
int
devblksize
;
member
H
A
D
super.c
204
msblk->
devblksize
= sb_min_blocksize(sb, SQUASHFS_DEVBLK_SIZE);
in squashfs_fill_super()
205
msblk->devblksize_log2 = ffz(~msblk->
devblksize
);
in squashfs_fill_super()
332
if (msblk->
devblksize
== PAGE_SIZE) {
in squashfs_fill_super()
Completed in 4 milliseconds