Lines Matching refs:extent_position
56 static int8_t udf_insert_aext(struct inode *, struct extent_position,
66 struct extent_position *);
91 loff_t *lbcount, struct extent_position *pos) in udf_read_extent_cache()
102 sizeof(struct extent_position)); in udf_read_extent_cache()
113 struct extent_position *pos, int next_epos) in udf_update_extent_cache()
123 sizeof(struct extent_position)); in udf_update_extent_cache()
335 struct extent_position epos; in udf_expand_dir_adinicb()
484 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()
1155 struct extent_position *epos) in udf_update_extents()
1874 int udf_add_aext(struct inode *inode, struct extent_position *epos, in udf_add_aext()
2003 void udf_write_aext(struct inode *inode, struct extent_position *epos, in udf_write_aext()
2061 int8_t udf_next_aext(struct inode *inode, struct extent_position *epos, in udf_next_aext()
2092 int8_t udf_current_aext(struct inode *inode, struct extent_position *epos, in udf_current_aext()
2146 static int8_t udf_insert_aext(struct inode *inode, struct extent_position epos, in udf_insert_aext()
2167 int8_t udf_delete_aext(struct inode *inode, struct extent_position epos, in udf_delete_aext()
2170 struct extent_position oepos; in udf_delete_aext()
2251 struct extent_position *pos, struct kernel_lb_addr *eloc, in inode_bmap()
2288 struct extent_position epos = {}; in udf_block_map()