Home
last modified time | relevance | path

Searched refs:ENOTBLK (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno-base.h19 #define ENOTBLK 15 /* Block device required */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Derrno-base.h19 #define ENOTBLK 15 /* Block device required */ macro
/openbmc/linux/include/linux/
H A Dioprio.h70 return -ENOTBLK; in ioprio_check_cap()
/openbmc/u-boot/include/linux/
H A Derrno.h18 #define ENOTBLK 15 /* Block device required */ macro
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c114 #ifdef ENOTBLK in errno_h2g()
115 case ENOTBLK: return TARGET_ENOTBLK; in errno_h2g()
/openbmc/linux/net/9p/
H A Derror.c55 {"Block device required", ENOTBLK},
/openbmc/u-boot/test/dm/
H A Dblk.c157 ut_asserteq(-ENOTBLK, blk_get_from_parent(dev, &blk)); in dm_test_blk_get_from_parent()
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-bdev.c85 return -ENOTBLK; in nvmet_bdev_ns_enable()
91 if (ret != -ENOTBLK) { in nvmet_bdev_ns_enable()
/openbmc/linux/lib/
H A Derrname.c115 E(ENOTBLK),
/openbmc/linux/rust/kernel/
H A Derror.rs45 declare_err!(ENOTBLK, "Block device required.");
/openbmc/linux/fs/iomap/
H A Ddirect-io.c643 ret = -ENOTBLK; in __iomap_dio_rw()
684 if (ret == -ENOTBLK) { in __iomap_dio_rw()
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-btree-spine.c45 return -ENOTBLK; in node_check()
H A Ddm-space-map-common.c47 return -ENOTBLK; in index_check()
97 return -ENOTBLK; in dm_bitmap_check()
/openbmc/linux/fs/zonefs/
H A Dfile.c517 if (ret == -ENOTBLK) in zonefs_file_dio_write()
595 if (ret != -ENOTBLK) in zonefs_file_write_iter()
/openbmc/linux/fs/xfs/scrub/
H A Dxfile.c337 return -ENOTBLK; in xfile_get_page()
/openbmc/linux/fs/ext2/
H A Dfile.c242 if (ret == -ENOTBLK) in ext2_dio_write_iter()
H A Dinode.c853 return -ENOTBLK; in ext2_iomap_begin()
880 return -ENOTBLK; in ext2_iomap_end()
/openbmc/linux/fs/
H A Dfs_parser.c182 ret = -ENOTBLK; in fs_lookup_param()
H A Ddirect-io.c983 return -ENOTBLK; in do_direct_IO()
1252 if (retval == -ENOTBLK) { in __blockdev_direct_IO()
/openbmc/linux/fs/xfs/
H A Dxfs_file.c661 ret = -ENOTBLK; in xfs_file_dio_write_unaligned()
850 if (ret != -ENOTBLK) in xfs_file_write_iter()
/openbmc/u-boot/drivers/block/
H A Dblk-uclass.c492 return -ENOTBLK; in blk_get_from_parent()
/openbmc/linux/fs/dlm/
H A Dlock.c619 error = -ENOTBLK; in find_rsb_dir()
683 error = -ENOTBLK; in find_rsb_dir()
762 error = -ENOTBLK; in find_rsb_nodir()
844 return -ENOTBLK; in validate_master_nodeid()
858 return -ENOTBLK; in validate_master_nodeid()
2560 case -ENOTBLK: in confirm_master()
3900 if (error != -ENOTBLK) { in receive_request()
4292 case -ENOTBLK: in receive_request_reply()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c389 { HCLGE_COMM_CMD_UNEXE_ERR, -ENOTBLK }, in hclge_comm_cmd_convert_err_code()
/openbmc/linux/drivers/md/
H A Ddm-clone-metadata.c192 return -ENOTBLK; in sb_check()
/openbmc/linux/fs/ext4/
H A Dfile.c579 if (ret == -ENOTBLK) in ext4_dio_write_iter()

12