Lines Matching refs:extent_position
53 static int8_t udf_insert_aext(struct inode *, struct extent_position,
61 int, struct extent_position *);
86 loff_t *lbcount, struct extent_position *pos) in udf_read_extent_cache()
97 sizeof(struct extent_position)); in udf_read_extent_cache()
108 struct extent_position *pos) in udf_update_extent_cache()
326 struct extent_position epos; in udf_expand_dir_adinicb()
475 struct extent_position *last_pos, in udf_do_extend_file()
602 struct extent_position epos; in udf_extend_file()
660 struct extent_position prev_epos, cur_epos, next_epos; in inode_getblk()
1142 struct extent_position *epos) in udf_update_extents()
1844 struct extent_position *epos) in udf_setup_indirect_aext()
1849 struct extent_position nepos; in udf_setup_indirect_aext()
1921 int __udf_add_aext(struct inode *inode, struct extent_position *epos, in __udf_add_aext()
1970 int udf_add_aext(struct inode *inode, struct extent_position *epos, in udf_add_aext()
2001 void udf_write_aext(struct inode *inode, struct extent_position *epos, in udf_write_aext()
2059 int8_t udf_next_aext(struct inode *inode, struct extent_position *epos, in udf_next_aext()
2090 int8_t udf_current_aext(struct inode *inode, struct extent_position *epos, in udf_current_aext()
2144 static int8_t udf_insert_aext(struct inode *inode, struct extent_position epos, in udf_insert_aext()
2165 int8_t udf_delete_aext(struct inode *inode, struct extent_position epos) in udf_delete_aext()
2167 struct extent_position oepos; in udf_delete_aext()
2250 struct extent_position *pos, struct kernel_lb_addr *eloc, in inode_bmap()
2286 struct extent_position epos = {}; in udf_block_map()