fp_mmap
if ((error = fp_mmap(addr, len, prot, flags, fp, pos, &addr)) != 0) {
int fp_mmap(void *, size_t, int, int, struct file *, off_t, void **);