Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c187 static void nfs_idmap_cache_rment(nfsidmap_t *);
199 sizeof (nfsidmap_t), 0, NULL, NULL, nfs_idmap_reclaim, NULL, in nfs_idmap_init()
1171 nfsidmap_t *p, *next; in nfs_idmap_cache_flush()
1193 while (p != (nfsidmap_t *)hq) { in nfs_idmap_cache_flush()
1208 nfsidmap_t *pprev = NULL; in nfs_idmap_cache_reclaim()
1210 nfsidmap_t *p; in nfs_idmap_cache_reclaim()
1227 for (p = hq->hq_lru_back; p != (nfsidmap_t *)hq; p = pprev) { in nfs_idmap_cache_reclaim()
1280 nfsidmap_t *p; in nfs_idmap_cache_s2i_lkup()
1281 nfsidmap_t *pnext; in nfs_idmap_cache_s2i_lkup()
1304 for (p = hq->hq_lru_forw; p != (nfsidmap_t *)hq; p = pnext) { in nfs_idmap_cache_s2i_lkup()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Didmap.c30 nfsidmap_t idmap; in nfs4_idmap_dcmd()
170 arg->member_size = sizeof (nfsidmap_t); in nfs4_idmap_walk_init()
171 arg->next_offset = OFFSETOF(nfsidmap_t, id_forw); in nfs4_idmap_walk_init()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h51 } nfsidmap_t; typedef