Lines Matching defs:sb
34 static int read_block_bitmap(struct super_block *sb, in read_block_bitmap()
53 static int __load_block_bitmap(struct super_block *sb, in __load_block_bitmap()
75 static inline int load_block_bitmap(struct super_block *sb, in load_block_bitmap()
92 static void udf_add_free_space(struct super_block *sb, u16 partition, u32 cnt) in udf_add_free_space()
105 static void udf_bitmap_free_blocks(struct super_block *sb, in udf_bitmap_free_blocks()
171 static int udf_bitmap_prealloc_blocks(struct super_block *sb, in udf_bitmap_prealloc_blocks()
221 static int udf_bitmap_new_block(struct super_block *sb, in udf_bitmap_new_block()
346 static void udf_table_free_blocks(struct super_block *sb, in udf_table_free_blocks()
575 static int udf_table_prealloc_blocks(struct super_block *sb, in udf_table_prealloc_blocks()
636 static int udf_table_new_block(struct super_block *sb, in udf_table_new_block()
728 void udf_free_blocks(struct super_block *sb, struct inode *inode, in udf_free_blocks()
755 inline int udf_prealloc_blocks(struct super_block *sb, in udf_prealloc_blocks()
791 inline int udf_new_block(struct super_block *sb, in udf_new_block()