Home
last modified time | relevance | path

Searched refs:udf_current_aext (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/udf/
H A Dudfdecl.h176 extern int udf_current_aext(struct inode *inode, struct extent_position *epos,
H A Dtruncate.c240 while ((ret = udf_current_aext(inode, &epos, &eloc, in udf_truncate_extents()
H A Dinode.c2033 err = udf_current_aext(inode, epos, &cp_loc, &cp_len, &cp_type, 0); in udf_setup_indirect_aext()
2210 ret = udf_current_aext(inode, epos, eloc, elen, in udf_next_aext()
2239 int udf_current_aext(struct inode *inode, struct extent_position *epos, in udf_current_aext() function