coda_cnode_make    52 fs/coda/coda_fs_i.h struct inode *coda_cnode_make(struct CodaFid *, struct super_block *);
coda_cnode_make    63 fs/coda/dir.c  		inode = !error ? coda_cnode_make(&fid, sb) : ERR_PTR(error);
coda_cnode_make   209 fs/coda/inode.c         root = coda_cnode_make(&fid, sb);