Searched refs:icb_offset (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 205 uint64_t end_req, end_ext, mext_sz, icb_offset, count; in ud_bmap_write() local 271 icb_offset = 0; in ud_bmap_write() 289 icb_offset, &count)) { in ud_bmap_write() 292 icb_offset = PAGESIZE; in ud_bmap_write() 301 alloc_only, icb_offset, &count); in ud_bmap_write() 302 icb_offset = PBASE(off); in ud_bmap_write() 320 alloc_only, icb_offset, &count)) { in ud_bmap_write() 787 uint64_t end_req, end_count, icb_offset; in ud_last_alloc_ext() local 831 icb_offset = iext->ib_offset + CEIL(iext->ib_count); in ud_last_alloc_ext() 843 alloc_only, icb_offset, &count); in ud_last_alloc_ext() [all …]
|