Searched refs:start_blkno (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_alloc.c | 131 uint32_t *start_blkno, uint32_t *size, in ud_alloc_space() argument 147 *start_blkno = 0; in ud_alloc_space() 164 *start_blkno = 0; in ud_alloc_space() 167 error = ud_alloc_from_cache(udf_vfsp, ud_part, start_blkno); 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 261 *start_blkno = proximity; in ud_alloc_space_bmap() 266 *start_blkno = 0; in ud_alloc_space_bmap() 321 *start_blkno = bno - HDR_BLKS; in ud_alloc_space_bmap() [all …]
|