Searched refs:EXDEV (Results 51 - 74 of 74) sorted by relevance

123

/linux-master/drivers/usb/host/
H A Duhci-q.c1387 status = -EXDEV; /* TD was added too late? */
H A Dxhci-ring.c2485 frame->status = -EXDEV;
/linux-master/fs/nfs/
H A Dnfs3xdr.c2460 { NFSERR_XDEV, -EXDEV },
H A Dnfs4xdr.c7565 { NFS4ERR_XDEV, -EXDEV },
/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c556 if (urb->status == 0 || urb->status == -EXDEV) {
/linux-master/net/ipv4/
H A Dfib_frontend.c417 return -EXDEV;
/linux-master/fs/ocfs2/
H A Drefcounttree.c4345 return -EXDEV;
4416 error = -EXDEV;
/linux-master/drivers/of/
H A Dunittest.c3012 ret = -EXDEV;
3097 if (ret == -EXDEV) {
/linux-master/fs/ceph/
H A Dfile.c2915 return -EXDEV;
3101 if (ret == -EOPNOTSUPP || ret == -EXDEV)
/linux-master/fs/fuse/
H A Dfile.c3213 return -EXDEV;
3297 if (ret == -EOPNOTSUPP || ret == -EXDEV)
/linux-master/drivers/usb/musb/
H A Dmusb_host.c316 status = -EXDEV;
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c2309 return -EXDEV;
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-ring.c1113 td->preq->request.status = -EXDEV;
/linux-master/fs/quota/
H A Ddquot.c2545 error = -EXDEV;
/linux-master/fs/reiserfs/
H A Dsuper.c2399 err = -EXDEV;
/linux-master/fs/smb/server/
H A Dsmb2pdu.c3676 else if (rc == -EACCES || rc == -ESTALE || rc == -EXDEV)
6407 if (rc == -EACCES || rc == -EPERM || rc == -EXDEV)
8223 if (cloned == -EXDEV || cloned == -EOPNOTSUPP) {
/linux-master/fs/btrfs/
H A Dinode.c6646 return -EXDEV;
8833 return -EXDEV;
9081 return -EXDEV;
H A Dioctl.c1323 ret = -EXDEV;
/linux-master/block/
H A Dblk-mq.c653 ret = -EXDEV;
/linux-master/fs/f2fs/
H A Dsuper.c2919 return -EXDEV;
H A Dfile.c2812 return -EXDEV;
/linux-master/drivers/nvme/host/
H A Dfc.c292 lport = ERR_PTR(-EXDEV);
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c4464 desc->status = -EXDEV;
/linux-master/fs/ext4/
H A Dsuper.c6971 return -EXDEV;

Completed in 686 milliseconds

123