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,
85 struct super_block;
117 static inline void udf_updated_lvid(struct super_block *sb) in udf_updated_lvid()
127 extern u64 lvid_get_unique_id(struct super_block *sb);
128 struct inode *udf_find_metadata_inode_efe(struct super_block *sb,
145 extern struct inode *__udf_iget(struct super_block *, struct kernel_lb_addr *,
147 static inline struct inode *udf_iget_special(struct super_block *sb, in udf_iget_special()
152 static inline struct inode *udf_iget(struct super_block *sb, in udf_iget()
183 extern struct buffer_head *udf_tgetblk(struct super_block *sb,
185 extern struct buffer_head *udf_tread(struct super_block *sb, udf_pblk_t block);
190 extern struct buffer_head *udf_read_tagged(struct super_block *, uint32_t,
192 extern struct buffer_head *udf_read_ptagged(struct super_block *,
199 extern unsigned int udf_get_last_session(struct super_block *);
200 extern unsigned long udf_get_last_block(struct super_block *);
203 extern uint32_t udf_get_pblock(struct super_block *, uint32_t, uint16_t,
205 extern uint32_t udf_get_pblock_virt15(struct super_block *, uint32_t, uint16_t,
207 extern uint32_t udf_get_pblock_virt20(struct super_block *, uint32_t, uint16_t,
209 extern uint32_t udf_get_pblock_spar15(struct super_block *, uint32_t, uint16_t,
211 extern uint32_t udf_get_pblock_meta25(struct super_block *, uint32_t, uint16_t,
213 extern int udf_relocate_blocks(struct super_block *, long, long *);
216 udf_get_lb_pblock(struct super_block *sb, struct kernel_lb_addr *loc, in udf_get_lb_pblock()
224 extern int udf_get_filename(struct super_block *, const uint8_t *, int,
226 extern int udf_put_filename(struct super_block *, const uint8_t *, int,
228 extern int udf_dstrCS0toChar(struct super_block *, uint8_t *, int,
241 extern void udf_free_blocks(struct super_block *, struct inode *,
243 extern int udf_prealloc_blocks(struct super_block *, struct inode *, uint16_t,
245 extern udf_pblk_t udf_new_block(struct super_block *sb, struct inode *inode,