vfs_truncate
if (vfs_truncate(&zone->file->f_path, 0)) {
if (vfs_truncate(&zone->file->f_path, zlo->zone_size << SECTOR_SHIFT)) {
ret = vfs_truncate(&zone->file->f_path,
ret = vfs_truncate(&file->f_path, dio_size);
ret = vfs_truncate(&file->f_path, ni_size);
EXPORT_SYMBOL_GPL(vfs_truncate);
error = vfs_truncate(&path, length);
int rc = vfs_truncate(path, 0);
err = vfs_truncate(&filp->f_path, size);
int vfs_truncate(const struct path *, loff_t);
vfs_truncate(&wfile->f_path, body_len);
BTF_ID(func, vfs_truncate)
vfs_truncate(&payload->path, 0);