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()
1927 struct extent_position *epos) in udf_setup_indirect_aext()
1932 struct extent_position nepos; in udf_setup_indirect_aext()
2004 int __udf_add_aext(struct inode *inode, struct extent_position *epos, in __udf_add_aext()
2053 int udf_add_aext(struct inode *inode, struct extent_position *epos, in udf_add_aext()
2084 void udf_write_aext(struct inode *inode, struct extent_position *epos, in udf_write_aext()
2142 int8_t udf_next_aext(struct inode *inode, struct extent_position *epos, in udf_next_aext()
2173 int8_t udf_current_aext(struct inode *inode, struct extent_position *epos, in udf_current_aext()
2227 static int8_t udf_insert_aext(struct inode *inode, struct extent_position epos, in udf_insert_aext()
2248 int8_t udf_delete_aext(struct inode *inode, struct extent_position epos) in udf_delete_aext()
2250 struct extent_position oepos; in udf_delete_aext()
2333 struct extent_position *pos, struct kernel_lb_addr *eloc, in inode_bmap()
2369 struct extent_position epos = {}; in udf_block_map()