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

/darwin-on-arm/xnu/bsd/man/man9/
H A DMakefile23 style.9 \
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c3177 /* no conflict if it's ours - unless the lock style doesn't match */
3567 int style,
3594 newnflp->nfl_flags |= style;
3597 if ((style == NFS_FILE_LOCK_STYLE_FLOCK) && (type == F_WRLCK)) {
3599 * For exclusive flock-style locks, if we block waiting for the
3601 * flock-style lock. So, the first thing we do is check if we
3602 * have a shared flock-style lock.
3913 if ((style == NFS_FILE_LOCK_STYLE_POSIX) && (nofp->nof_flags & NFS_OPEN_FILE_POSIXLOCK)) {
3973 * Release all (same style) locks within the given range.
3982 int style,
3560 nfs_advlock_setlock( nfsnode_t np, struct nfs_open_file *nofp, struct nfs_lock_owner *nlop, int op, uint64_t start, uint64_t end, int style, short type, vfs_context_t ctx) argument
3976 nfs_advlock_unlock( nfsnode_t np, struct nfs_open_file *nofp, struct nfs_lock_owner *nlop, uint64_t start, uint64_t end, int style, vfs_context_t ctx) argument
4240 int error = 0, modified, style; local
[all...]

Completed in 78 milliseconds