Home
last modified time | relevance | path

Searched refs:NFS4_DEVICE_ID_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux/fs/nfs/
H A Dpnfs_dev.c45 #define NFS4_DEVICE_ID_HASH_SIZE (1 << NFS4_DEVICE_ID_HASH_BITS) macro
46 #define NFS4_DEVICE_ID_HASH_MASK (NFS4_DEVICE_ID_HASH_SIZE - 1)
49 static struct hlist_head nfs4_deviceid_cache[NFS4_DEVICE_ID_HASH_SIZE];
361 for (h = 0; h < NFS4_DEVICE_ID_HASH_SIZE; h++) in nfs4_deviceid_purge_client()
375 for (i = 0; i < NFS4_DEVICE_ID_HASH_SIZE; i ++){ in nfs4_deviceid_mark_client_invalid()