Home
last modified time | relevance | path

Searched refs:EROFS (Results 1 – 25 of 152) sorted by relevance

1234567

/freebsd-12-stable/contrib/netbsd-tests/fs/vfs/
Dt_ro.c82 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/
D16.t25 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/
D14.t26 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
D15.t24 expect EROFS open ${n0}/${n1} O_RDONLY,O_CREAT 0644
/freebsd-12-stable/contrib/pjdfstest/tests/chmod/
D09.t27 expect EROFS chmod ${n0}/${n1} 0600
28 expect EROFS lchmod ${n0}/${n1} 0600
/freebsd-12-stable/sys/fs/unionfs/
Dunion_vnops.c119 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/
Dnull_vnops.c372 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/
D12.t29 expect EROFS chflags ${n0}/${n1} UF_IMMUTABLE
55 expect EROFS chflags /${n0}/${n1} UF_NODUMP
/freebsd-12-stable/crypto/openssh/
Dsshpty.c195 if (errno == EROFS && in pty_setowner()
209 if (errno == EROFS && in pty_setowner()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Derrno.h401 #ifndef EROFS
402 #define EROFS 9974 macro
D__errc86 read_only_file_system, // EROFS
196 read_only_file_system = EROFS,
/freebsd-12-stable/cddl/lib/libdtrace/
Derrno.d90 inline int EROFS = 30; variable
91 #pragma D binding "1.0" EROFS
278 errno == EROFS ? "Read-only filesystem" :
/freebsd-12-stable/stand/libsa/
Dnullfs.c88 return EROFS; in null_write()
Dstrerror.c57 {EROFS, "read-only filesystem"},
/freebsd-12-stable/contrib/amd/amd/
Dnfs_subr.c185 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/
D12.t23 expect EROFS unlink ${n0}/${n1}
/freebsd-12-stable/contrib/pjdfstest/tests/rmdir/
D14.t23 expect EROFS rmdir ${n0}/${n1}
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzcp_global.c60 {"EROFS", EROFS},
/freebsd-12-stable/contrib/pjdfstest/tests/mkfifo/
D08.t24 expect EROFS mkfifo ${n0}/${n1} 0644
/freebsd-12-stable/contrib/pjdfstest/tests/mkdir/
D09.t24 expect EROFS mkdir ${n0}/${n1} 0755
/freebsd-12-stable/contrib/pjdfstest/tests/symlink/
D10.t26 expect EROFS symlink test ${n0}/${n1}
/freebsd-12-stable/contrib/pjdfstest/tests/ftruncate/
D10.t25 expect EROFS truncate ${n0}/${n1} 1234
/freebsd-12-stable/contrib/pjdfstest/tests/link/
D16.t27 expect EROFS link ${n0}/${n1} ${n0}/${n2}
/freebsd-12-stable/contrib/pjdfstest/tests/truncate/
D10.t25 expect EROFS truncate ${n0}/${n1} 1234
/freebsd-12-stable/contrib/pjdfstest/tests/chown/
D09.t25 expect EROFS chown ${n0}/${n1} 65533 65533

1234567