^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) /* Coda filesystem -- Linux Minicache
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) * Copyright (C) 1989 - 1997 Carnegie Mellon University
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) * Carnegie Mellon University encourages users of this software to
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) * contribute improvements to the Coda project. Contact Peter Braam
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) * <coda@cs.cmu.edu>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #ifndef _CFSNC_HEADER_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #define _CFSNC_HEADER_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) /* credential cache */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) void coda_cache_enter(struct inode *inode, int mask);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) void coda_cache_clear_inode(struct inode *);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) void coda_cache_clear_all(struct super_block *sb);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) int coda_cache_check(struct inode *inode, int mask);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) /* for downcalls and attributes and lookups */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) void coda_flag_inode_children(struct inode *inode, int flag);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) #endif /* _CFSNC_HEADER_ */