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()
952 struct inode *udf_find_metadata_inode_efe(struct super_block *sb, in udf_find_metadata_inode_efe()
976 static int udf_load_metadata_files(struct super_block *sb, int partition) in udf_load_metadata_files()
1038 static void udf_load_fileset(struct super_block *sb, struct buffer_head *bh, in udf_load_fileset()
1053 int udf_compute_nr_groups(struct super_block *sb, u32 partition) in udf_compute_nr_groups()
1061 static struct udf_bitmap *udf_sb_alloc_bitmap(struct super_block *sb, u32 index) in udf_sb_alloc_bitmap()
1083 static int udf_fill_partdesc_info(struct super_block *sb, in udf_fill_partdesc_info()
1182 static void udf_find_vat_block(struct super_block *sb, int p_index, in udf_find_vat_block()
1208 static int udf_load_vat(struct super_block *sb, int p_index, int type1_index) in udf_load_vat()
1263 static int udf_load_partdesc(struct super_block *sb, sector_t block) in udf_load_partdesc()
1362 static int udf_load_sparable_map(struct super_block *sb, in udf_load_sparable_map()
1410 static int udf_load_logicalvol(struct super_block *sb, sector_t block, in udf_load_logicalvol()
1555 static void udf_load_logicalvolint(struct super_block *sb, struct kernel_extent_ad loc) in udf_load_logicalvolint()
1592 struct super_block *sb, in udf_process_sequence()
1729 static int udf_load_sequence(struct super_block *sb, struct buffer_head *bh, in udf_load_sequence()
1773 static int udf_check_anchor_block(struct super_block *sb, sector_t block, in udf_check_anchor_block()
1803 static int udf_scan_anchors(struct super_block *sb, sector_t *lastblock, in udf_scan_anchors()
1875 static int udf_find_anchor(struct super_block *sb, in udf_find_anchor()
1914 static int udf_load_vrs(struct super_block *sb, struct udf_options *uopt, in udf_load_vrs()
1956 static void udf_open_lvid(struct super_block *sb) in udf_open_lvid()
1989 static void udf_close_lvid(struct super_block *sb) in udf_close_lvid()
2033 u64 lvid_get_unique_id(struct super_block *sb) in lvid_get_unique_id()
2060 static int udf_fill_super(struct super_block *sb, void *options, int silent) in udf_fill_super()
2255 void _udf_err(struct super_block *sb, const char *function, in _udf_err()
2271 void _udf_warn(struct super_block *sb, const char *function, in _udf_warn()
2287 static void udf_put_super(struct super_block *sb) in udf_put_super()
2307 static int udf_sync_fs(struct super_block *sb, int wait) in udf_sync_fs()
2327 struct super_block *sb = dentry->d_sb; in udf_statfs() local
2349 static unsigned int udf_count_free_bitmap(struct super_block *sb, in udf_count_free_bitmap()
2402 static unsigned int udf_count_free_table(struct super_block *sb, in udf_count_free_table()
2425 static unsigned int udf_count_free(struct super_block *sb) in udf_count_free()