Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/
H A Dres.c229 uint_t whichwindow, winoffset; in res_rlent_get() local
233 whichwindow = entno / CACHEFS_RLPMBS; in res_rlent_get()
237 (((caddr_t)resp->p_rlentp) + (MAXBSIZE * whichwindow)); in res_rlent_get()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c1306 uint_t whichwindow, winoffset; in cachefs_rl_entry_get() local
1315 whichwindow = entno / CACHEFS_RLPMBS; in cachefs_rl_entry_get()
1319 (cachep->c_rl_window != whichwindow)) { in cachefs_rl_entry_get()
1334 (offset_t)((whichwindow + 1) * MAXBSIZE), in cachefs_rl_entry_get()
1341 cachep->c_rl_window = whichwindow; in cachefs_rl_entry_get()