Searched defs:coda_inode_info (Results 1 – 1 of 1) sorted by relevance
23 struct coda_inode_info { struct24 struct CodaFid c_fid; /* Coda identifier */25 u_short c_flags; /* flags (see below) */26 unsigned int c_mapcount; /* nr of times this inode is mapped */27 unsigned int c_cached_epoch; /* epoch for cached permissions */28 vuid_t c_uid; /* fsuid for cached permissions */29 unsigned int c_cached_perm; /* cached access permissions */30 spinlock_t c_lock;31 struct inode vfs_inode;