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

123

/linux-master/sound/core/
H A Dcontrol_led.c260 return -EXDEV;
/linux-master/fs/smb/server/
H A Dvfs.c662 err = -EXDEV;
714 err = -EXDEV;
1838 if (ret == -EOPNOTSUPP || ret == -EXDEV)
/linux-master/drivers/usb/host/
H A Dfhci-hcd.c421 urb->iso_frame_desc[i].status = (u32) (-EXDEV);
/linux-master/net/ipv4/
H A Dip_input.c428 if (err == -EXDEV) {
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c762 [-VERR_NOT_SAME_DEVICE] = -EXDEV,
/linux-master/drivers/usb/gadget/function/
H A Duvc_video.c402 case -EXDEV:
/linux-master/fs/nfsd/
H A Dvfs.c74 { nfserr_xdev, -EXDEV },
709 if (ret == -EOPNOTSUPP || ret == -EXDEV)
1770 if (host_err == -EXDEV && rqstp->rq_vers == 2)
H A Dnfs4callback.c174 { NFS4ERR_XDEV, -EXDEV },
/linux-master/fs/
H A Dread_write.c1441 return -EXDEV;
1443 return -EXDEV;
H A Dpipe.c449 return -EXDEV;
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c110 CASE_ERR(EXDEV);
944 CASE_TEST(link_cross); EXPECT_SYSER(proc, link("/proc/self/cmdline", "/blah"), -1, EXDEV); break;
/linux-master/fs/smb/client/
H A Dsmb2maperror.c512 {STATUS_NOT_SAME_DEVICE, -EXDEV, "STATUS_NOT_SAME_DEVICE"},
631 {STATUS_LINK_FAILED, -EXDEV, "STATUS_LINK_FAILED"},
H A Dcifsfs.c1401 rc = -EXDEV;
1523 if (rc == -EOPNOTSUPP || rc == -EXDEV)
H A Dnetmisc.c48 {ERRdiffdevice, -EXDEV},
/linux-master/fs/nfs/
H A Dnfs2xdr.c1074 { NFSERR_XDEV, -EXDEV },
/linux-master/fs/ecryptfs/
H A Dinode.c80 return ERR_PTR(-EXDEV);
/linux-master/security/landlock/
H A Dfs.c511 /* LANDLOCK_ACCESS_FS_REFER alone must return -EXDEV. */
915 * kernel returns an error with EXDEV. Prioritizing EACCES over EXDEV enables
927 * one. If this is the case, the requested action will not return EXDEV, which
941 * - -EXDEV if @old_dentry would inherit new access rights from @new_dir;
977 /* The mount points are the same for old and new paths, cf. EXDEV. */
1023 * This prioritizes EACCES over EXDEV for all actions, including
1036 return -EXDEV;
/linux-master/fs/9p/
H A Dvfs_inode.c891 retval = -EXDEV;
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c991 if (status == -EXDEV) {
993 printk(KERN_DEBUG "%s: %s: with -EXDEV "
1205 if (status == -EXDEV) {
1208 "-EXDEV (%i) fifon (%d)\n",
/linux-master/fs/ceph/
H A Ddir.c1438 return -EXDEV;
1448 return -EXDEV;
/linux-master/fs/xfs/
H A Dxfs_inode.c1314 error = -EXDEV;
3064 error = -EXDEV;
/linux-master/drivers/comedi/drivers/
H A Dusbduxsigma.c211 if ((urb->actual_length > 0) && (urb->status != -EXDEV)) {
/linux-master/drivers/media/i2c/
H A Dmax9286.c845 return -EXDEV; /* Invalid cross-device link */
/linux-master/fs/ext4/
H A Dnamei.c3509 return -EXDEV;
3826 return -EXDEV;
4073 return -EXDEV;
/linux-master/drivers/usb/dwc3/
H A Dgadget.c3499 request_status = -EXDEV;
3587 (list_empty(&dep->pending_list) || status == -EXDEV))
3637 status = -EXDEV;

Completed in 330 milliseconds

123