Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c130 uint32_t proximity, uint32_t blkcount, in ud_alloc_space() argument
146 if (blkcount == 0) { in ud_alloc_space()
176 blkcount, start_blkno, size, less_is_ok); in ud_alloc_space()
179 blkcount, start_blkno, size, less_is_ok); in ud_alloc_space()
228 uint32_t blkcount, uint32_t *start_blkno, in ud_alloc_space_bmap() argument
257 temp = blkcount; in ud_alloc_space_bmap()
283 for (bno = loop_begin + HDR_BLKS; bno + blkcount < loop_end; ) { in ud_alloc_space_bmap()
291 ((eblk - bno) < blkcount)) { in ud_alloc_space_bmap()
312 if (blkcount > (eblk - bno)) { in ud_alloc_space_bmap()
315 temp = blkcount; in ud_alloc_space_bmap()
[all …]
H A Dudf_bmap.c205 int32_t blkcount, next; in ud_bmap_write() local
521 blkcount = CEIL(iext->ib_count) >> l2b; in ud_bmap_write()
524 ip->i_icb_prn, prox, blkcount, in ud_bmap_write()
552 if (sz == blkcount) { in ud_bmap_write()
572 if (sz < blkcount) { in ud_bmap_write()
1097 int32_t error = 0, blkcount, acount; in ud_create_ext() local
1123 blkcount = mext_sz >> l2b; in ud_create_ext()
1125 blkcount = CEIL(*count) >> l2b; in ud_create_ext()
1128 ip->i_icb_prn, 0, blkcount, in ud_create_ext()
1150 blkcount = (mext_sz - iext->ib_count) >> l2b; in ud_create_ext()
[all …]