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

/freebsd-9.3-release/contrib/amd/amd/
H A Dops_nfs.c66 #define FHID_ALLOC() (++fh_id)
96 int fh_id; /* Unique id */ member in struct:fh_cache
114 static int fh_id = 0; variable
152 if (fp->fh_id == id) {
443 fp->fh_id = FHID_ALLOC();
569 error = fwd_packet(MK_RPC_XID(RPC_XID_MOUNTD, fp->fh_id),
574 (opaque_t) ((long) fp->fh_id), /* cast to long needed for 64-bit archs */
666 error = fwd_packet(MK_RPC_XID(RPC_XID_WEBNFS, fp->fh_id),
671 (opaque_t) ((long) fp->fh_id), /* cast to long needed for 64-bit archs */
1036 f.fh_id
[all...]

Completed in 32 milliseconds