Home
last modified time | relevance | path

Searched refs:clientid (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfsmount.h315 uint64_t clientid; /* client ID, short form */ member
419 #define nm_clientid nm_un.v4.clientid
H A Dnfs4_subs.c441 u_int64_t clientid; in nfs4_renew_timer() local
445 clientid = nmp->nm_clientid; in nfs4_renew_timer()
461 (nmp->nm_clientid == clientid) && !(nmp->nm_state & NFSSTA_RECOVER)) { in nfs4_renew_timer()