Searched refs:copy_file_chunk (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/misc/ |
D | create_inode.c | 412 static errcode_t copy_file_chunk(ext2_filsys fs, int fd, ext2_file_t e2_file, in copy_file_chunk() function 486 err = copy_file_chunk(fs, fd, e2_file, data_blk, hole_blk, buf, in try_lseek_copy() 537 err = copy_file_chunk(fs, fd, e2_file, ext->fe_logical, in try_fiemap_copy() 590 err = copy_file_chunk(fs, fd, e2_file, 0, statbuf->st_size, buf, in copy_file()
|