Home | History | Annotate | Download | only in debugfs

Lines Matching refs:bufsize

1578 static errcode_t copy_file(int fd, ext2_ino_t newfile, int bufsize, int make_holes)
1594 retval = ext2fs_get_mem(bufsize, &buf);
1601 retval = ext2fs_get_memzero(bufsize, &zero_buf);
1609 got = read(fd, buf, bufsize);
1662 int bufsize = IO_BUFSIZE;
1745 bufsize = statbuf.st_blksize;
1747 retval = copy_file(fd, newfile, bufsize, make_holes);