Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c103 ASSERT((CACHEFS_RL_START <= type) && (type <= CACHEFS_RL_END)); in cachefs_rlent_moveto_nolock()
111 ASSERT((CACHEFS_RL_START <= otype) && (otype <= CACHEFS_RL_END)); in cachefs_rlent_moveto_nolock()
183 ASSERT((CACHEFS_RL_START <= type) && (type <= CACHEFS_RL_END)); in cachefs_rlent_verify()
225 ASSERT((CACHEFS_RL_START <= type) && (type <= CACHEFS_RL_END)); in cachefs_rlent_data()
499 ASSERT((CACHEFS_RL_START <= type) && (type <= CACHEFS_RL_END)); in cachefs_allocblocks()
524 ASSERT((CACHEFS_RL_START <= type) && (type <= CACHEFS_RL_END)); in cachefs_freeblocks()
/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/
H A Dres.c663 precond((CACHEFS_RL_START <= type) && (type <= CACHEFS_RL_END)); in res_rlent_moveto()
673 assert((CACHEFS_RL_START <= otype) && in res_rlent_moveto()
H A Dfsck.c1445 (metap->md_rltype < CACHEFS_RL_START) || in process_fsgroup()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h433 #define CACHEFS_RL_START CACHEFS_RL_NONE macro
435 #define CACHEFS_RL_CNT (CACHEFS_RL_END - CACHEFS_RL_START + 1)
436 #define CACHEFS_RL_INDEX(X) (X - CACHEFS_RL_START)