Searched defs:blkcount (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dsd-card.c211 MCI_readblocks(char* dest, unsigned blknum, unsigned blkcount) argument
225 while (blkcount)
243 --blkcount;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c205 int32_t blkcount, next; local
521 blkcount = CEIL(iext->ib_count) >> l2b;
524 ip->i_icb_prn, prox, blkcount,
552 if (sz == blkcount) {
572 if (sz < blkcount) {
1097 int32_t error = 0, blkcount, acount; local
1123 blkcount = mext_sz >> l2b;
1125 blkcount = CEIL(*count) >> l2b;
1128 ip->i_icb_prn, 0, blkcount,
1150 blkcount
[all...]
H A Dudf_alloc.c120 * 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)) {
129 ud_alloc_space(struct vfs *vfsp, uint16_t prn, uint32_t proximity, uint32_t blkcount, uint32_t *start_blkno, uint32_t *size, int32_t less_is_ok, int32_t metadata) argument
226 ud_alloc_space_bmap(struct vfs *vfsp, struct ud_part *ud_part, uint32_t proximity, uint32_t blkcount, uint32_t *start_blkno, uint32_t *size, int32_t less_is_ok) argument
493 ud_alloc_space_stbl(struct vfs *vfsp, struct ud_part *ud_part, uint32_t proximity, uint32_t blkcount, uint32_t *start_blkno, uint32_t *size, int32_t less_is_ok) argument
690 ud_free_space(struct vfs *vfsp, uint16_t prn, uint32_t beginblk, uint32_t blkcount) argument
735 ud_free_space_bmap(struct vfs *vfsp, struct ud_part *ud_part, uint32_t beginblk, uint32_t blkcount) argument
835 ud_free_space_stbl(struct vfs *vfsp, struct ud_part *ud_part, uint32_t beginblk, uint32_t blkcount) argument
[all...]

Completed in 72 milliseconds