Home
last modified time | relevance | path

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

/fs/udf/
Dinode.c414 udf_add_aext(inode, &epos, &eloc, inode->i_size, 0); in udf_expand_dir_adinicb()
542 udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
562 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
571 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
581 err = udf_add_aext(inode, last_pos, &prealloc_loc, in udf_do_extend_file()
1904 int udf_add_aext(struct inode *inode, struct extent_position *epos, in udf_add_aext() function
2191 udf_add_aext(inode, &epos, &neloc, nelen, 1); in udf_insert_aext()
Dudfdecl.h162 extern int udf_add_aext(struct inode *, struct extent_position *,
Dnamei.c941 udf_add_aext(inode, &epos, &eloc, bsize, 0); in udf_symlink()