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()
335 struct extent_position epos; in udf_expand_dir_adinicb()
484 struct extent_position *last_pos, in udf_do_extend_file()
611 struct extent_position *last_pos, in udf_do_extend_final_block()
630 struct extent_position epos; in udf_extend_file()
695 struct extent_position prev_epos, cur_epos, next_epos; in inode_getblk()
1179 struct extent_position *epos) in udf_update_extents()
1921 struct extent_position *epos) in udf_setup_indirect_aext()
1926 struct extent_position nepos; in udf_setup_indirect_aext()
1998 int __udf_add_aext(struct inode *inode, struct extent_position *epos, in __udf_add_aext()
2047 int udf_add_aext(struct inode *inode, struct extent_position *epos, in udf_add_aext()
2078 void udf_write_aext(struct inode *inode, struct extent_position *epos, in udf_write_aext()
2136 int8_t udf_next_aext(struct inode *inode, struct extent_position *epos, in udf_next_aext()
2167 int8_t udf_current_aext(struct inode *inode, struct extent_position *epos, in udf_current_aext()
2221 static int8_t udf_insert_aext(struct inode *inode, struct extent_position epos, in udf_insert_aext()
2242 int8_t udf_delete_aext(struct inode *inode, struct extent_position epos) in udf_delete_aext()
2244 struct extent_position oepos; in udf_delete_aext()
2327 struct extent_position *pos, struct kernel_lb_addr *eloc, in inode_bmap()
2363 struct extent_position epos = {}; in udf_block_map()