Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/
H A Dres.c112 size += MAXBSIZE * (entries / CACHEFS_RLPMBS); in res_create()
113 if ((entries % CACHEFS_RLPMBS) != 0) in res_create()
233 whichwindow = entno / CACHEFS_RLPMBS; in res_rlent_get()
234 winoffset = entno % CACHEFS_RLPMBS; in res_rlent_get()
/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dsubr.c420 fsize += MAXBSIZE * (maxinodes / CACHEFS_RLPMBS); in cachefs_resource_size()
421 if ((maxinodes % CACHEFS_RLPMBS) != 0) in cachefs_resource_size()
616 cnt += clabel->cl_maxinodes / CACHEFS_RLPMBS; in cachefs_create_cache()
617 if ((clabel->cl_maxinodes % CACHEFS_RLPMBS) != 0) in cachefs_create_cache()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c1315 whichwindow = entno / CACHEFS_RLPMBS; in cachefs_rl_entry_get()
1316 winoffset = entno % CACHEFS_RLPMBS; in cachefs_rl_entry_get()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h527 #define CACHEFS_RLPMBS (MAXBSIZE / (uint_t)sizeof (rl_entry_t)) macro