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:block_log
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/fs/squashfs/
H
A
D
file.c
232
int skip = calculate_skip(i_size_read(inode) >> msblk->
block_log
);
in fill_meta_index()
388
int i, mask = (1 << (msblk->
block_log
- PAGE_SHIFT)) - 1;
in squashfs_copy_cache()
453
int index = page->index >> (msblk->
block_log
- PAGE_SHIFT);
in squashfs_read_folio()
454
int file_end = i_size_read(inode) >> msblk->
block_log
;
in squashfs_read_folio()
508
unsigned int n, mask = (1 << (msblk->
block_log
- PAGE_SHIFT)) - 1;
in squashfs_readahead_fragment()
540
size_t mask = (1UL << msblk->
block_log
) - 1;
in squashfs_readahead()
541
unsigned short shift = msblk->
block_log
- PAGE_SHIFT;
in squashfs_readahead()
547
int i, file_end = i_size_read(inode) >> msblk->
block_log
;
in squashfs_readahead()
563
expected = start >> msblk->
block_log
== file_end ?
in squashfs_readahead()
H
A
D
super.c
274
msblk->
block_log
= le16_to_cpu(sblk->
block_log
);
in squashfs_fill_super()
275
if (msblk->
block_log
> SQUASHFS_FILE_MAX_LOG)
in squashfs_fill_super()
278
/* Check that block_size and
block_log
match */
in squashfs_fill_super()
279
if (msblk->block_size != (1 << msblk->
block_log
))
in squashfs_fill_super()
572
buf->f_blocks = ((msblk->bytes_used - 1) >> msblk->
block_log
) + 1;
in squashfs_statfs()
H
A
D
squashfs_fs_sb.h
63
unsigned short
block_log
;
member
H
A
D
page_actor.c
128
actor->next_index = page[0]->index & ~((1 << (msblk->
block_log
- PAGE_SHIFT)) - 1);
in squashfs_page_actor_init_special()
H
A
D
file_direct.c
30
int mask = (1 << (msblk->
block_log
- PAGE_SHIFT)) - 1;
in squashfs_readpage_block()
H
A
D
squashfs_fs.h
247
__le16
block_log
;
member
/kernel/linux/linux-5.10/fs/squashfs/
H
A
D
super.c
184
msblk->
block_log
= le16_to_cpu(sblk->
block_log
);
in squashfs_fill_super()
185
if (msblk->
block_log
> SQUASHFS_FILE_MAX_LOG)
in squashfs_fill_super()
188
/* Check that block_size and
block_log
match */
in squashfs_fill_super()
189
if (msblk->block_size != (1 << msblk->
block_log
))
in squashfs_fill_super()
410
buf->f_blocks = ((msblk->bytes_used - 1) >> msblk->
block_log
) + 1;
in squashfs_statfs()
H
A
D
file.c
231
int skip = calculate_skip(i_size_read(inode) >> msblk->
block_log
);
in fill_meta_index()
387
int i, mask = (1 << (msblk->
block_log
- PAGE_SHIFT)) - 1;
in squashfs_copy_cache()
451
int index = page->index >> (msblk->
block_log
- PAGE_SHIFT);
in squashfs_readpage()
452
int file_end = i_size_read(inode) >> msblk->
block_log
;
in squashfs_readpage()
H
A
D
squashfs_fs_sb.h
62
unsigned short
block_log
;
member
H
A
D
file_direct.c
33
int mask = (1 << (msblk->
block_log
- PAGE_SHIFT)) - 1;
in squashfs_readpage_block()
H
A
D
squashfs_fs.h
247
__le16
block_log
;
member
Completed in 7 milliseconds