Searched refs:mext_sz (Results 1 – 1 of 1) sorted by relevance
205 uint64_t end_req, end_ext, mext_sz, icb_offset, count; in ud_bmap_write() local217 mext_sz = (1 << MEXT_BITS) - PAGESIZE; in ud_bmap_write()257 if (end_req > mext_sz) { in ud_bmap_write()258 next = end_req / mext_sz; in ud_bmap_write()537 ((pext->ib_count + acount) < mext_sz)) { in ud_bmap_write()1096 uint32_t blkno, sz, prox, mext_sz; in ud_create_ext() local1107 mext_sz = (1 << MEXT_BITS) - PAGESIZE; in ud_create_ext()1120 if (*count > mext_sz) { in ud_create_ext()1121 blkcount = mext_sz >> l2b; in ud_create_ext()1147 if ((iext->ib_count + *count) > mext_sz) { in ud_create_ext()[all …]