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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_lock.h85 u_int8_t lm_fh[NFSV3_MAX_FH_SIZE]; /* The file handle. */ member in struct:nfs_lock_msg
H A Dnfs_lock.c276 if (bcmp(msgreq->lmr_msg.lm_fh, ansp->la_fh, ansp->la_fh_len))
377 msg->lm_fh);
773 bcopy(np->n_fhp, msg->lm_fh, msg->lm_fh_len);
815 bcopy(np->n_fhp, msg->lm_fh, msg->lm_fh_len);
854 bcopy(np->n_fhp, msg->lm_fh, msg->lm_fh_len);

Completed in 19 milliseconds