fo_fallocate
error = fo_fallocate(fp, offset, len, td);
.fo_fallocate = shm_fallocate,
.fo_fallocate = vn_fallocate,
fo_fallocate_t *fo_fallocate;
if (fp->f_ops->fo_fallocate == NULL)
return ((*fp->f_ops->fo_fallocate)(fp, offset, len, td));