Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Duser.h131 } uf_rlist_t; typedef
142 uf_rlist_t *fi_rlist; /* retired file lists */
/illumos-gate/usr/src/uts/common/os/
H A Dfio.c343 uf_rlist_t *urp; in flist_grow()
444 urp = kmem_zalloc(sizeof (uf_rlist_t), KM_SLEEP); in flist_grow()
923 uf_rlist_t *urp = fip->fi_rlist; in closeall()
926 kmem_free(urp, sizeof (uf_rlist_t)); in closeall()