Searched refs:ENOTBLK (Results 26 - 36 of 36) sorted by relevance

12

/linux-master/drivers/md/
H A Ddm-cache-metadata.c209 return -ENOTBLK;
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c107 CASE_ERR(ENOTBLK);
/linux-master/drivers/nvme/target/
H A Dcore.c586 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/drivers/block/zram/
H A Dzram_drv.c512 err = -ENOTBLK;
/linux-master/fs/gfs2/
H A Dbmap.c1117 ret = -ENOTBLK;
/linux-master/fs/ext4/
H A Dinode.c3326 ret = -ENOTBLK;
3415 return -ENOTBLK;
/linux-master/fs/f2fs/
H A Ddata.c4196 return -ENOTBLK;
H A Dfile.c4736 if (ret == -ENOTBLK)
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1260 {CMD_NOT_EXEC, -ENOTBLK},

Completed in 591 milliseconds

12