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:unmap_alignment
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
sd.h
99
u32
unmap_alignment
;
member
H
A
D
sd.c
826
sdkp->
unmap_alignment
* logical_block_size;
in sd_config_discard()
2977
sdkp->
unmap_alignment
=
in sd_read_block_limits()
H
A
D
scsi_debug.c
5658
module_param_named(
unmap_alignment
, sdebug_unmap_alignment, int, S_IRUGO);
5728
MODULE_PARM_DESC(
unmap_alignment
, "lowest aligned thin provisioning lba (def=0)");
6842
pr_err("ERR: unmap_granularity <=
unmap_alignment
\n");
in scsi_debug_init()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
sd.h
123
u32
unmap_alignment
;
member
H
A
D
sd.c
830
sdkp->
unmap_alignment
* logical_block_size;
in sd_config_discard()
3079
sdkp->
unmap_alignment
=
in sd_read_block_limits()
H
A
D
scsi_debug.c
5759
module_param_named(
unmap_alignment
, sdebug_unmap_alignment, int, S_IRUGO);
5832
MODULE_PARM_DESC(
unmap_alignment
, "lowest aligned thin provisioning lba (def=0)");
6977
pr_err("ERR: unmap_granularity <=
unmap_alignment
\n");
in scsi_debug_init()
Completed in 34 milliseconds