Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c1722 cachefs_cluster_allocmap(u_offset_t off, u_offset_t *popoffp, size_t *popsizep, in cachefs_cluster_allocmap() argument
1753 *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()