Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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)
47 static struct hlist_head nfs4_deviceid_cache[NFS4_DEVICE_ID_HASH_SIZE];
357 for (h = 0; h < NFS4_DEVICE_ID_HASH_SIZE; h++) in nfs4_deviceid_purge_client()
371 for (i = 0; i < NFS4_DEVICE_ID_HASH_SIZE; i ++){ in nfs4_deviceid_mark_client_invalid()
/kernel/linux/linux-6.6/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];
364 for (h = 0; h < NFS4_DEVICE_ID_HASH_SIZE; h++) in nfs4_deviceid_purge_client()
378 for (i = 0; i < NFS4_DEVICE_ID_HASH_SIZE; i ++){ in nfs4_deviceid_mark_client_invalid()

Completed in 2 milliseconds