Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/udf/
H A Dinode.c409 udf_add_aext(inode, &epos, &eloc, inode->i_size, 0); in udf_expand_dir_adinicb()
537 udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
569 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
578 err = udf_add_aext(inode, last_pos, &last_ext->extLocation, in udf_do_extend_file()
588 err = udf_add_aext(inode, last_pos, &prealloc_loc, in udf_do_extend_file()
2052 int udf_add_aext(struct inode *inode, struct extent_position *epos, in udf_add_aext() function
2241 udf_add_aext(inode, &epos, &neloc, nelen, 1); in udf_insert_aext()
H A Dudfdecl.h164 extern int udf_add_aext(struct inode *, struct extent_position *,
H A Dnamei.c931 udf_add_aext(inode, &epos, &eloc, bsize, 0); in udf_symlink()