Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Derrno-base.h19 #define ENOTBLK 15 /* Block device required */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Derrno-base.h19 #define ENOTBLK 15 /* Block device required */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Derrno-base.h19 #define ENOTBLK 15 /* Block device required */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Derrno-base.h19 #define ENOTBLK 15 /* Block device required */ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dioprio.h98 return -ENOTBLK; in ioprio_check_cap()
/OK3568_Linux_fs/u-boot/include/linux/
H A Derrno.h18 #define ENOTBLK 15 /* Block device required */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Derrno.h46 #define ENOTBLK 15 /* Block device required */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Derrno.h46 #define ENOTBLK 15 /* Block device required */ macro
/OK3568_Linux_fs/kernel/net/9p/
H A Derror.c57 {"Block device required", ENOTBLK},
/OK3568_Linux_fs/u-boot/test/dm/
H A Dblk.c163 ut_asserteq(-ENOTBLK, blk_get_from_parent(dev, &blk)); in dm_test_blk_get_from_parent()
/OK3568_Linux_fs/kernel/fs/iomap/
H A Ddirect-io.c508 ret = -ENOTBLK; in __iomap_dio_rw()
527 if (ret == -ENOTBLK) { in __iomap_dio_rw()
/OK3568_Linux_fs/kernel/lib/
H A Derrname.c114 E(ENOTBLK),
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-btree-spine.c50 return -ENOTBLK; in node_check()
H A Ddm-space-map-common.c44 return -ENOTBLK; in index_check()
94 return -ENOTBLK; in dm_bitmap_check()
/OK3568_Linux_fs/kernel/fs/
H A Dfs_parser.c182 ret = -ENOTBLK; in fs_lookup_param()
H A Ddirect-io.c1018 return -ENOTBLK; in do_direct_IO()
1291 if (retval == -ENOTBLK) { in do_blockdev_direct_IO()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Ddata.c352 return -ENOTBLK; in erofs_iomap_begin()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_file.c563 return -ENOTBLK; in xfs_file_dio_aio_write()
772 if (ret != -ENOTBLK) in xfs_file_write_iter()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dio-cmd-bdev.c74 if (ret != -ENOTBLK) { in nvmet_bdev_ns_enable()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.c193 return -ENOTBLK; in hclgevf_cmd_convert_err_code()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dfile.c839 if (ret == -ENOTBLK) in gfs2_file_direct_write()
857 if (likely(ret != -ENOTBLK)) in gfs2_file_read_iter()
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dlock.c625 error = -ENOTBLK; in find_rsb_dir()
689 error = -ENOTBLK; in find_rsb_dir()
768 error = -ENOTBLK; in find_rsb_nodir()
849 return -ENOTBLK; in validate_master_nodeid()
863 return -ENOTBLK; in validate_master_nodeid()
2787 case -ENOTBLK: in confirm_master()
4162 if (error != -ENOTBLK) { in receive_request()
4556 case -ENOTBLK: in receive_request_reply()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.c206 return -ENOTBLK; in hclge_cmd_convert_err_code()
/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblk-uclass.c521 return -ENOTBLK; in blk_get_from_parent()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfile.c579 if (ret == -ENOTBLK) in ext4_dio_write_iter()

1234