SMB_VFS_FTRUNCATE 164 source3/smbd/fileio.c ret = SMB_VFS_FTRUNCATE(fsp, wcp->file_size); SMB_VFS_FTRUNCATE 2064 source3/smbd/open.c if ((SMB_VFS_FTRUNCATE(fsp, 0) == -1) || SMB_VFS_FTRUNCATE 545 source3/smbd/vfs.c if ((ret = SMB_VFS_FTRUNCATE(fsp, (SMB_OFF_T)len)) != -1) { SMB_VFS_FTRUNCATE 594 source3/smbd/vfs.c if ((ret = SMB_VFS_FTRUNCATE(fsp, len)) != -1) { SMB_VFS_FTRUNCATE 866 source3/torture/cmd_vfs.c if (SMB_VFS_FTRUNCATE(vfs->files[fd], off) == -1) {