Searched refs:ESPIPE (Results 1 - 25 of 38) sorted by last modified time

12

/linux-master/net/unix/
H A Daf_unix.c2975 return -ESPIPE;
/linux-master/net/ipv4/
H A Dtcp.c796 return -ESPIPE;
/linux-master/kernel/printk/
H A Dprintk.c865 return -ESPIPE;
/linux-master/net/
H A Dsocket.c1133 return -ESPIPE;
1152 return -ESPIPE;
/linux-master/drivers/s390/char/
H A Dvmur.c792 return -ESPIPE; /* seek allowed only for reader */
794 return -ESPIPE; /* only multiples of 4K allowed */
/linux-master/fs/f2fs/
H A Dfile.c4890 return -ESPIPE;
/linux-master/drivers/vfio/pci/pds/
H A Dlm.c184 return -ESPIPE;
284 return -ESPIPE;
/linux-master/drivers/vfio/pci/mlx5/
H A Dmain.c205 return -ESPIPE;
896 return -ESPIPE;
/linux-master/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c689 return -ESPIPE;
811 return -ESPIPE;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-prd.c172 return -ESPIPE;
/linux-master/drivers/md/dm-vdo/
H A Derrors.c46 [ESPIPE] = "Illegal seek",
/linux-master/net/smc/
H A Daf_smc.c3271 rc = -ESPIPE;
/linux-master/fs/
H A Dopen.c314 return -ESPIPE;
H A Dsplice.c1322 return -ESPIPE;
1334 return -ESPIPE;
1363 return -ESPIPE;
1416 return -ESPIPE;
1421 return -ESPIPE;
H A Dread_write.c288 return -ESPIPE;
669 ret = -ESPIPE;
703 ret = -ESPIPE;
1047 ret = -ESPIPE;
1070 ret = -ESPIPE;
1242 retval = -ESPIPE;
/linux-master/security/apparmor/
H A Dapparmorfs.c398 return ERR_PTR(-ESPIPE);
944 return -ESPIPE;
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c773 [-VERR_SEEK_ON_DEVICE] = -ESPIPE,
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h107 -ESPIPE, /* IAVF_AQ_RC_BAD_ADDR */
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h107 -ESPIPE, /* I40E_AQ_RC_BAD_ADDR */
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c121 CASE_ERR(ESPIPE);
946 CASE_TEST(lseek_0); EXPECT_SYSER(1, lseek(0, 0, SEEK_SET), -1, ESPIPE); break;
/linux-master/samples/vfio-mdev/
H A Dmtty.c891 return -ESPIPE;
1030 return -ESPIPE;
/linux-master/lib/
H A Derrname.c152 E(ESPIPE),
/linux-master/net/netfilter/
H A Dxt_recent.c579 return -ESPIPE;
/linux-master/fs/hpfs/
H A Ddir.c62 return -ESPIPE;
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c807 printk(KERN_ERR "%s() ESPIPE\n", __func__);
808 return -ESPIPE;

Completed in 541 milliseconds

12