Lines Matching defs:sb
98 void lock_ufs(struct super_block *sb) in lock_ufs()
108 void unlock_ufs(struct super_block *sb) in unlock_ufs()
118 static struct inode *ufs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) in ufs_nfs_get_inode()
136 static struct dentry *ufs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ufs_fh_to_dentry()
142 static struct dentry *ufs_fh_to_parent(struct super_block *sb, struct fid *fid, in ufs_fh_to_parent()
172 static void ufs_print_super_stuff(struct super_block *sb, in ufs_print_super_stuff()
251 static void ufs_print_cylinder_stuff(struct super_block *sb, in ufs_print_cylinder_stuff()
288 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument
289 # define ufs_print_cylinder_stuff(sb, cg) /**/ argument
296 void ufs_error (struct super_block * sb, const char * function, in ufs_error()
328 void ufs_panic (struct super_block * sb, const char * function, in ufs_panic()
351 void ufs_warning (struct super_block * sb, const char * function, in ufs_warning()
490 static void ufs_setup_cstotal(struct super_block *sb) in ufs_setup_cstotal()
524 static int ufs_read_cylinder_structures(struct super_block *sb) in ufs_read_cylinder_structures()
610 static void ufs_put_cstotal(struct super_block *sb) in ufs_put_cstotal()
656 static void ufs_put_super_internal(struct super_block *sb) in ufs_put_super_internal()
698 static int ufs_fill_super(struct super_block *sb, void *data, int silent) in ufs_fill_super()
1199 static int ufs_sync_fs(struct super_block *sb, int wait) in ufs_sync_fs()
1232 static void ufs_write_super(struct super_block *sb) in ufs_write_super()
1240 static void ufs_put_super(struct super_block *sb) in ufs_put_super()
1261 static int ufs_remount (struct super_block *sb, int *mount_flags, char *data) in ufs_remount()
1376 struct super_block *sb = dentry->d_sb; in ufs_statfs() local
1415 static struct inode *ufs_alloc_inode(struct super_block *sb) in ufs_alloc_inode()