Home
last modified time | relevance | path

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

/illumos-gate/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.c203 int32_t blkcount, next; in ud_bmap_write() local
519 blkcount = CEIL(iext->ib_count) >> l2b; in ud_bmap_write()
522 ip->i_icb_prn, prox, blkcount, in ud_bmap_write()
550 if (sz == blkcount) { in ud_bmap_write()
570 if (sz < blkcount) { in ud_bmap_write()
1095 int32_t error = 0, blkcount, acount; in ud_create_ext() local
1121 blkcount = mext_sz >> l2b; in ud_create_ext()
1123 blkcount = CEIL(*count) >> l2b; in ud_create_ext()
1126 ip->i_icb_prn, 0, blkcount, in ud_create_ext()
1148 blkcount = (mext_sz - iext->ib_count) >> l2b; in ud_create_ext()
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c861 uint64_t blkcount; in sbd_handle_read() local
904 blkcount = len; in sbd_handle_read()
931 if (sbd_ats_handling_before_io(task, sl, lba, blkcount) != in sbd_handle_read()
1534 uint64_t blkcount; in sbd_handle_write() local
1588 blkcount = len; in sbd_handle_write()
1610 if (sbd_ats_handling_before_io(task, sl, lba, blkcount) != in sbd_handle_write()