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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c124 * of blocks allocated in start_blkno & size
131 uint32_t *start_blkno, uint32_t *size,
147 *start_blkno = 0;
164 *start_blkno = 0;
167 error = ud_alloc_from_cache(udf_vfsp, ud_part, start_blkno);
176 blkcount, start_blkno, size, less_is_ok);
179 blkcount, start_blkno, size, less_is_ok);
193 * prom_printf("end %x %x %x\n", error, *start_blkno, *size);
228 uint32_t blkcount, uint32_t *start_blkno,
261 *start_blkno
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
[all...]

Completed in 72 milliseconds