Lines Matching defs:sb
97 static struct inode *ufs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) in ufs_nfs_get_inode()
115 static struct dentry *ufs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ufs_fh_to_dentry()
121 static struct dentry *ufs_fh_to_parent(struct super_block *sb, struct fid *fid, in ufs_fh_to_parent()
148 static void ufs_print_super_stuff(struct super_block *sb, in ufs_print_super_stuff()
227 static void ufs_print_cylinder_stuff(struct super_block *sb, in ufs_print_cylinder_stuff()
264 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument
265 # define ufs_print_cylinder_stuff(sb, cg) /**/ argument
270 void ufs_error (struct super_block * sb, const char * function, in ufs_error()
304 void ufs_panic (struct super_block * sb, const char * function, in ufs_panic()
329 void ufs_warning (struct super_block * sb, const char * function, in ufs_warning()
468 static void ufs_setup_cstotal(struct super_block *sb) in ufs_setup_cstotal()
502 static int ufs_read_cylinder_structures(struct super_block *sb) in ufs_read_cylinder_structures()
586 static void ufs_put_cstotal(struct super_block *sb) in ufs_put_cstotal()
632 static void ufs_put_super_internal(struct super_block *sb) in ufs_put_super_internal()
674 static int ufs_sync_fs(struct super_block *sb, int wait) in ufs_sync_fs()
717 void ufs_mark_sb_dirty(struct super_block *sb) in ufs_mark_sb_dirty()
731 static void ufs_put_super(struct super_block *sb) in ufs_put_super()
749 static int ufs_fill_super(struct super_block *sb, void *data, int silent) in ufs_fill_super()
1253 static int ufs_remount (struct super_block *sb, int *mount_flags, char *data) in ufs_remount()
1359 struct super_block *sb = dentry->d_sb; in ufs_statfs() local
1393 static struct inode *ufs_alloc_inode(struct super_block *sb) in ufs_alloc_inode()