Searched refs:nfsidmap_t (Results 1 - 2 of 2) 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,
1171 nfsidmap_t *p, *next;
1193 while (p != (nfsidmap_t *)hq) {
1208 nfsidmap_t *pprev = NULL;
1210 nfsidmap_t *p;
1227 for (p = hq->hq_lru_back; p != (nfsidmap_t *)hq; p = pprev) {
1277 nfsidmap_t *p;
1278 nfsidmap_t *pnext;
1301 for (p = hq->hq_lru_forw; p != (nfsidmap_t *)h
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h51 } nfsidmap_t; typedef in typeref:struct:nfsidmap

Completed in 59 milliseconds