Home
last modified time | relevance | path

Searched refs:nfl_type (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs4_vnops.c3611 if (willsplit && (nflp1->nfl_type != nflp2->nfl_type) && in nfs_file_lock_conflict()
3623 if ((nflp1->nfl_type != F_WRLCK) && (nflp2->nfl_type != F_WRLCK)) { in nfs_file_lock_conflict()
3662 ((nflp->nfl_type == F_WRLCK) ? in nfs4_setlock_rpc()
3665 ((nflp->nfl_type == F_WRLCK) ? in nfs4_setlock_rpc()
3968 ((fl->l_type == F_WRLCK) || (nflp->nfl_type == F_WRLCK))) { in nfs_advlock_getlock()
3974 fl->l_type = nflp->nfl_type; in nfs_advlock_getlock()
4049 newnflp->nfl_type = type; in nfs_advlock_setlock()
4067 if (nflp && (nflp->nfl_type != F_RDLCK)) { in nfs_advlock_setlock()
4391 nflp2->nfl_type = nflp->nfl_type; in nfs_advlock_setlock()
4444 (coalnflp->nfl_type == nflp->nfl_type) && in nfs_advlock_setlock()
[all …]
H A Dnfs_lock.c808 msg->lm_fl.l_type = nflp->nfl_type; in nfs3_setlock_rpc()
H A Dnfsnode.h522 uint16_t nfl_type; /* lock type: read/write */ member