Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/cmd/fs.d/cachefs/fsck/
H A Dres.c663 precond((CACHEFS_RL_START <= type) && (type <= CACHEFS_RL_END)); in res_rlent_moveto()
674 (otype <= CACHEFS_RL_END)); in res_rlent_moveto()
H A Dfsck.c1446 (metap->md_rltype > CACHEFS_RL_END)) { in process_fsgroup()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h434 #define CACHEFS_RL_END CACHEFS_RL_MF macro
435 #define CACHEFS_RL_CNT (CACHEFS_RL_END - CACHEFS_RL_START + 1)