Searched refs:nfs4_deviceid_cache (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/nfs/
H A Dpnfs_dev.c48 static struct hlist_head nfs4_deviceid_cache[NFS4_DEVICE_ID_HASH_SIZE]; variable in typeref:struct:hlist_head
84 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node) _lookup_deviceid()
209 hlist_add_head_rcu(&new->node, &nfs4_deviceid_cache[hash]); nfs4_find_get_deviceid()
319 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node) _deviceid_purge_client()
360 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[i], node) nfs4_deviceid_mark_client_invalid()

Completed in 126 milliseconds