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

12345

/freebsd-11-stable/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-11-stable/contrib/pjdfstest/tests/rename/
H A D16.t4 desc="rename returns EROFS if the requested link requires writing in a directory on a read-only file system"
24 expect EROFS rename ${n0}/${n1} ${n0}/${n2}
25 expect EROFS rename ${n0}/${n1} ${n2}
27 expect EROFS rename ${n2} ${n0}/${n2}
/freebsd-11-stable/contrib/pjdfstest/tests/open/
H A D14.t4 desc="open returns EROFS if the named file resides on a read-only file system, and the file is to be modified"
25 expect EROFS open ${n0}/${n1} O_WRONLY
26 expect EROFS open ${n0}/${n1} O_RDWR
27 expect EROFS open ${n0}/${n1} O_RDONLY,O_TRUNC
H A D15.t4 desc="open returns EROFS when O_CREAT is specified and the named file would reside on a read-only file system"
23 expect EROFS open ${n0}/${n1} O_RDONLY,O_CREAT 0644
/freebsd-11-stable/stand/libsa/
H A Dnullfs.c88 return EROFS;
H A Dstrerror.c57 {EROFS, "read-only filesystem"},
/freebsd-11-stable/contrib/pjdfstest/tests/chmod/
H A D09.t4 desc="chmod returns EROFS if the named file resides on a read-only file system"
26 expect EROFS chmod ${n0}/${n1} 0600
27 expect EROFS lchmod ${n0}/${n1} 0600
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_global.c60 {"EROFS", EROFS},
/freebsd-11-stable/contrib/pjdfstest/tests/mkdir/
H A D09.t4 desc="mkdir returns EROFS if the named file resides on a read-only file system"
23 expect EROFS mkdir ${n0}/${n1} 0755
/freebsd-11-stable/contrib/pjdfstest/tests/mkfifo/
H A D08.t4 desc="mkfifo returns EROFS if the named file resides on a read-only file system"
23 expect EROFS mkfifo ${n0}/${n1} 0644
/freebsd-11-stable/contrib/pjdfstest/tests/rmdir/
H A D14.t4 desc="rmdir returns EROFS if the named file resides on a read-only file system"
22 expect EROFS rmdir ${n0}/${n1}
/freebsd-11-stable/contrib/pjdfstest/tests/symlink/
H A D10.t4 desc="symlink returns EROFS if the file name2 would reside on a read-only file system"
25 expect EROFS symlink test ${n0}/${n1}
/freebsd-11-stable/contrib/pjdfstest/tests/unlink/
H A D12.t4 desc="unlink returns EROFS if the named file resides on a read-only file system"
22 expect EROFS unlink ${n0}/${n1}
/freebsd-11-stable/contrib/pjdfstest/tests/chown/
H A D09.t4 desc="chown returns EROFS if the named file resides on a read-only file system"
24 expect EROFS chown ${n0}/${n1} 65533 65533
/freebsd-11-stable/contrib/pjdfstest/tests/ftruncate/
H A D10.t4 desc="truncate returns EROFS if the named file resides on a read-only file system"
24 expect EROFS truncate ${n0}/${n1} 1234
/freebsd-11-stable/contrib/pjdfstest/tests/link/
H A D16.t4 desc="link returns EROFS if the requested link requires writing in a directory on a read-only file system"
26 expect EROFS link ${n0}/${n1} ${n0}/${n2}
/freebsd-11-stable/contrib/pjdfstest/tests/truncate/
H A D10.t4 desc="truncate returns EROFS if the named file resides on a read-only file system"
24 expect EROFS truncate ${n0}/${n1} 1234
/freebsd-11-stable/contrib/pjdfstest/tests/chflags/
H A D12.t4 desc="chflags returns EROFS if the named file resides on a read-only file system"
28 expect EROFS chflags ${n0}/${n1} UF_IMMUTABLE
54 expect EROFS chflags /${n0}/${n1} UF_NODUMP
/freebsd-11-stable/sys/xen/interface/io/
H A Dxs_wire.h85 XSD_ERROR(EROFS),
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h401 #ifndef EROFS
402 #define EROFS 9974 macro
/freebsd-11-stable/stand/mips/beri/loader/
H A Dberi_disk_cfi.c78 return (EROFS);
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.h146 -EROFS, /* I40E_AQ_RC_EMODE */
/freebsd-11-stable/sys/sys/
H A Derrno.h83 #define EROFS 30 /* Read-only filesystem */ macro
/freebsd-11-stable/cddl/lib/libdtrace/
H A Derrno.d90 inline int EROFS = 30;
91 #pragma D binding "1.0" EROFS
276 errno == EROFS ? "Read-only filesystem" :
/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_vnops.c370 return (EROFS);
419 error = EROFS;
462 return (EROFS);
482 return (EROFS);
524 return (EROFS);
550 return (EROFS);

Completed in 103 milliseconds

12345