Searched refs:ENOTBLK (Results 1 - 25 of 36) sorted by path

12

/linux-master/include/uapi/asm-generic/
H A Derrno-base.h19 #define ENOTBLK 15 /* Block device required */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h19 #define ENOTBLK 15 /* Block device required */ macro
/linux-master/block/
H A Dbdev.c1141 error = -ENOTBLK;
/linux-master/drivers/block/zram/
H A Dzram_drv.c512 err = -ENOTBLK;
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1260 {CMD_NOT_EXEC, -ENOTBLK},
/linux-master/drivers/md/
H A Ddm-cache-metadata.c209 return -ENOTBLK;
H A Ddm-clone-metadata.c192 return -ENOTBLK;
H A Ddm-era-target.c235 return -ENOTBLK;
H A Ddm-thin-metadata.c275 return -ENOTBLK;
/linux-master/drivers/md/dm-vdo/
H A Derrors.c32 [ENOTBLK] = "Block device required",
/linux-master/drivers/md/persistent-data/
H A Ddm-array.c64 return -ENOTBLK;
H A Ddm-btree-spine.c45 return -ENOTBLK;
H A Ddm-space-map-common.c47 return -ENOTBLK;
97 return -ENOTBLK;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c390 { HCLGE_COMM_CMD_UNEXE_ERR, -ENOTBLK },
/linux-master/drivers/nvme/target/
H A Dcore.c586 if (ret == -ENOTBLK)
H A Dio-cmd-bdev.c86 return -ENOTBLK;
92 if (ret != -ENOTBLK) {
/linux-master/fs/btrfs/
H A Dfile.c1580 err = -ENOTBLK;
1589 * If 'err' is -ENOTBLK or we have not written all data, then it means
1592 if ((err < 0 && err != -ENOTBLK) || !iov_iter_count(from))
H A Dinode.c7281 ret = nowait ? -EAGAIN : -ENOTBLK;
7297 ret = nowait ? -EAGAIN : -ENOTBLK;
7614 * We return -ENOTBLK because that's what makes DIO go ahead and go back
7633 ret = (flags & IOMAP_NOWAIT) ? -EAGAIN : -ENOTBLK;
7767 ret = -ENOTBLK;
/linux-master/fs/
H A Ddirect-io.c982 /* AKPM: eargh, -ENOTBLK is a hack */
985 return -ENOTBLK;
1254 if (retval == -ENOTBLK) {
/linux-master/fs/dlm/
H A Dlock.c619 error = -ENOTBLK;
683 error = -ENOTBLK;
762 error = -ENOTBLK;
844 return -ENOTBLK;
858 return -ENOTBLK;
2563 case -ENOTBLK:
3899 /* TODO: instead of returning ENOTBLK, add the lkb to res_lookup
3902 ENOTBLK request failures when the lookup reply designating us
3905 if (error != -ENOTBLK) {
4297 case -ENOTBLK
[all...]
/linux-master/fs/ext2/
H A Dfile.c241 /* ENOTBLK is magic return value for fallback to buffered-io */
242 if (ret == -ENOTBLK)
H A Dinode.c853 return -ENOTBLK;
880 return -ENOTBLK;
/linux-master/fs/ext4/
H A Dfile.c579 if (ret == -ENOTBLK)
H A Dinode.c3326 ret = -ENOTBLK;
3415 return -ENOTBLK;
/linux-master/fs/f2fs/
H A Ddata.c4196 return -ENOTBLK;

Completed in 408 milliseconds

12