Lines Matching defs:fp
104 struct file *fp = fpp ? *fpp : NULL; in vn_open() local
487 vn_close(struct vnode *vp, int flags, struct file *fp) in vn_close()
507 sequential_heuristic(struct uio *uio, struct file *fp) in sequential_heuristic()
548 vn_get_fpf_offset(struct file *fp) in vn_get_fpf_offset()
583 vn_set_fpf_offset(struct file *fp, off_t offset) in vn_set_fpf_offset()
611 vn_poll_fpf_offset(struct file *fp) in vn_poll_fpf_offset()
723 vn_read(struct file *fp, struct uio *uio, struct ucred *cred, int flags) in vn_read()
760 vn_write(struct file *fp, struct uio *uio, struct ucred *cred, int flags) in vn_write()
813 vn_statfile(struct file *fp, struct stat *sb, struct ucred *cred) in vn_statfile()
977 vn_ioctl(struct file *fp, u_long com, caddr_t data, struct ucred *ucred, in vn_ioctl()
1178 vn_closefile(struct file *fp) in vn_closefile()
1191 vn_kqfilter(struct file *fp, struct knote *kn) in vn_kqfilter()
1200 vn_seek(struct file *fp, off_t offset, int whence, off_t *res) in vn_seek()