Lines Matching defs:blkcount

120  * allocate blkcount blocks continuously
130 uint32_t proximity, uint32_t blkcount,
143 * proximity, blkcount, less_is_ok, metadata);
146 if (blkcount == 0) {
176 blkcount, start_blkno, size, less_is_ok);
179 blkcount, start_blkno, size, less_is_ok);
228 uint32_t blkcount, uint32_t *start_blkno,
257 temp = blkcount;
283 for (bno = loop_begin + HDR_BLKS; bno + blkcount < loop_end; ) {
291 ((eblk - bno) < blkcount)) {
312 if (blkcount > (eblk - bno)) {
315 temp = blkcount;
495 uint32_t blkcount, uint32_t *start_blkno,
539 if (temp == blkcount) {
549 } else if (temp > blkcount) {
557 *size = blkcount;
558 temp = (temp - blkcount) <<
561 temp = SWAP_32(sad->sad_ext_loc) + blkcount;
613 if (temp == blkcount) {
623 } else if (temp > blkcount) {
631 *size = blkcount;
632 temp = (temp - blkcount) <<
635 temp = SWAP_32(lad->lad_ext_loc) + blkcount;
686 * release blkcount blocks starting from beginblk
691 uint32_t beginblk, uint32_t blkcount)
699 if (blkcount == 0) {
717 error = ud_free_space_bmap(vfsp, ud_part, beginblk, blkcount);
719 error = ud_free_space_stbl(vfsp, ud_part, beginblk, blkcount);
737 uint32_t beginblk, uint32_t blkcount)
767 if (beginblk + blkcount > map_end_blk) {
774 end = begin + ((beginblk + blkcount) / (udf_vfsp->udf_lbsize << 3));
795 if (blkno + blkcount > (udf_vfsp->udf_lbsize << 3)) {
798 count = blkcount;
812 blkcount -= count;
837 uint32_t beginblk, uint32_t blkcount)
886 blkcount * udf_vfsp->udf_lbsize;
889 } else if ((beginblk + blkcount) ==
912 sz = blkcount * udf_vfsp->udf_lbsize;
932 blkcount * udf_vfsp->udf_lbsize;
935 } else if ((beginblk + blkcount) ==
958 sz = blkcount * udf_vfsp->udf_lbsize;