Lines Matching defs:sb
99 static struct inode *ufs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) in ufs_nfs_get_inode()
117 static struct dentry *ufs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ufs_fh_to_dentry()
123 static struct dentry *ufs_fh_to_parent(struct super_block *sb, struct fid *fid, in ufs_fh_to_parent()
150 static void ufs_print_super_stuff(struct super_block *sb, in ufs_print_super_stuff()
229 static void ufs_print_cylinder_stuff(struct super_block *sb, in ufs_print_cylinder_stuff()
266 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument
267 # define ufs_print_cylinder_stuff(sb, cg) /**/ argument
272 void ufs_error (struct super_block * sb, const char * function, in ufs_error()
306 void ufs_panic (struct super_block * sb, const char * function, in ufs_panic()
331 void ufs_warning (struct super_block * sb, const char * function, in ufs_warning()
470 static void ufs_setup_cstotal(struct super_block *sb) in ufs_setup_cstotal()
504 static int ufs_read_cylinder_structures(struct super_block *sb) in ufs_read_cylinder_structures()
590 static void ufs_put_cstotal(struct super_block *sb) in ufs_put_cstotal()
644 static void ufs_put_super_internal(struct super_block *sb) in ufs_put_super_internal()
686 static int ufs_sync_fs(struct super_block *sb, int wait) in ufs_sync_fs()
729 void ufs_mark_sb_dirty(struct super_block *sb) in ufs_mark_sb_dirty()
743 static void ufs_put_super(struct super_block *sb) in ufs_put_super()
761 static u64 ufs_max_bytes(struct super_block *sb) in ufs_max_bytes()
778 static int ufs_fill_super(struct super_block *sb, void *data, int silent) in ufs_fill_super()
1308 static int ufs_remount (struct super_block *sb, int *mount_flags, char *data) in ufs_remount()
1414 struct super_block *sb = dentry->d_sb; in ufs_statfs() local
1443 static struct inode *ufs_alloc_inode(struct super_block *sb) in ufs_alloc_inode()