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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs4_vnops.c3180 if (willsplit && (nflp1->nfl_type != nflp2->nfl_type) &&
3190 if ((nflp1->nfl_type != F_WRLCK) && (nflp2->nfl_type != F_WRLCK))
3225 ((nflp->nfl_type == F_WRLCK) ?
3228 ((nflp->nfl_type == F_WRLCK) ?
3515 ((fl->l_type == F_WRLCK) || (nflp->nfl_type == F_WRLCK)))
3520 fl->l_type = nflp->nfl_type;
3591 newnflp->nfl_type = type;
3607 if (nflp && (nflp->nfl_type !
[all...]
H A Dnfs_lock.c779 msg->lm_fl.l_type = nflp->nfl_type;
H A Dnfsnode.h488 uint8_t nfl_type; /* lock type: read/write */ member in struct:nfs_file_lock

Completed in 92 milliseconds