Searched refs:udf_current_aext (Results 1 – 4 of 4) sorted by relevance
/fs/udf/ |
D | truncate.c | 224 while ((etype = udf_current_aext(inode, &epos, &eloc, in udf_truncate_extents()
|
D | udfdecl.h | 175 extern int8_t udf_current_aext(struct inode *, struct extent_position *,
|
D | inode.c | 1983 cp_type = udf_current_aext(inode, epos, &cp_loc, &cp_len, 0); in udf_setup_indirect_aext() 2149 while ((etype = udf_current_aext(inode, epos, eloc, elen, inc)) == in udf_next_aext() 2174 int8_t udf_current_aext(struct inode *inode, struct extent_position *epos, in udf_current_aext() function
|
D | namei.c | 450 udf_current_aext(dir, &epos, &eloc, &elen, 1); in udf_add_entry()
|