Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c1319 (cachep->c_rl_window != whichwindow)) { in cachefs_rl_entry_get()
1323 (offset_t)((cachep->c_rl_window + 1) * MAXBSIZE), in cachefs_rl_entry_get()
1341 cachep->c_rl_window = whichwindow; in cachefs_rl_entry_get()
H A Dcachefs_subr.c713 (offset_t)((cachep->c_rl_window + 1) * MAXBSIZE), in cachefs_cache_rssync()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h540 uint_t c_rl_window; /* window mapped in */ member