Searched refs:fh_bytes (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/nlm/
H A Dnlm_advlock.c234 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo);
311 svid, fhlen, &fh.fh_bytes, size, reclaim);
316 svid, fhlen, &fh.fh_bytes, size);
328 flags, svid, fhlen, &fh.fh_bytes,
334 vp, op, fl, flags, svid, fhlen, &fh.fh_bytes,
357 vp, op, fl, flags, svid, fhlen, &fh.fh_bytes, size);
370 vp, op, fl, flags, svid, fhlen, &fh.fh_bytes, size);
H A Dnlm_prot_impl.c1314 memcpy(&nw->nw_fh.fh_bytes, nw->nw_lock.fh.n_bytes,
1316 nw->nw_lock.fh.n_bytes = nw->nw_fh.fh_bytes;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c274 l_uint fh_bytes; local
313 error = copyin(&args->handle->handle_bytes, &fh_bytes,
314 sizeof(fh_bytes));
318 if (fh_bytes < fh_size) {
346 l_uint fh_bytes; local
349 error = copyin(&args->handle->handle_bytes, &fh_bytes,
350 sizeof(fh_bytes));
354 if (fh_bytes < sizeof(fhandle_t))
/freebsd-13-stable/contrib/tcpdump/
H A Dnfs.h264 u_char fh_bytes[NFS_SMALLFH]; member in union:nfsfh
/freebsd-13-stable/sys/nfs/
H A Dnfsproto.h379 u_char fh_bytes[NFS_SMALLFH]; member in union:nfsfh

Completed in 113 milliseconds