Searched refs:O_SHLOCK (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h136 #define O_SHLOCK 0x0010 /* open with shared file lock */ macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c1544 fileflags |= O_SHLOCK;
2544 if ( (error = VNOP_OPEN(xvp, fileflags & ~(O_EXLOCK | O_SHLOCK), context))) {
2578 if (fileflags & (O_EXLOCK | O_SHLOCK)) {
2621 if (fileflags & (O_EXLOCK | O_SHLOCK))
H A Dvfs_syscalls.c3058 if (flags & (O_EXLOCK | O_SHLOCK)) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c614 if (fmode & (O_EXLOCK | O_SHLOCK)) {
H A Dnfs_vnops.c739 /* mode contains some combination of: FREAD, FWRITE, O_SHLOCK, O_EXLOCK */
747 else if (ap->a_mode & O_SHLOCK)
987 // XXX It would be nice if we still had the O_EXLOCK/O_SHLOCK flags that were on the open
990 // else if (fflag & O_SHLOCK)

Completed in 110 milliseconds