Searched refs:nfl_type (Results 1 – 3 of 3) sorted by relevance
3615 if (willsplit && (nflp1->nfl_type != nflp2->nfl_type) && in nfs_file_lock_conflict()3627 if ((nflp1->nfl_type != F_WRLCK) && (nflp2->nfl_type != F_WRLCK)) { in nfs_file_lock_conflict()3666 ((nflp->nfl_type == F_WRLCK) ? in nfs4_setlock_rpc()3669 ((nflp->nfl_type == F_WRLCK) ? in nfs4_setlock_rpc()3974 ((fl->l_type == F_WRLCK) || (nflp->nfl_type == F_WRLCK))) { in nfs_advlock_getlock()3980 fl->l_type = nflp->nfl_type; in nfs_advlock_getlock()4055 newnflp->nfl_type = type; in nfs_advlock_setlock()4073 if (nflp && (nflp->nfl_type != F_RDLCK)) { in nfs_advlock_setlock()4397 nflp2->nfl_type = nflp->nfl_type; in nfs_advlock_setlock()4450 (coalnflp->nfl_type == nflp->nfl_type) && in nfs_advlock_setlock()[all …]
810 msg->lm_fl.l_type = nflp->nfl_type; in nfs3_setlock_rpc()
512 uint16_t nfl_type; /* lock type: read/write */ member