Lines Matching refs:super_block
29 struct super_block *sb;
96 extern struct ufs_cg_private_info * ufs_load_cylinder (struct super_block *, unsigned);
97 extern void ufs_put_cylinder (struct super_block *, unsigned);
121 extern struct inode *ufs_iget(struct super_block *, unsigned long);
132 void ufs_warning(struct super_block *, const char *, const char *, ...);
134 void ufs_error(struct super_block *, const char *, const char *, ...);
136 void ufs_panic(struct super_block *, const char *, const char *, ...);
137 void ufs_mark_sb_dirty(struct super_block *sb);
147 static inline struct ufs_sb_info *UFS_SB(struct super_block *sb) in UFS_SB()
173 extern void lock_ufs(struct super_block *sb);
174 extern void unlock_ufs(struct super_block *sb);