Home
last modified time | relevance | path

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

1234567

/freebsd-14.2/contrib/netbsd-tests/fs/vfs/
H A Dt_ro.c91 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()
159 ATF_REQUIRE_ERRNO(EROFS, rump_sys_mkfifo(AFIFO, 0775) == -1); in createfifo()
[all …]
/freebsd-14.2/contrib/pjdfstest/tests/rename/
H A D16.t25 expect EROFS rename ${n0}/${n1} ${n0}/${n2}
26 expect EROFS rename ${n0}/${n1} ${n2}
28 expect EROFS rename ${n2} ${n0}/${n2}
/freebsd-14.2/contrib/pjdfstest/tests/open/
H A 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
H A D15.t24 expect EROFS open ${n0}/${n1} O_RDONLY,O_CREAT 0644
/freebsd-14.2/contrib/pjdfstest/tests/chmod/
H A D09.t27 expect EROFS chmod ${n0}/${n1} 0600
28 expect EROFS lchmod ${n0}/${n1} 0600
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Derrno.h373 # ifndef EROFS
374 # define EROFS 9974 macro
/freebsd-14.2/contrib/pjdfstest/tests/chflags/
H A D12.t29 expect EROFS chflags ${n0}/${n1} UF_IMMUTABLE
55 expect EROFS chflags /${n0}/${n1} UF_NODUMP
/freebsd-14.2/sys/fs/unionfs/
H A Dunion_vnops.c122 return (EROFS); in unionfs_lookup()
129 return (EROFS); in unionfs_lookup()
360 error = EROFS; in unionfs_create()
441 error = EROFS; in unionfs_mknod()
874 error = EROFS; in unionfs_setattr()
1391 error = EROFS; in unionfs_mkdir()
1531 error = EROFS; in unionfs_symlink()
2249 error = EROFS; in unionfs_setacl()
2407 error = EROFS; in unionfs_setextattr()
2501 error = EROFS; in unionfs_deleteextattr()
[all …]
/freebsd-14.2/crypto/openssh/
H A Dsshpty.c195 if (errno == EROFS && in pty_setowner()
209 if (errno == EROFS && in pty_setowner()
/freebsd-14.2/contrib/lib9p/pytest/
H A Dlerrno.py36 EROFS = 30 variable
171 EROFS: 'Read-only filesystem',
/freebsd-14.2/sys/fs/nullfs/
H A Dnull_vnops.c400 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.2/cddl/lib/libdtrace/
H A Derrno.d88 inline int EROFS = 30; variable
89 #pragma D binding "1.0" EROFS
276 errno == EROFS ? "Read-only filesystem" :
/freebsd-14.2/stand/libsa/
H A Dnullfs.c83 return EROFS; in null_write()
H A Dstrerror.c54 {EROFS, "read-only filesystem"},
/freebsd-14.2/contrib/pjdfstest/tests/unlink/
H A D12.t23 expect EROFS unlink ${n0}/${n1}
/freebsd-14.2/contrib/pjdfstest/tests/rmdir/
H A D14.t23 expect EROFS rmdir ${n0}/${n1}
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c60 {"EROFS", EROFS},
/freebsd-14.2/contrib/pjdfstest/tests/mkfifo/
H A D08.t24 expect EROFS mkfifo ${n0}/${n1} 0644
/freebsd-14.2/contrib/pjdfstest/tests/mkdir/
H A D09.t24 expect EROFS mkdir ${n0}/${n1} 0755
/freebsd-14.2/contrib/pjdfstest/tests/symlink/
H A D10.t26 expect EROFS symlink test ${n0}/${n1}
/freebsd-14.2/contrib/pjdfstest/tests/truncate/
H A D10.t25 expect EROFS truncate ${n0}/${n1} 1234
/freebsd-14.2/contrib/pjdfstest/tests/ftruncate/
H A D10.t25 expect EROFS truncate ${n0}/${n1} 1234
/freebsd-14.2/contrib/pjdfstest/tests/link/
H A D16.t27 expect EROFS link ${n0}/${n1} ${n0}/${n2}
/freebsd-14.2/contrib/pjdfstest/tests/chown/
H A D09.t25 expect EROFS chown ${n0}/${n1} 65533 65533
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteErrno.def35 HANDLE_ERRNO(EROFS, 30)

1234567