Searched refs:icb_offset (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 207 uint64_t end_req, end_ext, mext_sz, icb_offset, count; in ud_bmap_write() local 273 icb_offset = 0; in ud_bmap_write() 291 icb_offset, &count)) { in ud_bmap_write() 294 icb_offset = PAGESIZE; in ud_bmap_write() 303 alloc_only, icb_offset, &count); in ud_bmap_write() 304 icb_offset = PBASE(off); in ud_bmap_write() 322 alloc_only, icb_offset, &count)) { in ud_bmap_write() 789 uint64_t end_req, end_count, icb_offset; in ud_last_alloc_ext() local 833 icb_offset = iext->ib_offset + CEIL(iext->ib_count); in ud_last_alloc_ext() 845 alloc_only, icb_offset, &count); in ud_last_alloc_ext() [all …]
|