Lines Matching full:deviceid
85 !memcmp(&d->deviceid, id, sizeof(*id))) { in _lookup_deviceid()
165 * Lookup a deviceid in cache and get a reference count on it if found
167 * @clp nfs_client associated with deviceid
168 * @id deviceid to look up
217 * Remove a deviceid from cache
219 * @clp nfs_client associated with deviceid
220 * @id the deviceid to unhash
256 d->deviceid = *id; in nfs4_init_deviceid_node()
262 * Dereference a deviceid node and delete it when its reference count drops
265 * @d deviceid node to put
277 nfs4_delete_deviceid(d->ld, d->nfs_client, &d->deviceid); in nfs4_put_deviceid_node()