nfs4_deviceid_cache 47 fs/nfs/pnfs_dev.c static struct hlist_head nfs4_deviceid_cache[NFS4_DEVICE_ID_HASH_SIZE]; nfs4_deviceid_cache 83 fs/nfs/pnfs_dev.c hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node) nfs4_deviceid_cache 208 fs/nfs/pnfs_dev.c hlist_add_head_rcu(&new->node, &nfs4_deviceid_cache[hash]); nfs4_deviceid_cache 331 fs/nfs/pnfs_dev.c hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node) nfs4_deviceid_cache 372 fs/nfs/pnfs_dev.c hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[i], node)