Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_vfs_subr.c175 return EROFS; in mac_vnop_setxattr()
223 return EROFS; in mac_vnop_removexattr()
/xnu-11215/bsd/dev/dtrace/scripts/
H A Derrno.d81 inline int EROFS = 30; variable
82 #pragma D binding "1.0" EROFS
/xnu-11215/bsd/sys/
H A Derrno.h122 #define EROFS 30 /* Read-only file system */ macro
/xnu-11215/bsd/vfs/
H A Dvfs_exclave_fs.c534 return EROFS; in vfs_exclave_fs_register()
1028 return EROFS; in exclave_fs_open_internal()
1195 return EROFS; in exclave_fs_io()
1275 return EROFS; in vfs_exclave_fs_remove()
1310 return EROFS; in vfs_exclave_fs_sync()
H A Dvfs_lookup.c999 error = EROFS; in lookup_handle_found_vnode()
1619 return EROFS;
1951 error = EROFS;
1977 error = EROFS;
H A Dkpi_vfs.c775 return EROFS; in vfs_setattr()
3003 error = EROFS; in vnode_setattr()
H A Dvfs_subr.c10184 result = EROFS; in vnode_authorize_callback_int()
10396 result = EROFS; in vnode_attr_authorize()
H A Dvfs_cluster.c2598 return EROFS; in cluster_pageout_ext()
/xnu-11215/bsd/security/audit/
H A Daudit_bsm_errno.c111 { .be_bsm_errno = BSM_ERRNO_EROFS, .be_local_errno = EROFS, ES("Read-only file system") },
/xnu-11215/bsd/miscfs/bindfs/
H A Dbind_vnops.c199 return EROFS; in bind_lookup()
/xnu-11215/bsd/miscfs/nullfs/
H A Dnull_vnops.c575 return EROFS; in null_lookup()
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c575 error = EROFS; in nfsrv_setattr()
5256 return EROFS; in nfsrv_authorize()
/xnu-11215/iokit/Kernel/
H A DIOService.cpp8248 return EROFS; in errnoFromReturn()