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

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c1223 int ronly; local
1246 ronly = vfs_isrdonly(mp);
1451 if (ronly)
1715 if (!ronly) {
1817 if (!ronly) {
1971 if (ronly == 0) {
1985 (void)VNOP_CLOSE(hfsmp->jvp, ronly ? FREAD : FREAD|FWRITE, vfs_context_kernel());
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c478 int ronly = 0; local
762 ronly = (mp->mnt_flag & MNT_RDONLY) != 0;
766 ronly ? FREAD : FREAD|FWRITE);
770 if ( (error = VNOP_OPEN(devvp, ronly ? FREAD : FREAD|FWRITE, ctx)) )
979 VNOP_CLOSE(device_vnode, ronly ? FREAD : FREAD|FWRITE, ctx);

Completed in 145 milliseconds