Searched refs:EROFS (Results 1 - 25 of 119) sorted by relevance

12345

/freebsd-current/contrib/netbsd-tests/fs/vfs/
H A Dt_ro.c82 ATF_REQUIRE_ERRNO(EROFS, rump_sys_open(AFILE, O_CREAT|O_RDONLY) == -1);
91 ATF_REQUIRE_ERRNO(EROFS, rump_sys_unlink(AFILE) == -1);
105 expected = EROFS;
130 ATF_REQUIRE_ERRNO(EROFS, rump_sys_chmod(AFILE, 0775) == -1);
132 ATF_REQUIRE_ERRNO(EROFS, rump_sys_chown(AFILE, 1, 1) == -1);
133 ATF_REQUIRE_ERRNO(EROFS, rump_sys_utimes(AFILE, sometvs) == -1);
136 ATF_REQUIRE_ERRNO(EROFS, rump_sys_fchmod(fd, 0775) == -1);
138 ATF_REQUIRE_ERRNO(EROFS, rump_sys_fchown(fd, 1, 1) == -1);
139 ATF_REQUIRE_ERRNO(EROFS, rump_sys_futimes(fd, sometvs) == -1);
150 ATF_REQUIRE_ERRNO(EROFS, rump_sys_mkdi
[all...]
/freebsd-current/contrib/pjdfstest/tests/rename/
H A D16.t5 desc="rename returns EROFS if the requested link requires writing in a directory on a read-only file system"
25 expect EROFS rename ${n0}/${n1} ${n0}/${n2}
26 expect EROFS rename ${n0}/${n1} ${n2}
28 expect EROFS rename ${n2} ${n0}/${n2}
/freebsd-current/contrib/pjdfstest/tests/open/
H A D14.t5 desc="open returns EROFS if the named file resides on a read-only file system, and the file is to be modified"
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
H A D15.t5 desc="open returns EROFS when O_CREAT is specified and the named file would reside on a read-only file system"
24 expect EROFS open ${n0}/${n1} O_RDONLY,O_CREAT 0644
/freebsd-current/stand/libsa/
H A Dnullfs.c83 return EROFS;
H A Dstrerror.c54 {EROFS, "read-only filesystem"},
/freebsd-current/contrib/pjdfstest/tests/chmod/
H A D09.t5 desc="chmod returns EROFS if the named file resides on a read-only file system"
27 expect EROFS chmod ${n0}/${n1} 0600
28 expect EROFS lchmod ${n0}/${n1} 0600
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c60 {"EROFS", EROFS},
/freebsd-current/contrib/pjdfstest/tests/mkdir/
H A D09.t5 desc="mkdir returns EROFS if the named file resides on a read-only file system"
24 expect EROFS mkdir ${n0}/${n1} 0755
/freebsd-current/contrib/pjdfstest/tests/mkfifo/
H A D08.t5 desc="mkfifo returns EROFS if the named file resides on a read-only file system"
24 expect EROFS mkfifo ${n0}/${n1} 0644
/freebsd-current/contrib/pjdfstest/tests/rmdir/
H A D14.t5 desc="rmdir returns EROFS if the named file resides on a read-only file system"
23 expect EROFS rmdir ${n0}/${n1}
/freebsd-current/contrib/pjdfstest/tests/symlink/
H A D10.t5 desc="symlink returns EROFS if the file name2 would reside on a read-only file system"
26 expect EROFS symlink test ${n0}/${n1}
/freebsd-current/contrib/pjdfstest/tests/unlink/
H A D12.t5 desc="unlink returns EROFS if the named file resides on a read-only file system"
23 expect EROFS unlink ${n0}/${n1}
/freebsd-current/contrib/pjdfstest/tests/chown/
H A D09.t5 desc="chown returns EROFS if the named file resides on a read-only file system"
25 expect EROFS chown ${n0}/${n1} 65533 65533
/freebsd-current/contrib/pjdfstest/tests/ftruncate/
H A D10.t5 desc="truncate returns EROFS if the named file resides on a read-only file system"
25 expect EROFS truncate ${n0}/${n1} 1234
/freebsd-current/contrib/pjdfstest/tests/link/
H A D16.t5 desc="link returns EROFS if the requested link requires writing in a directory on a read-only file system"
27 expect EROFS link ${n0}/${n1} ${n0}/${n2}
/freebsd-current/contrib/pjdfstest/tests/truncate/
H A D10.t5 desc="truncate returns EROFS if the named file resides on a read-only file system"
25 expect EROFS truncate ${n0}/${n1} 1234
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Derrno.h373 # ifndef EROFS
374 # define EROFS 9974 macro
/freebsd-current/contrib/pjdfstest/tests/chflags/
H A D12.t5 desc="chflags returns EROFS if the named file resides on a read-only file system"
29 expect EROFS chflags ${n0}/${n1} UF_IMMUTABLE
55 expect EROFS chflags /${n0}/${n1} UF_NODUMP
/freebsd-current/sys/contrib/xen/io/
H A Dxs_wire.h89 XSD_ERROR(EROFS),
/freebsd-current/contrib/lib9p/pytest/
H A Dlerrno.py36 EROFS = 30 variable
171 EROFS: 'Read-only filesystem',
/freebsd-current/crypto/openssh/
H A Dsshpty.c195 if (errno == EROFS &&
209 if (errno == EROFS &&
/freebsd-current/sys/contrib/xen/
H A Derrno.h87 XEN_ERRNO(EROFS, 30) /* Read-only file system */
/freebsd-current/sys/dev/ixl/
H A Di40e_adminq.h145 -EROFS, /* I40E_AQ_RC_EMODE */
/freebsd-current/sys/sys/
H A Derrno.h82 #define EROFS 30 /* Read-only filesystem */ macro

Completed in 137 milliseconds

12345