Home
last modified time | relevance | path

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

12345

/src/contrib/pjdfstest/tests/link/
H A D14.t23 expect EXDEV link ${n0}/${n1} ${n2}
26 expect EXDEV link ${n1} ${n0}/${n2}
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file_range.c112 if (ret == -EOPNOTSUPP || ret == -EINVAL || ret == -EXDEV || in zpl_copy_file_range()
121 if (ret == -EOPNOTSUPP || ret == -EINVAL || ret == -EXDEV || in zpl_copy_file_range()
130 if (ret == -EINVAL || ret == -EXDEV || ret == -EAGAIN) in zpl_copy_file_range()
/src/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbadsend.c117 if (error != EXDEV) in main()
129 if (error != EXDEV) in main()
/src/contrib/llvm-project/libcxx/include/
H A Derrno.h281 # ifndef EXDEV
282 # define EXDEV 9951 macro
/src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py76 if ret == errno.EXDEV:
115 if ret == errno.EXDEV:
232 if ret == errno.EXDEV and firstsnap is not None:
261 if ret == errno.EXDEV:
308 if ret == errno.EXDEV:
358 if ret == errno.EXDEV and fromsnap is not None:
393 if ret == errno.EXDEV and fromsnap is not None:
H A Dexceptions.py196 errno = errno.EXDEV
462 errno = errno.EXDEV
470 errno = errno.EXDEV
/src/contrib/lib9p/pytest/
H A Dlerrno.py24 EXDEV = 18 variable
159 EXDEV: 'Cross-device link',
/src/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" :
/src/contrib/pjdfstest/tests/rename/
H A D15.t25 expect EXDEV rename ${n0}/${n1} ${n2}
/src/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c49 {"EXDEV", EXDEV},
/src/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()
/src/sys/xen/
H A Derror.h50 [XEN_EXDEV] = EXDEV,
/src/sys/contrib/xen/
H A Derrno.h79 XEN_ERRNO(EXDEV, 18) /* Cross-device link */
/src/sys/sys/
H A Derrno.h68 #define EXDEV 18 /* Cross-device link */ macro
/src/sys/fs/deadfs/
H A Ddead_vnops.c159 return (EXDEV); in dead_rename()
/src/lib/libc/nls/
H A Dbe_BY.UTF-8.msg41 $ EXDEV
H A Dru_RU.KOI8-R.msg41 $ EXDEV
H A Dru_RU.UTF-8.msg41 $ EXDEV
H A Dmn_MN.UTF-8.msg41 $ EXDEV
H A Duk_UA.UTF-8.msg41 $ EXDEV
H A Del_GR.ISO8859-7.msg41 $ EXDEV
H A Dja_JP.UTF-8.msg41 $ EXDEV
H A Dko_KR.UTF-8.msg41 $ EXDEV
H A Dko_KR.eucKR.msg41 $ EXDEV
H A Dja_JP.eucJP.msg41 $ EXDEV

12345