Lines Matching defs:blkno
741 uint32_t block, begin, end, blkno, count, map_end_blk, dummy;
794 blkno = beginblk - (block * (udf_vfsp->udf_lbsize << 3));
795 if (blkno + blkcount > (udf_vfsp->udf_lbsize << 3)) {
796 count = (udf_vfsp->udf_lbsize << 3) - blkno;
804 * begin, end, block, blkno, count);
805 * printf("%x %x %x\n", bp->b_un.b_addr, blkno, count);
809 ud_mark_free((uint8_t *)bp->b_un.b_addr, blkno, count);
984 uint32_t blkno, size, loc;
1014 0, 1, &blkno, &size, 0, 1)) != 0) {
1017 loc = ud_xlate_to_daddr(udf_vfsp, prn, blkno, 1, &dummy);
1022 ud_free_space(pip->i_vfs, prn, blkno, size);
1121 UD_EXT_ATTR_HDR, blkno, ea_len);
1180 ud_make_tag(udf_vfsp, &fe->fe_tag, UD_FILE_ENTRY, blkno,
1198 if ((ip = ud_search_icache(pip->i_vfs, prn, blkno)) != NULL) {
1205 if ((err = ud_iget(pip->i_vfs, prn, blkno, ipp, bp, cr)) != 0) {
1207 ud_free_space(pip->i_vfs, prn, blkno, size);
1355 struct ud_part *part, uint32_t *blkno)
1386 *blkno = part->udp_cache[part->udp_cache_count];