Home
last modified time | relevance | path

Searched refs:EXDEV (Results 1 – 25 of 105) sorted by relevance

12345

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file_range.c111 if (ret == -EOPNOTSUPP || ret == -EINVAL || ret == -EXDEV || in zpl_copy_file_range()
120 if (ret == -EOPNOTSUPP || ret == -EINVAL || ret == -EXDEV || in zpl_copy_file_range()
129 if (ret == -EINVAL || ret == -EXDEV || ret == -EAGAIN) in zpl_copy_file_range()
227 return (-EXDEV); in zpl_ioctl_ficlone()
263 return (-EXDEV); in zpl_ioctl_ficlonerange()
/freebsd/contrib/pjdfstest/tests/link/
H A D14.t23 expect EXDEV link ${n0}/${n1} ${n2}
26 expect EXDEV link ${n1} ${n0}/${n2}
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbadsend.c116 if (error != EXDEV) in main()
128 if (error != EXDEV) in main()
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h281 # ifndef EXDEV
282 # define EXDEV 9951 macro
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py75 if ret == errno.EXDEV:
114 if ret == errno.EXDEV:
231 if ret == errno.EXDEV and firstsnap is not None:
260 if ret == errno.EXDEV:
307 if ret == errno.EXDEV:
357 if ret == errno.EXDEV and fromsnap is not None:
392 if ret == errno.EXDEV and fromsnap is not None:
H A Dexceptions.py195 errno = errno.EXDEV
461 errno = errno.EXDEV
469 errno = errno.EXDEV
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py24 EXDEV = 18 variable
159 EXDEV: 'Cross-device link',
/freebsd/cddl/lib/libdtrace/
H A Derrno.d64 inline int EXDEV = 18; variable
65 #pragma D binding "1.0" EXDEV
264 errno == EXDEV ? "Cross-device link" :
/freebsd/contrib/pjdfstest/tests/rename/
H A D15.t25 expect EXDEV rename ${n0}/${n1} ${n2}
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c48 {"EXDEV", EXDEV},
/freebsd/usr.bin/patch/
H A Dutil.c83 if (errno != EXDEV || copy_file(from, to) < 0) { in move_file()
154 if (errno != EXDEV || copy_file(orig, bakname) < 0) in backup_file()
/freebsd/sys/xen/
H A Derror.h50 [XEN_EXDEV] = EXDEV,
/freebsd/sys/sys/
H A Derrno.h68 #define EXDEV 18 /* Cross-device link */ macro
/freebsd/sys/fs/deadfs/
H A Ddead_vnops.c158 return (EXDEV); in dead_rename()
/freebsd/sys/contrib/xen/
H A Derrno.h79 XEN_ERRNO(EXDEV, 18) /* Cross-device link */
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg41 $ EXDEV
H A Dmn_MN.UTF-8.msg41 $ EXDEV
H A Duk_UA.UTF-8.msg41 $ EXDEV
H A Dru_RU.UTF-8.msg41 $ EXDEV
H A Dru_RU.KOI8-R.msg41 $ EXDEV
H A Del_GR.ISO8859-7.msg41 $ EXDEV
H A Dja_JP.UTF-8.msg41 $ EXDEV
H A Dja_JP.eucJP.msg41 $ EXDEV
H A Dko_KR.UTF-8.msg41 $ EXDEV
/freebsd/tests/sys/fs/fusefs/
H A Drename.cc179 ASSERT_EQ(EXDEV, errno); in TEST_F()
182 ASSERT_EQ(EXDEV, errno); in TEST_F()

12345