Home
last modified time | relevance | path

Searched refs:mext_sz (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c207 uint64_t end_req, end_ext, mext_sz, icb_offset, count; in ud_bmap_write() local
219 mext_sz = (1 << MEXT_BITS) - PAGESIZE; in ud_bmap_write()
259 if (end_req > mext_sz) { in ud_bmap_write()
260 next = end_req / mext_sz; in ud_bmap_write()
539 ((pext->ib_count + acount) < mext_sz)) { in ud_bmap_write()
1098 uint32_t blkno, sz, prox, mext_sz; in ud_create_ext() local
1109 mext_sz = (1 << MEXT_BITS) - PAGESIZE; in ud_create_ext()
1122 if (*count > mext_sz) { in ud_create_ext()
1123 blkcount = mext_sz >> l2b; in ud_create_ext()
1149 if ((iext->ib_count + *count) > mext_sz) { in ud_create_ext()
[all …]