Searched refs:popoffp (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() argument1752 *popoffp = (off - backward_diff) & (offset_t)PAGEMASK; in cachefs_cluster_allocmap()1753 *popsizep = ((off + forward_diff) - *popoffp) & in cachefs_cluster_allocmap()1761 *popoffp = (lastoff & (offset_t)PAGEMASK); in cachefs_cluster_allocmap()1763 *popoffp = off & (offset_t)PAGEMASK; in cachefs_cluster_allocmap()1770 if ((*popoffp + size) > cp->c_size) in cachefs_cluster_allocmap()1771 *popsizep = (cp->c_size - *popoffp + PAGEOFFSET) & in cachefs_cluster_allocmap()1781 (u_longlong_t)(*popoffp), (u_longlong_t)(*popsizep)); in cachefs_cluster_allocmap()