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

/freebsd-13-stable/sys/nfs/
H A Dnfs_lock.h77 u_int8_t lm_fh[NFSX_V3FHMAX];/* The file handle. */ member in struct:__lock_msg
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dkern.c276 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh;
300 arg.alock.fh.n_bytes = (char *)&msg->lm_fh;
346 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh;
371 arg.alock.fh.n_bytes = (char *)&msg->lm_fh;
416 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh;
437 arg.alock.fh.n_bytes = (char *)&msg->lm_fh;
582 fsidp = (fsid_t *)&mp->lm_fh;
583 fidp = (struct fid *)((u_int8_t *)&mp->lm_fh + sizeof(fsid_t));
585 for (t = buf, p = (u_int8_t *)mp->lm_fh,

Completed in 76 milliseconds