Lines Matching refs:fp
204 struct file *fp);
681 typedef int fo_chmod_t(struct file *fp, mode_t mode, struct ucred *active_cred,
683 typedef int fo_chown_t(struct file *fp, uid_t uid, gid_t gid,
685 typedef int fo_sendfile_t(struct file *fp, int sockfd, struct uio *hdr_uio,
688 typedef int fo_seek_t(struct file *fp, off_t offset, int whence,
691 typedef int fo_kqfilter_t(struct file *fp, struct knote *kn);
692 typedef int fo_fill_kinfo_t(struct file *fp, struct kinfo_file *kif,
694 typedef int fo_mmap_t(struct file *fp, vm_map_t map, vm_offset_t *addr,
697 typedef int fo_aio_queue_t(struct file *fp, struct kaiocb *job);
699 typedef int fo_add_seals_t(struct file *fp, int flags);
700 typedef int fo_get_seals_t(struct file *fp, int *flags);
701 typedef int fo_fallocate_t(struct file *fp, off_t offset, off_t len,
703 typedef int fo_fspacectl_t(struct file *fp, int cmd, off_t *offset,
706 typedef int fo_spare_t(struct file *fp);