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:ENOTBLK
(Results
1 - 25
of
69
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H
A
D
errno-base.h
19
#define
ENOTBLK
15 /* Block device required */
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
errno-base.h
19
#define
ENOTBLK
15 /* Block device required */
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
errno-base.h
19
#define
ENOTBLK
15 /* Block device required */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
errno-base.h
22
#define
ENOTBLK
15
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
errno-base.h
35
#define
ENOTBLK
15
macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H
A
D
errno-base.h
19
#define
ENOTBLK
15 /* Block device required */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
errno-base.h
35
#define
ENOTBLK
15
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
ioprio.h
98
return -
ENOTBLK
;
in ioprio_check_cap()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ioprio.h
70
return -
ENOTBLK
;
in ioprio_check_cap()
/kernel/linux/linux-5.10/net/9p/
H
A
D
error.c
57
{"Block device required",
ENOTBLK
},
/kernel/linux/linux-6.6/net/9p/
H
A
D
error.c
55
{"Block device required",
ENOTBLK
},
/kernel/linux/linux-6.6/rust/kernel/
H
A
D
error.rs
45
declare_err!(
ENOTBLK
, "Block device required.");
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
io-cmd-bdev.c
85
return -
ENOTBLK
;
in nvmet_bdev_ns_enable()
91
if (ret != -
ENOTBLK
) {
in nvmet_bdev_ns_enable()
/kernel/linux/linux-5.10/lib/
H
A
D
errname.c
114
E(
ENOTBLK
),
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H
A
D
dm-btree-spine.c
45
return -
ENOTBLK
;
in node_check()
/kernel/linux/linux-6.6/lib/
H
A
D
errname.c
115
E(
ENOTBLK
),
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H
A
D
dm-space-map-common.c
44
return -
ENOTBLK
;
in index_check()
94
return -
ENOTBLK
;
in dm_bitmap_check()
H
A
D
dm-btree-spine.c
50
return -
ENOTBLK
;
in node_check()
/kernel/linux/linux-5.10/fs/iomap/
H
A
D
direct-io.c
417
* Returns -
ENOTBLK
In case of a page invalidation invalidation failure for
502
ret = -
ENOTBLK
;
in __iomap_dio_rw()
521
if (ret == -
ENOTBLK
) {
in __iomap_dio_rw()
/kernel/linux/linux-6.6/fs/iomap/
H
A
D
direct-io.c
536
* Returns -
ENOTBLK
In case of a page invalidation invalidation failure for
643
ret = -
ENOTBLK
;
in __iomap_dio_rw()
684
if (ret == -
ENOTBLK
) {
in __iomap_dio_rw()
/kernel/linux/linux-6.6/fs/zonefs/
H
A
D
file.c
511
* iomap_dio_rw() may return
ENOTBLK
if there was an issue with
in zonefs_file_dio_write()
517
if (ret == -
ENOTBLK
)
in zonefs_file_dio_write()
595
if (ret != -
ENOTBLK
)
in zonefs_file_write_iter()
/kernel/linux/linux-5.10/fs/
H
A
D
fs_parser.c
182
ret = -
ENOTBLK
;
in fs_lookup_param()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
file.c
241
/*
ENOTBLK
is magic return value for fallback to buffered-io */
in ext2_dio_write_iter()
242
if (ret == -
ENOTBLK
)
in ext2_dio_write_iter()
/kernel/linux/linux-6.6/fs/
H
A
D
fs_parser.c
182
ret = -
ENOTBLK
;
in fs_lookup_param()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
xfile.c
315
* boundary. Returns 0 (and a locked page) if successful, -
ENOTBLK
if we
337
return -
ENOTBLK
;
in xfile_get_page()
Completed in 12 milliseconds
1
2
3