Lines Matching defs:sb

96 void lock_ufs(struct super_block *sb)  in lock_ufs()
104 void unlock_ufs(struct super_block *sb) in unlock_ufs()
112 static struct inode *ufs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) in ufs_nfs_get_inode()
130 static struct dentry *ufs_fh_to_dentry(struct super_block *sb, struct fid *fid, in ufs_fh_to_dentry()
136 static struct dentry *ufs_fh_to_parent(struct super_block *sb, struct fid *fid, in ufs_fh_to_parent()
163 static void ufs_print_super_stuff(struct super_block *sb, in ufs_print_super_stuff()
242 static void ufs_print_cylinder_stuff(struct super_block *sb, in ufs_print_cylinder_stuff()
279 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument
280 # define ufs_print_cylinder_stuff(sb, cg) /**/ argument
285 void ufs_error (struct super_block * sb, const char * function, in ufs_error()
319 void ufs_panic (struct super_block * sb, const char * function, in ufs_panic()
344 void ufs_warning (struct super_block * sb, const char * function, in ufs_warning()
483 static void ufs_setup_cstotal(struct super_block *sb) in ufs_setup_cstotal()
517 static int ufs_read_cylinder_structures(struct super_block *sb) in ufs_read_cylinder_structures()
601 static void ufs_put_cstotal(struct super_block *sb) in ufs_put_cstotal()
647 static void ufs_put_super_internal(struct super_block *sb) in ufs_put_super_internal()
689 static int ufs_sync_fs(struct super_block *sb, int wait) in ufs_sync_fs()
734 void ufs_mark_sb_dirty(struct super_block *sb) in ufs_mark_sb_dirty()
748 static void ufs_put_super(struct super_block *sb) in ufs_put_super()
767 static int ufs_fill_super(struct super_block *sb, void *data, int silent) in ufs_fill_super()
1273 static int ufs_remount (struct super_block *sb, int *mount_flags, char *data) in ufs_remount()
1387 struct super_block *sb = dentry->d_sb; in ufs_statfs() local
1422 static struct inode *ufs_alloc_inode(struct super_block *sb) in ufs_alloc_inode()