Lines Matching refs:super_block

21 extern __printf(3, 4) void _udf_err(struct super_block *sb,
26 extern __printf(3, 4) void _udf_warn(struct super_block *sb,
74 struct super_block;
116 static inline void udf_updated_lvid(struct super_block *sb)
126 extern u64 lvid_get_unique_id(struct super_block *sb);
127 struct inode *udf_find_metadata_inode_efe(struct super_block *sb,
142 extern struct inode *__udf_iget(struct super_block *, struct kernel_lb_addr *,
144 static inline struct inode *udf_iget_special(struct super_block *sb,
149 static inline struct inode *udf_iget(struct super_block *sb,
183 extern struct buffer_head *udf_read_tagged(struct super_block *, uint32_t,
185 extern struct buffer_head *udf_read_ptagged(struct super_block *,
192 extern unsigned int udf_get_last_session(struct super_block *);
193 udf_pblk_t udf_get_last_block(struct super_block *);
196 extern uint32_t udf_get_pblock(struct super_block *, uint32_t, uint16_t,
198 extern uint32_t udf_get_pblock_virt15(struct super_block *, uint32_t, uint16_t,
200 extern uint32_t udf_get_pblock_virt20(struct super_block *, uint32_t, uint16_t,
202 extern uint32_t udf_get_pblock_spar15(struct super_block *, uint32_t, uint16_t,
204 extern uint32_t udf_get_pblock_meta25(struct super_block *, uint32_t, uint16_t,
206 extern int udf_relocate_blocks(struct super_block *, long, long *);
209 udf_get_lb_pblock(struct super_block *sb, struct kernel_lb_addr *loc,
217 extern int udf_get_filename(struct super_block *, const uint8_t *, int,
219 extern int udf_put_filename(struct super_block *, const uint8_t *, int,
221 extern int udf_dstrCS0toChar(struct super_block *, uint8_t *, int,
234 extern void udf_free_blocks(struct super_block *, struct inode *,
236 extern int udf_prealloc_blocks(struct super_block *, struct inode *, uint16_t,
238 extern udf_pblk_t udf_new_block(struct super_block *sb, struct inode *inode,