/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno-base.h | 19 #define ENOTBLK 15 /* Block device required */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno-base.h | 19 #define ENOTBLK 15 /* Block device required */ macro
|
/openbmc/linux/include/linux/ |
H A D | ioprio.h | 70 return -ENOTBLK; in ioprio_check_cap()
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 18 #define ENOTBLK 15 /* Block device required */ macro
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-semi.c | 114 #ifdef ENOTBLK in errno_h2g() 115 case ENOTBLK: return TARGET_ENOTBLK; in errno_h2g()
|
/openbmc/linux/net/9p/ |
H A D | error.c | 55 {"Block device required", ENOTBLK},
|
/openbmc/u-boot/test/dm/ |
H A D | blk.c | 157 ut_asserteq(-ENOTBLK, blk_get_from_parent(dev, &blk)); in dm_test_blk_get_from_parent()
|
/openbmc/linux/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()
|
/openbmc/linux/lib/ |
H A D | errname.c | 115 E(ENOTBLK),
|
/openbmc/linux/rust/kernel/ |
H A D | error.rs | 45 declare_err!(ENOTBLK, "Block device required.");
|
/openbmc/linux/fs/iomap/ |
H A D | direct-io.c | 643 ret = -ENOTBLK; in __iomap_dio_rw() 684 if (ret == -ENOTBLK) { in __iomap_dio_rw()
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-btree-spine.c | 45 return -ENOTBLK; in node_check()
|
H A D | dm-space-map-common.c | 47 return -ENOTBLK; in index_check() 97 return -ENOTBLK; in dm_bitmap_check()
|
/openbmc/linux/fs/zonefs/ |
H A D | file.c | 517 if (ret == -ENOTBLK) in zonefs_file_dio_write() 595 if (ret != -ENOTBLK) in zonefs_file_write_iter()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | xfile.c | 337 return -ENOTBLK; in xfile_get_page()
|
/openbmc/linux/fs/ext2/ |
H A D | file.c | 242 if (ret == -ENOTBLK) in ext2_dio_write_iter()
|
H A D | inode.c | 853 return -ENOTBLK; in ext2_iomap_begin() 880 return -ENOTBLK; in ext2_iomap_end()
|
/openbmc/linux/fs/ |
H A D | fs_parser.c | 182 ret = -ENOTBLK; in fs_lookup_param()
|
H A D | direct-io.c | 983 return -ENOTBLK; in do_direct_IO() 1252 if (retval == -ENOTBLK) { in __blockdev_direct_IO()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_file.c | 661 ret = -ENOTBLK; in xfs_file_dio_write_unaligned() 850 if (ret != -ENOTBLK) in xfs_file_write_iter()
|
/openbmc/u-boot/drivers/block/ |
H A D | blk-uclass.c | 492 return -ENOTBLK; in blk_get_from_parent()
|
/openbmc/linux/fs/dlm/ |
H A D | lock.c | 619 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 D | hclge_comm_cmd.c | 389 { HCLGE_COMM_CMD_UNEXE_ERR, -ENOTBLK }, in hclge_comm_cmd_convert_err_code()
|
/openbmc/linux/drivers/md/ |
H A D | dm-clone-metadata.c | 192 return -ENOTBLK; in sb_check()
|
/openbmc/linux/fs/ext4/ |
H A D | file.c | 579 if (ret == -ENOTBLK) in ext4_dio_write_iter()
|