Searched refs:udf_add_aext (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/udf/ |
| H A D | udfdecl.h | 169 extern int udf_add_aext(struct inode *, struct extent_position *,
|
| H A D | inode.c | 559 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 599 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 609 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file() 2129 int udf_add_aext(struct inode *inode, struct extent_position *epos, in udf_add_aext() function 2346 ret = udf_add_aext(inode, &epos, &neloc, nelen, 1); in udf_insert_aext()
|