Searched refs:popsizep (Results 1 – 1 of 1) sorted by relevance
1722 cachefs_cluster_allocmap(u_offset_t off, u_offset_t *popoffp, size_t *popsizep, in cachefs_cluster_allocmap() argument1753 *popsizep = ((off + forward_diff) - *popoffp) & in cachefs_cluster_allocmap()1771 *popsizep = (cp->c_size - *popoffp + PAGEOFFSET) & in cachefs_cluster_allocmap()1774 *popsizep = (size + PAGEOFFSET) & (offset_t)PAGEMASK; in cachefs_cluster_allocmap()1776 *popsizep = size & (offset_t)PAGEMASK; in cachefs_cluster_allocmap()1781 (u_longlong_t)(*popoffp), (u_longlong_t)(*popsizep)); in cachefs_cluster_allocmap()