| /freebsd-12-stable/contrib/netbsd-tests/fs/vfs/ |
| D | 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-12-stable/contrib/pjdfstest/tests/rename/ |
| D | 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-12-stable/contrib/pjdfstest/tests/open/ |
| D | 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
|
| D | 15.t | 24 expect EROFS open ${n0}/${n1} O_RDONLY,O_CREAT 0644
|
| /freebsd-12-stable/contrib/pjdfstest/tests/chmod/ |
| D | 09.t | 27 expect EROFS chmod ${n0}/${n1} 0600 28 expect EROFS lchmod ${n0}/${n1} 0600
|
| /freebsd-12-stable/sys/fs/unionfs/ |
| D | union_vnops.c | 119 return (EROFS); in unionfs_lookup() 126 return (EROFS); in unionfs_lookup() 365 error = EROFS; in unionfs_create() 439 error = EROFS; in unionfs_mknod() 701 return (EROFS); in unionfs_access() 722 return (EROFS); in unionfs_access() 818 error = EROFS; in unionfs_setattr() 829 return (EROFS); in unionfs_setattr() 1027 return (EROFS); in unionfs_remove() 1073 return (EROFS); in unionfs_link() [all …]
|
| /freebsd-12-stable/sys/fs/nullfs/ |
| D | null_vnops.c | 372 return (EROFS); in null_lookup() 432 error = EROFS; in null_lookup() 475 return (EROFS); in null_setattr() 495 return (EROFS); in null_setattr() 537 return (EROFS); in null_access() 563 return (EROFS); in null_accessx()
|
| /freebsd-12-stable/contrib/pjdfstest/tests/chflags/ |
| D | 12.t | 29 expect EROFS chflags ${n0}/${n1} UF_IMMUTABLE 55 expect EROFS chflags /${n0}/${n1} UF_NODUMP
|
| /freebsd-12-stable/crypto/openssh/ |
| D | sshpty.c | 195 if (errno == EROFS && in pty_setowner() 209 if (errno == EROFS && in pty_setowner()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | errno.h | 401 #ifndef EROFS 402 #define EROFS 9974 macro
|
| D | __errc | 86 read_only_file_system, // EROFS 196 read_only_file_system = EROFS,
|
| /freebsd-12-stable/cddl/lib/libdtrace/ |
| D | errno.d | 90 inline int EROFS = 30; variable 91 #pragma D binding "1.0" EROFS 278 errno == EROFS ? "Read-only filesystem" :
|
| /freebsd-12-stable/stand/libsa/ |
| D | nullfs.c | 88 return EROFS; in null_write()
|
| D | strerror.c | 57 {EROFS, "read-only filesystem"},
|
| /freebsd-12-stable/contrib/amd/amd/ |
| D | nfs_subr.c | 185 res.ns_status = nfs_error(EROFS); in nfsproc_setattr_2_svc() 362 res.ns_status = nfs_error(EROFS); in nfsproc_write_2_svc() 376 res.dr_status = nfs_error(EROFS); in nfsproc_create_2_svc() 453 res = nfs_error(EROFS); in nfsproc_rename_2_svc() 467 res = nfs_error(EROFS); in nfsproc_link_2_svc() 481 res = nfs_error(EROFS); in nfsproc_symlink_2_svc() 495 res.dr_status = nfs_error(EROFS); in nfsproc_mkdir_2_svc() 1000 return nfs_error(EROFS); in return_estale_or_rofs() 1520 result.status = nfs_error(EROFS); in am_nfs3_rename_3_svc() 1571 result.status = nfs_error(EROFS); in am_nfs3_link_3_svc()
|
| /freebsd-12-stable/contrib/pjdfstest/tests/unlink/ |
| D | 12.t | 23 expect EROFS unlink ${n0}/${n1}
|
| /freebsd-12-stable/contrib/pjdfstest/tests/rmdir/ |
| D | 14.t | 23 expect EROFS rmdir ${n0}/${n1}
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zcp_global.c | 60 {"EROFS", EROFS},
|
| /freebsd-12-stable/contrib/pjdfstest/tests/mkfifo/ |
| D | 08.t | 24 expect EROFS mkfifo ${n0}/${n1} 0644
|
| /freebsd-12-stable/contrib/pjdfstest/tests/mkdir/ |
| D | 09.t | 24 expect EROFS mkdir ${n0}/${n1} 0755
|
| /freebsd-12-stable/contrib/pjdfstest/tests/symlink/ |
| D | 10.t | 26 expect EROFS symlink test ${n0}/${n1}
|
| /freebsd-12-stable/contrib/pjdfstest/tests/ftruncate/ |
| D | 10.t | 25 expect EROFS truncate ${n0}/${n1} 1234
|
| /freebsd-12-stable/contrib/pjdfstest/tests/link/ |
| D | 16.t | 27 expect EROFS link ${n0}/${n1} ${n0}/${n2}
|
| /freebsd-12-stable/contrib/pjdfstest/tests/truncate/ |
| D | 10.t | 25 expect EROFS truncate ${n0}/${n1} 1234
|
| /freebsd-12-stable/contrib/pjdfstest/tests/chown/ |
| D | 09.t | 25 expect EROFS chown ${n0}/${n1} 65533 65533
|