Searched refs:ronly (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c1286 int ronly; local
1312 ronly = vfs_isrdonly(mp);
1513 if (ronly)
1775 if (!ronly) {
1877 if (!ronly) {
2065 if (ronly == 0) {
2079 (void)VNOP_CLOSE(hfsmp->jvp, ronly ? FREAD : FREAD|FWRITE, vfs_context_kernel());
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c439 int ronly = 0; local
723 ronly = (mp->mnt_flag & MNT_RDONLY) != 0;
727 ronly ? FREAD : FREAD|FWRITE);
731 if ( (error = VNOP_OPEN(devvp, ronly ? FREAD : FREAD|FWRITE, ctx)) )
940 VNOP_CLOSE(device_vnode, ronly ? FREAD : FREAD|FWRITE, ctx);

Completed in 50 milliseconds