Searched refs:fh_bytes (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/nlm/ |
| H A D | nlm_advlock.c | 232 nmp->nm_getinfo(vp, fh.fh_bytes, &fhlen, &ss, &is_v3, &size, &timo); in nlm_advlock_internal() 309 svid, fhlen, &fh.fh_bytes, size, reclaim); in nlm_advlock_internal() 314 svid, fhlen, &fh.fh_bytes, size); in nlm_advlock_internal() 326 flags, svid, fhlen, &fh.fh_bytes, in nlm_advlock_internal() 332 vp, op, fl, flags, svid, fhlen, &fh.fh_bytes, in nlm_advlock_internal() 355 vp, op, fl, flags, svid, fhlen, &fh.fh_bytes, size); in nlm_advlock_internal() 368 vp, op, fl, flags, svid, fhlen, &fh.fh_bytes, size); in nlm_advlock_internal()
|
| H A D | nlm_prot_impl.c | 1312 memcpy(&nw->nw_fh.fh_bytes, nw->nw_lock.fh.n_bytes, in nlm_register_wait_lock() 1314 nw->nw_lock.fh.n_bytes = nw->nw_fh.fh_bytes; in nlm_register_wait_lock()
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_file.c | 235 l_uint fh_bytes; in linux_name_to_handle_at() local 264 error = copyin(&args->handle->handle_bytes, &fh_bytes, in linux_name_to_handle_at() 265 sizeof(fh_bytes)); in linux_name_to_handle_at() 269 if (fh_bytes < fh_size) { in linux_name_to_handle_at() 297 l_uint fh_bytes; in linux_open_by_handle_at() local 300 error = copyin(&args->handle->handle_bytes, &fh_bytes, in linux_open_by_handle_at() 301 sizeof(fh_bytes)); in linux_open_by_handle_at() 305 if (fh_bytes < sizeof(fhandle_t)) in linux_open_by_handle_at()
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | nfs.h | 270 u_char fh_bytes[NFS_SMALLFH]; member
|
| /freebsd-14.2/sys/nfs/ |
| H A D | nfsproto.h | 378 u_char fh_bytes[NFS_SMALLFH]; member
|