Searched refs:coda_sb_info (Results 1 – 5 of 5) sorted by relevance
96 struct coda_sb_info *sbi = NULL; in coda_read_super()121 sbi = kmalloc(sizeof(struct coda_sb_info), GFP_KERNEL); in coda_read_super()174 struct coda_sb_info *sbi; in coda_put_super()187 struct coda_sb_info *sbi = coda_sbp(inode->i_sb); in coda_read_inode()
71 struct coda_sb_info *sbi = coda_sbp(sb); in coda_iget()152 struct coda_sb_info *sbi; in coda_fid_to_inode()
49 struct coda_sb_info *sbi; in coda_cache_clear_all()
44 static int coda_upcall(struct coda_sb_info *mntinfo, int inSize, int *outSize, 708 static int coda_upcall(struct coda_sb_info *sbi, in coda_upcall()
9 struct coda_sb_info struct28 static inline struct coda_sb_info *coda_sbp(struct super_block *sb) in coda_sbp() argument30 return ((struct coda_sb_info *)((sb)->u.generic_sbp)); in coda_sbp()