Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c237 uint32_t bblk = 0, eblk = 0; in ud_alloc_space_bmap() local
291 ((eblk - bno) < blkcount)) { in ud_alloc_space_bmap()
307 eblk = bblk + bb_count; in ud_alloc_space_bmap()
312 if (blkcount > (eblk - bno)) { in ud_alloc_space_bmap()
313 temp = eblk - bno; in ud_alloc_space_bmap()