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

/linux-master/fs/nfs/
H A Dpnfs_dev.c49 static struct hlist_head nfs4_deviceid_cache[NFS4_DEVICE_ID_HASH_SIZE]; variable in typeref:struct:hlist_head
85 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node)
212 hlist_add_head_rcu(&new->node, &nfs4_deviceid_cache[hash]);
338 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[hash], node)
379 hlist_for_each_entry_rcu(d, &nfs4_deviceid_cache[i], node)

Completed in 105 milliseconds