Home | History | Annotate | Download | only in linux

Lines Matching full:inode

17  * coda fs inode data
23 unsigned int c_mapcount; /* nr of times this inode is mapped */
27 struct inode vfs_inode;
43 #define C_VATTR 0x1 /* Validity of vattr in inode */
48 int coda_cnode_make(struct inode **, struct CodaFid *, struct super_block *);
49 struct inode *coda_iget(struct super_block *sb, struct CodaFid *fid, struct coda_vattr *attr);
50 int coda_cnode_makectl(struct inode **inode, struct super_block *sb);
51 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb);
52 void coda_replace_fid(struct inode *, struct CodaFid *, struct CodaFid *);