Home
last modified time | relevance | path

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

/freebsd-13.1/sys/nlm/
H A Dnlm_advlock.c234 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo); in nlm_advlock_internal()
311 svid, fhlen, &fh.fh_bytes, size, reclaim); in nlm_advlock_internal()
316 svid, fhlen, &fh.fh_bytes, size); in nlm_advlock_internal()
328 flags, svid, fhlen, &fh.fh_bytes, in nlm_advlock_internal()
334 vp, op, fl, flags, svid, fhlen, &fh.fh_bytes, in nlm_advlock_internal()
357 vp, op, fl, flags, svid, fhlen, &fh.fh_bytes, size); in nlm_advlock_internal()
370 vp, op, fl, flags, svid, fhlen, &fh.fh_bytes, size); in nlm_advlock_internal()
H A Dnlm_prot_impl.c1314 memcpy(&nw->nw_fh.fh_bytes, nw->nw_lock.fh.n_bytes, in nlm_register_wait_lock()
1316 nw->nw_lock.fh.n_bytes = nw->nw_fh.fh_bytes; in nlm_register_wait_lock()
/freebsd-13.1/sys/compat/linux/
H A Dlinux_file.c276 l_uint fh_bytes; in linux_name_to_handle_at() local
315 error = copyin(&args->handle->handle_bytes, &fh_bytes, in linux_name_to_handle_at()
316 sizeof(fh_bytes)); in linux_name_to_handle_at()
320 if (fh_bytes < fh_size) { in linux_name_to_handle_at()
348 l_uint fh_bytes; in linux_open_by_handle_at() local
351 error = copyin(&args->handle->handle_bytes, &fh_bytes, in linux_open_by_handle_at()
352 sizeof(fh_bytes)); in linux_open_by_handle_at()
356 if (fh_bytes < sizeof(fhandle_t)) in linux_open_by_handle_at()
/freebsd-13.1/contrib/tcpdump/
H A Dnfs.h264 u_char fh_bytes[NFS_SMALLFH]; member
/freebsd-13.1/sys/nfs/
H A Dnfsproto.h379 u_char fh_bytes[NFS_SMALLFH]; member