Home | History | Annotate | Download | only in debugfs

Lines Matching defs:copy_file

1578 static errcode_t copy_file(int fd, ext2_ino_t newfile, int bufsize, int make_holes)
1596 com_err("copy_file", retval, "can't allocate buffer\n");
1603 com_err("copy_file", retval, "can't allocate buffer\n");
1747 retval = copy_file(fd, newfile, bufsize, make_holes);
1749 com_err("copy_file", retval, 0);