Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c273 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh; in test_request()
297 arg.alock.fh.n_bytes = (char *)&msg->lm_fh; in test_request()
343 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh; in lock_request()
368 arg.alock.fh.n_bytes = (char *)&msg->lm_fh; in lock_request()
413 arg4.alock.fh.n_bytes = (char *)&msg->lm_fh; in unlock_request()
434 arg.alock.fh.n_bytes = (char *)&msg->lm_fh; in unlock_request()
577 for (t = buf, p = (u_int8_t *)mp->lm_fh, in show()
/freebsd/sys/nfs/
H A Dnfs_lock.h76 u_int8_t lm_fh[NFSX_V3FHMAX];/* The file handle. */ member