Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs.c241 if (ul->un_ebp) in lufs_unsnarf()
242 kmem_free(ul->un_ebp, ul->un_nbeb); in lufs_unsnarf()
387 ul->un_ebp = nebp; in lufs_snarf()
H A Dlufs_log.c123 ic_extent_t *ext = ul->un_ebp->ic_extents; in map_frag()
124 uint32_t e = ul->un_ebp->ic_nextents; in map_frag()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h199 ic_extent_block_t *un_ebp; /* block of extents */ member