Searched refs:MAX_PAGE_OFFSET (Results 1 – 3 of 3) sorted by relevance
123 (b.psize < MINPSIZE || b.psize > MAX_PAGE_OFFSET + 1 || in __bt_open()241 if (m.psize < MINPSIZE || m.psize > MAX_PAGE_OFFSET + 1 || in __bt_open()263 if (b.psize > MAX_PAGE_OFFSET + 1) in __bt_open()264 b.psize = MAX_PAGE_OFFSET + 1; in __bt_open()
699 skip = MAX_PAGE_OFFSET; in bt_psplit()709 skip = MAX_PAGE_OFFSET; in bt_psplit()
47 #define MAX_PAGE_OFFSET 65535 /* >= # of bytes in a page */ macro