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:blkfactor
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
direct-io.c
61
* down by dio->
blkfactor
. Similarly, fs-blocksize quantities are converted
62
* to bio_block quantities by shifting left by
blkfactor
.
64
* If
blkfactor
is zero then the user's request was aligned to the filesystem's
73
unsigned
blkfactor
; /* When we're using an alignment which
member
76
finer.
blkfactor
=2 means 1/4-block
635
unsigned int i_blkbits = sdio->blkbits + sdio->
blkfactor
;
in get_more_blocks()
645
fs_startblk = sdio->block_in_file >> sdio->
blkfactor
;
in get_more_blocks()
647
sdio->
blkfactor
;
in get_more_blocks()
883
if (!sdio->
blkfactor
|| !buffer_new(map_bh))
in dio_zero_block()
886
dio_blocks_per_fs_block = 1 << sdio->
blkfactor
;
in dio_zero_block()
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
direct-io.c
61
* down by dio->
blkfactor
. Similarly, fs-blocksize quantities are converted
62
* to bio_block quantities by shifting left by
blkfactor
.
64
* If
blkfactor
is zero then the user's request was aligned to the filesystem's
73
unsigned
blkfactor
; /* When we're using an alignment which
member
76
finer.
blkfactor
=2 means 1/4-block
611
unsigned int i_blkbits = sdio->blkbits + sdio->
blkfactor
;
in get_more_blocks()
621
fs_startblk = sdio->block_in_file >> sdio->
blkfactor
;
in get_more_blocks()
623
sdio->
blkfactor
;
in get_more_blocks()
860
if (!sdio->
blkfactor
|| !buffer_new(map_bh))
in dio_zero_block()
863
dio_blocks_per_fs_block = 1 << sdio->
blkfactor
;
in dio_zero_block()
[all...]
Completed in 4 milliseconds