Lines Matching refs:fileproc

171 int do_uiowrite(struct proc *p, struct fileproc *fp, uio_t uio, int flags, user_ssize_t *retval);
173 __private_extern__ int dofileread(vfs_context_t ctx, struct fileproc *fp,
176 __private_extern__ int dofilewrite(vfs_context_t ctx, struct fileproc *fp,
179 static int preparefileread(struct proc *p, struct fileproc **fp_ret, int fd, int check_for_vnode);
210 valid_for_random_access(struct fileproc *fp) in valid_for_random_access()
248 struct fileproc *fp; in read_nocancel()
288 struct fileproc *fp = NULL; /* fp set by preparefileread() */ in pread_nocancel()
326 preparefileread(struct proc *p, struct fileproc **fp_ret, int fd, int check_for_pread) in preparefileread()
329 struct fileproc *fp; in preparefileread()
369 dofileread(vfs_context_t ctx, struct fileproc *fp, in dofileread()
521 struct fileproc *fp; in write_nocancel()
569 struct fileproc *fp; in pwrite_nocancel()
624 dofilewrite(vfs_context_t ctx, struct fileproc *fp, in dofilewrite()
683 preparefilewrite(struct proc *p, struct fileproc **fp_ret, int fd, int check_for_pwrite) in preparefilewrite()
686 struct fileproc *fp; in preparefilewrite()
816 struct fileproc *fp; in wr_uio()
833 do_uiowrite(struct proc *p, struct fileproc *fp, uio_t uio, int flags, user_ssize_t *retval) in do_uiowrite()
873 struct fileproc *fp; in rd_uio()
918 struct fileproc *fp = NULL; in ioctl()
1680 selunlinkfp(struct fileproc *fp, uint64_t wqp_id, struct waitq_set *wqset) in selunlinkfp()
1736 sellinkfp(struct fileproc *fp, void **wq_data, struct waitq_set *wqset) in sellinkfp()
1795 struct fileproc *fp; in selscan()
2166 struct fileproc *fp; in selcount()
2245 struct fileproc *fp; in seldrop_locked()