Lines Matching refs:fileproc

176 int do_uiowrite(struct proc *p, struct fileproc *fp, uio_t uio, int flags, user_ssize_t *retval);
178 __private_extern__ int dofileread(vfs_context_t ctx, struct fileproc *fp,
181 __private_extern__ int dofilewrite(vfs_context_t ctx, struct fileproc *fp,
184 static int preparefileread(struct proc *p, struct fileproc **fp_ret, int fd, int check_for_vnode);
202 valid_for_random_access(struct fileproc *fp) in valid_for_random_access()
240 struct fileproc *fp; in read_nocancel()
280 struct fileproc *fp = NULL; /* fp set by preparefileread() */ in pread_nocancel()
318 preparefileread(struct proc *p, struct fileproc **fp_ret, int fd, int check_for_pread) in preparefileread()
321 struct fileproc *fp; in preparefileread()
361 dofileread(vfs_context_t ctx, struct fileproc *fp, in dofileread()
513 struct fileproc *fp; in write_nocancel()
561 struct fileproc *fp; in pwrite_nocancel()
616 dofilewrite(vfs_context_t ctx, struct fileproc *fp, in dofilewrite()
675 preparefilewrite(struct proc *p, struct fileproc **fp_ret, int fd, int check_for_pwrite) in preparefilewrite()
678 struct fileproc *fp; in preparefilewrite()
809 struct fileproc *fp; in wr_uio()
826 do_uiowrite(struct proc *p, struct fileproc *fp, uio_t uio, int flags, user_ssize_t *retval) in do_uiowrite()
866 struct fileproc *fp; in rd_uio()
911 struct fileproc *fp = NULL; in ioctl()
1580 selunlinkfp(struct fileproc *fp, struct select_set *selset) in selunlinkfp()
1610 sellinkfp(struct fileproc *fp, struct select_set *selset, waitq_link_t *linkp) in sellinkfp()
1651 struct fileproc *fp; in selscan()
2010 struct fileproc *fp; in selcount()
2089 struct fileproc *fp; in seldrop_locked()