HomeSort by: relevance | last modified time | path
    Searched defs:nfsuid (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/nfs/
nfs.h 356 * The nfsuid structs hang off of the nfssvc_sock structs in both lru
406 struct nfsuid { struct
407 TAILQ_ENTRY(nfsuid) nu_lru; /* LRU chain */
408 LIST_ENTRY(nfsuid) nu_hash; /* Hash list */
439 TAILQ_HEAD(, nfsuid) ns_uidlruhead;
458 LIST_HEAD(, nfsuid) ns_uidhashtbl[NFS_UIDHASHSIZ];

Completed in 12 milliseconds