vfs_fallocate
ret = vfs_fallocate(req->ns->file, mode, offset, len);
ret = vfs_fallocate(req->ns->file, mode, offset, len);
ret = vfs_fallocate(file, FALLOC_FL_ZERO_RANGE,
ret = vfs_fallocate(file, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE,
return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start,
return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len);
error = vfs_fallocate(file, flags, offset, len);
EXPORT_SYMBOL_GPL(vfs_fallocate);
return vfs_fallocate(fd_file(f), mode, offset, len);
ret = vfs_fallocate(realfile, mode, offset, len);
err = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0,
rc = vfs_fallocate(fp->filp, FALLOC_FL_KEEP_SIZE, 0,
return vfs_fallocate(fp->filp,
return vfs_fallocate(fp->filp,
extern int vfs_fallocate(struct file *file, int mode, loff_t offset,
ret = vfs_fallocate(req->file, sync->mode, sync->off, sync->len);
BTF_ID(func, vfs_fallocate)
error = vfs_fallocate(f,