ENOENT            476 include/linux/bio.h static inline int bio_associate_current(struct bio *bio) { return -ENOENT; }
ENOENT            607 include/linux/clk-provider.h 	return ERR_PTR(-ENOENT);
ENOENT            612 include/linux/clk-provider.h 	return ERR_PTR(-ENOENT);
ENOENT            434 include/linux/clk.h 	return ERR_PTR(-ENOENT);
ENOENT            439 include/linux/clk.h 	return ERR_PTR(-ENOENT);
ENOENT           1076 include/linux/fs.h 	return -ENOENT;
ENOENT            104 include/linux/kvm_host.h #define KVM_ERR_PTR_BAD_PAGE	(ERR_PTR(-ENOENT))
ENOENT            874 include/linux/libata.h #define ATA_OP_NULL		(void *)(unsigned long)(-ENOENT)
ENOENT            545 include/linux/pci.h 		return -ENOENT;
ENOENT             49 include/linux/stop_machine.h 	int ret = -ENOENT;
ENOENT             83 include/linux/stop_machine.h 	return -ENOENT;
ENOENT            241 include/linux/sunrpc/cache.h 		return -ENOENT;
ENOENT            259 include/linux/sunrpc/cache.h 		return -ENOENT;
ENOENT            276 include/linux/sunrpc/cache.h 		return -ENOENT;
ENOENT            284 include/linux/virtio_config.h 			_r = -ENOENT;					\
ENOENT            158 include/media/exynos-fimc.h 	(!(ent) ? -ENOENT : (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \
ENOENT            501 include/net/netlabel.h 	return -ENOENT;
ENOENT            506 include/net/netlabel.h 	return -ENOENT;
ENOENT             52 include/xen/interface/io/xs_wire.h     XSD_ERROR(ENOENT),
ENOENT            189 include/xen/xenbus.h #define XENBUS_EXIST_ERR(err) ((err) == -ENOENT || (err) == -ERANGE)
ENOENT            914 scripts/kconfig/confdata.c 			if (errno != ENOENT) {