Searched refs:ENOTBLK (Results 1 - 25 of 36) sorted by last modified time

12

/linux-master/fs/btrfs/
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;
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))
/linux-master/block/
H A Dbdev.c1141 error = -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/gfs2/
H A Dbmap.c1117 ret = -ENOTBLK;
H A Dfile.c915 if (ret == -ENOTBLK)
/linux-master/fs/f2fs/
H A Dfile.c4736 if (ret == -ENOTBLK)
H A Ddata.c4196 return -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/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1260 {CMD_NOT_EXEC, -ENOTBLK},
/linux-master/fs/ext4/
H A Dinode.c3326 ret = -ENOTBLK;
3415 return -ENOTBLK;
H A Dfile.c579 if (ret == -ENOTBLK)
/linux-master/fs/xfs/
H A Dxfs_file.c668 ret = -ENOTBLK;
857 if (ret != -ENOTBLK)
/linux-master/fs/ext2/
H A Dinode.c853 return -ENOTBLK;
880 return -ENOTBLK;
H A Dfile.c241 /* ENOTBLK is magic return value for fallback to buffered-io */
242 if (ret == -ENOTBLK)
/linux-master/drivers/md/dm-vdo/
H A Derrors.c32 [ENOTBLK] = "Block device required",
/linux-master/drivers/block/zram/
H A Dzram_drv.c512 err = -ENOTBLK;
/linux-master/fs/zonefs/
H A Dfile.c512 * iomap_dio_rw() may return ENOTBLK if there was an issue with
518 if (ret == -ENOTBLK)
596 if (ret != -ENOTBLK)
/linux-master/fs/iomap/
H A Ddirect-io.c537 * Returns -ENOTBLK In case of a page invalidation invalidation failure for
644 ret = -ENOTBLK;
685 if (ret == -ENOTBLK) {
/linux-master/fs/
H A Dfs_parser.c182 ret = -ENOTBLK;
H A Ddirect-io.c982 /* AKPM: eargh, -ENOTBLK is a hack */
985 return -ENOTBLK;
1254 if (retval == -ENOTBLK) {
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c390 { HCLGE_COMM_CMD_UNEXE_ERR, -ENOTBLK },
/linux-master/include/linux/
H A Dioprio.h93 return -ENOTBLK;
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c107 CASE_ERR(ENOTBLK);

Completed in 413 milliseconds

12