Lines Matching refs:deviceid
85 !memcmp(&d->deviceid, id, sizeof(*id))) {
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;
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);