Go to the documentation of this file.
8 #ifndef _LINUX_CODA_FS_I
9 #define _LINUX_CODA_FS_I
11 #include <linux/types.h>
12 #include <linux/list.h>
14 #include <linux/coda.h>
37 #define CODA_MAGIC 0xC0DAC0DA
44 #define CODA_FTOC(file) ((struct coda_file_info *)((file)->private_data))