Searched refs:RDONLY (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h163 #define RDONLY 0x00000200 /* lookup with read-only semantics */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c195 rdonly = cnp->cn_flags & RDONLY;
884 rdonly = cnp->cn_flags & RDONLY;
1154 if (cnp->cn_flags & RDONLY) {
1417 rdonly = cnp->cn_flags & RDONLY;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2083 cnp->cn_flags |= RDONLY;

Completed in 33 milliseconds