Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h68 #define hq_lru_forw hq_link.hq_chain[0] macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c1182 p = hq->hq_lru_forw; in nfs_idmap_cache_flush()
1304 for (p = hq->hq_lru_forw; p != (nfsidmap_t *)hq; p = pnext) { in nfs_idmap_cache_s2i_lkup()
1400 for (p = hq->hq_lru_forw; p != (nfsidmap_t *)hq; p = pnext) { in nfs_idmap_cache_s2i_insert()
1481 for (p = hq->hq_lru_forw; p != (nfsidmap_t *)hq; p = pnext) { in nfs_idmap_cache_i2s_lkup()
1565 for (p = hq->hq_lru_forw; p != (nfsidmap_t *)hq; p = pnext) { in nfs_idmap_cache_i2s_insert()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Didmap.c168 arg->first_offset = OFFSETOF(nfsidhq_t, hq_lru_forw); in nfs4_idmap_walk_init()