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

/linux-4.4.14/fs/nfs/
H A Dpnfs_dev.c43 #define NFS4_DEVICE_ID_HASH_SIZE (1 << NFS4_DEVICE_ID_HASH_BITS) macro
44 #define NFS4_DEVICE_ID_HASH_MASK (NFS4_DEVICE_ID_HASH_SIZE - 1)
48 static struct hlist_head nfs4_deviceid_cache[NFS4_DEVICE_ID_HASH_SIZE];
345 for (h = 0; h < NFS4_DEVICE_ID_HASH_SIZE; h++) nfs4_deviceid_purge_client()
359 for (i = 0; i < NFS4_DEVICE_ID_HASH_SIZE; i ++){ nfs4_deviceid_mark_client_invalid()

Completed in 173 milliseconds