| /freebsd-14-stable/contrib/netbsd-tests/fs/vfs/ |
| HD | t_ro.c | 82 ATF_REQUIRE_ERRNO(EROFS, rump_sys_open(AFILE, O_CREAT|O_RDONLY) == -1); in create() 91 ATF_REQUIRE_ERRNO(EROFS, rump_sys_unlink(AFILE) == -1); in rmfile() 105 expected = EROFS; in fileio() 130 ATF_REQUIRE_ERRNO(EROFS, rump_sys_chmod(AFILE, 0775) == -1); in attrs() 132 ATF_REQUIRE_ERRNO(EROFS, rump_sys_chown(AFILE, 1, 1) == -1); in attrs() 133 ATF_REQUIRE_ERRNO(EROFS, rump_sys_utimes(AFILE, sometvs) == -1); in attrs() 136 ATF_REQUIRE_ERRNO(EROFS, rump_sys_fchmod(fd, 0775) == -1); in attrs() 138 ATF_REQUIRE_ERRNO(EROFS, rump_sys_fchown(fd, 1, 1) == -1); in attrs() 139 ATF_REQUIRE_ERRNO(EROFS, rump_sys_futimes(fd, sometvs) == -1); in attrs() 150 ATF_REQUIRE_ERRNO(EROFS, rump_sys_mkdir(ADIR, 0775) == -1); in createdir() [all …]
|
| /freebsd-14-stable/contrib/pjdfstest/tests/rename/ |
| HD | 16.t | 25 expect EROFS rename ${n0}/${n1} ${n0}/${n2} 26 expect EROFS rename ${n0}/${n1} ${n2} 28 expect EROFS rename ${n2} ${n0}/${n2}
|
| /freebsd-14-stable/contrib/pjdfstest/tests/open/ |
| HD | 14.t | 26 expect EROFS open ${n0}/${n1} O_WRONLY 27 expect EROFS open ${n0}/${n1} O_RDWR 28 expect EROFS open ${n0}/${n1} O_RDONLY,O_TRUNC
|
| HD | 15.t | 24 expect EROFS open ${n0}/${n1} O_RDONLY,O_CREAT 0644
|
| /freebsd-14-stable/contrib/pjdfstest/tests/chmod/ |
| HD | 09.t | 27 expect EROFS chmod ${n0}/${n1} 0600 28 expect EROFS lchmod ${n0}/${n1} 0600
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/ |
| HD | errno.h | 373 # ifndef EROFS 374 # define EROFS 9974 macro
|
| /freebsd-14-stable/contrib/pjdfstest/tests/chflags/ |
| HD | 12.t | 29 expect EROFS chflags ${n0}/${n1} UF_IMMUTABLE 55 expect EROFS chflags /${n0}/${n1} UF_NODUMP
|
| /freebsd-14-stable/sys/fs/unionfs/ |
| HD | union_vnops.c | 122 return (EROFS); in unionfs_lookup() 129 return (EROFS); in unionfs_lookup() 360 error = EROFS; in unionfs_create() 441 error = EROFS; in unionfs_mknod() 753 return (EROFS); in unionfs_access() 774 return (EROFS); in unionfs_access() 874 error = EROFS; in unionfs_setattr() 885 return (EROFS); in unionfs_setattr() 1071 return (EROFS); in unionfs_remove() 1118 return (EROFS); in unionfs_link() [all …]
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | sshpty.c | 195 if (errno == EROFS && in pty_setowner() 209 if (errno == EROFS && in pty_setowner()
|
| /freebsd-14-stable/contrib/lib9p/pytest/ |
| HD | lerrno.py | 36 EROFS = 30 variable 171 EROFS: 'Read-only filesystem',
|
| /freebsd-14-stable/sys/fs/nullfs/ |
| HD | null_vnops.c | 400 return (EROFS); in null_lookup() 461 error = EROFS; in null_lookup() 511 return (EROFS); in null_setattr() 531 return (EROFS); in null_setattr() 585 return (EROFS); in null_access() 611 return (EROFS); in null_accessx()
|
| /freebsd-14-stable/stand/libsa/ |
| HD | nullfs.c | 83 return EROFS; in null_write()
|
| HD | strerror.c | 54 {EROFS, "read-only filesystem"},
|
| /freebsd-14-stable/contrib/pjdfstest/tests/rmdir/ |
| HD | 14.t | 23 expect EROFS rmdir ${n0}/${n1}
|
| /freebsd-14-stable/contrib/pjdfstest/tests/unlink/ |
| HD | 12.t | 23 expect EROFS unlink ${n0}/${n1}
|
| /freebsd-14-stable/contrib/pjdfstest/tests/mkfifo/ |
| HD | 08.t | 24 expect EROFS mkfifo ${n0}/${n1} 0644
|
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | zcp_global.c | 60 {"EROFS", EROFS},
|
| /freebsd-14-stable/contrib/pjdfstest/tests/mkdir/ |
| HD | 09.t | 24 expect EROFS mkdir ${n0}/${n1} 0755
|
| /freebsd-14-stable/contrib/pjdfstest/tests/symlink/ |
| HD | 10.t | 26 expect EROFS symlink test ${n0}/${n1}
|
| /freebsd-14-stable/contrib/pjdfstest/tests/truncate/ |
| HD | 10.t | 25 expect EROFS truncate ${n0}/${n1} 1234
|
| /freebsd-14-stable/contrib/pjdfstest/tests/ftruncate/ |
| HD | 10.t | 25 expect EROFS truncate ${n0}/${n1} 1234
|
| /freebsd-14-stable/contrib/pjdfstest/tests/link/ |
| HD | 16.t | 27 expect EROFS link ${n0}/${n1} ${n0}/${n2}
|
| /freebsd-14-stable/contrib/pjdfstest/tests/chown/ |
| HD | 09.t | 25 expect EROFS chown ${n0}/${n1} 65533 65533
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteErrno.def | 35 HANDLE_ERRNO(EROFS, 30)
|
| /freebsd-14-stable/sys/contrib/xen/io/ |
| HD | xs_wire.h | 89 XSD_ERROR(EROFS),
|