Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfs4layouts.c47 static struct list_head nfsd_devid_hash[DEVID_HASH_SIZE]; variable
75 list_for_each_entry(old, &nfsd_devid_hash[i], hash) { in nfsd4_alloc_devid_map()
88 list_add_tail_rcu(&map->hash, &nfsd_devid_hash[devid_hashfn(map->idx)]); in nfsd4_alloc_devid_map()
103 list_for_each_entry_rcu(map, &nfsd_devid_hash[devid_hashfn(idx)], hash) in nfsd4_find_devid_map()
757 INIT_LIST_HEAD(&nfsd_devid_hash[i]); in nfsd4_init_pnfs()
784 list_for_each_entry_safe(map, n, &nfsd_devid_hash[i], hash) in nfsd4_exit_pnfs()