Searched refs:nfs_client_id (Results 1 – 3 of 3) sorted by relevance
244 struct nfs_client_id { struct245 TAILQ_ENTRY(nfs_client_id) nci_link; /* list of client IDs */249 TAILQ_HEAD(nfsclientidlist, nfs_client_id); argument314 struct nfs_client_id *longid; /* client ID, long form */
116 struct nfs_client_id *ncip, *ncip2; in nfs4_init_clientid()144 ncip = kalloc_type(struct nfs_client_id, Z_WAITOK); in nfs4_init_clientid()158 kfree_type(struct nfs_client_id, ncip); in nfs4_init_clientid()
4482 kfree_type(struct nfs_client_id, nmp->nm_longid); in nfs_mount_zombie()