curr_write_size   655 source3/smbd/vfs.c 		size_t curr_write_size = MIN(SPARSE_BUF_WRITE_SIZE, (num_to_write - total));
curr_write_size   657 source3/smbd/vfs.c 		pwrite_ret = SMB_VFS_PWRITE(fsp, sparse_buf, curr_write_size, offset + total);