Lines Matching refs:extent_position
60 static int8_t udf_insert_aext(struct inode *, struct extent_position,
68 int, struct extent_position *);
93 loff_t *lbcount, struct extent_position *pos) in udf_read_extent_cache()
104 sizeof(struct extent_position)); in udf_read_extent_cache()
115 struct extent_position *pos) in udf_update_extent_cache()
333 struct extent_position epos; in udf_expand_dir_adinicb()
484 struct extent_position *last_pos, in udf_do_extend_file()
608 struct extent_position *last_pos, in udf_do_extend_final_block()
627 struct extent_position epos; in udf_extend_file()
692 struct extent_position prev_epos, cur_epos, next_epos; in inode_getblk()
1176 struct extent_position *epos) in udf_update_extents()
1924 struct extent_position *epos) in udf_setup_indirect_aext()
1929 struct extent_position nepos; in udf_setup_indirect_aext()
2001 int __udf_add_aext(struct inode *inode, struct extent_position *epos, in __udf_add_aext()
2050 int udf_add_aext(struct inode *inode, struct extent_position *epos, in udf_add_aext()
2081 void udf_write_aext(struct inode *inode, struct extent_position *epos, in udf_write_aext()
2139 int8_t udf_next_aext(struct inode *inode, struct extent_position *epos, in udf_next_aext()
2170 int8_t udf_current_aext(struct inode *inode, struct extent_position *epos, in udf_current_aext()
2224 static int8_t udf_insert_aext(struct inode *inode, struct extent_position epos, in udf_insert_aext()
2245 int8_t udf_delete_aext(struct inode *inode, struct extent_position epos) in udf_delete_aext()
2247 struct extent_position oepos; in udf_delete_aext()
2330 struct extent_position *pos, struct kernel_lb_addr *eloc, in inode_bmap()
2366 struct extent_position epos = {}; in udf_block_map()