Home
last modified time | relevance | path

Searched defs:coda_inode_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/coda/
H A Dcoda_fs_i.h24 struct coda_inode_info { struct
25 struct CodaFid c_fid; /* Coda identifier */
26 u_short c_flags; /* flags (see below) */
27 unsigned int c_mapcount; /* nr of times this inode is mapped */
28 unsigned int c_cached_epoch; /* epoch for cached permissions */
29 kuid_t c_uid; /* fsuid for cached permissions */
30 unsigned int c_cached_perm; /* cached access permissions */
31 spinlock_t c_lock;
32 struct inode vfs_inode;