Lines Matching defs:sb

99 struct logicalVolIntegrityDescImpUse *udf_sb_lvidiu(struct super_block *sb)  in udf_sb_lvidiu()
139 static struct inode *udf_alloc_inode(struct super_block *sb) in udf_alloc_inode()
323 static void udf_sb_free_partitions(struct super_block *sb) in udf_sb_free_partitions()
337 struct super_block *sb = root->d_sb; in udf_show_options() local
645 static int udf_remount_fs(struct super_block *sb, int *flags, char *options) in udf_remount_fs()
692 static loff_t udf_check_vsd(struct super_block *sb) in udf_check_vsd()
795 static int udf_find_fileset(struct super_block *sb, in udf_find_fileset()
891 static int udf_load_pvoldesc(struct super_block *sb, sector_t block) in udf_load_pvoldesc()
958 struct inode *udf_find_metadata_inode_efe(struct super_block *sb, in udf_find_metadata_inode_efe()
982 static int udf_load_metadata_files(struct super_block *sb, int partition) in udf_load_metadata_files()
1044 static void udf_load_fileset(struct super_block *sb, struct buffer_head *bh, in udf_load_fileset()
1059 int udf_compute_nr_groups(struct super_block *sb, u32 partition) in udf_compute_nr_groups()
1067 static struct udf_bitmap *udf_sb_alloc_bitmap(struct super_block *sb, u32 index) in udf_sb_alloc_bitmap()
1089 static int udf_fill_partdesc_info(struct super_block *sb, in udf_fill_partdesc_info()
1188 static void udf_find_vat_block(struct super_block *sb, int p_index, in udf_find_vat_block()
1214 static int udf_load_vat(struct super_block *sb, int p_index, int type1_index) in udf_load_vat()
1269 static int udf_load_partdesc(struct super_block *sb, sector_t block) in udf_load_partdesc()
1368 static int udf_load_sparable_map(struct super_block *sb, in udf_load_sparable_map()
1416 static int udf_load_logicalvol(struct super_block *sb, sector_t block, in udf_load_logicalvol()
1561 static void udf_load_logicalvolint(struct super_block *sb, struct kernel_extent_ad loc) in udf_load_logicalvolint()
1598 struct super_block *sb, in udf_process_sequence()
1735 static int udf_load_sequence(struct super_block *sb, struct buffer_head *bh, in udf_load_sequence()
1779 static int udf_check_anchor_block(struct super_block *sb, sector_t block, in udf_check_anchor_block()
1809 static int udf_scan_anchors(struct super_block *sb, sector_t *lastblock, in udf_scan_anchors()
1881 static int udf_find_anchor(struct super_block *sb, in udf_find_anchor()
1920 static int udf_load_vrs(struct super_block *sb, struct udf_options *uopt, in udf_load_vrs()
1962 static void udf_open_lvid(struct super_block *sb) in udf_open_lvid()
1995 static void udf_close_lvid(struct super_block *sb) in udf_close_lvid()
2039 u64 lvid_get_unique_id(struct super_block *sb) in lvid_get_unique_id()
2066 static int udf_fill_super(struct super_block *sb, void *options, int silent) in udf_fill_super()
2264 void _udf_err(struct super_block *sb, const char *function, in _udf_err()
2280 void _udf_warn(struct super_block *sb, const char *function, in _udf_warn()
2296 static void udf_put_super(struct super_block *sb) in udf_put_super()
2316 static int udf_sync_fs(struct super_block *sb, int wait) in udf_sync_fs()
2336 struct super_block *sb = dentry->d_sb; in udf_statfs() local
2358 static unsigned int udf_count_free_bitmap(struct super_block *sb, in udf_count_free_bitmap()
2411 static unsigned int udf_count_free_table(struct super_block *sb, in udf_count_free_table()
2434 static unsigned int udf_count_free(struct super_block *sb) in udf_count_free()