/* Coda filesystem -- Linux Minicache * * Copyright (C) 1989 - 1997 Carnegie Mellon University * * Carnegie Mellon University encourages users of this software to * contribute improvements to the Coda project. Contact Peter Braam * <coda@cs.cmu.edu> */#ifndef _CFSNC_HEADER_#define _CFSNC_HEADER_/* credential cache */voidcoda_cache_enter(structinode*inode,intmask);voidcoda_cache_clear_inode(structinode*);voidcoda_cache_clear_all(structsuper_block*sb);intcoda_cache_check(structinode*inode,intmask);/* for downcalls and attributes and lookups */voidcoda_flag_inode_children(structinode*inode,intflag);#endif /* _CFSNC_HEADER_ */