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,
81 struct super_block;
119 static inline void udf_updated_lvid(struct super_block *sb) in udf_updated_lvid()
129 extern u64 lvid_get_unique_id(struct super_block *sb);
130 struct inode *udf_find_metadata_inode_efe(struct super_block *sb,
141 extern struct inode *__udf_iget(struct super_block *, struct kernel_lb_addr *,
143 static inline struct inode *udf_iget_special(struct super_block *sb, in udf_iget_special()
148 static inline struct inode *udf_iget(struct super_block *sb, in udf_iget()
174 extern struct buffer_head *udf_tgetblk(struct super_block *, int);
175 extern struct buffer_head *udf_tread(struct super_block *, int);
180 extern struct buffer_head *udf_read_tagged(struct super_block *, uint32_t,
182 extern struct buffer_head *udf_read_ptagged(struct super_block *,
189 extern unsigned int udf_get_last_session(struct super_block *);
190 extern unsigned long udf_get_last_block(struct super_block *);
193 extern uint32_t udf_get_pblock(struct super_block *, uint32_t, uint16_t,
195 extern uint32_t udf_get_pblock_virt15(struct super_block *, uint32_t, uint16_t,
197 extern uint32_t udf_get_pblock_virt20(struct super_block *, uint32_t, uint16_t,
199 extern uint32_t udf_get_pblock_spar15(struct super_block *, uint32_t, uint16_t,
201 extern uint32_t udf_get_pblock_meta25(struct super_block *, uint32_t, uint16_t,
203 extern int udf_relocate_blocks(struct super_block *, long, long *);
206 udf_get_lb_pblock(struct super_block *sb, struct kernel_lb_addr *loc, in udf_get_lb_pblock()
214 extern int udf_get_filename(struct super_block *, uint8_t *, int, uint8_t *,
216 extern int udf_put_filename(struct super_block *, const uint8_t *, uint8_t *,
231 extern void udf_free_blocks(struct super_block *, struct inode *,
233 extern int udf_prealloc_blocks(struct super_block *, struct inode *, uint16_t,
235 extern int udf_new_block(struct super_block *, struct inode *, uint16_t,