Searched refs:eofp (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c675 int *eofp = ap->a_eofflag; local
704 if (eofp != NULL)
705 *eofp = 1;
1057 int *eofp = ap->a_eofflag; local
1084 if (eofp != NULL)
1085 *eofp = 1;
H A Dzfs_vnops.c2305 * eofp - set to true if end-of-file detected.
2319 zfs_readdir(vnode_t *vp, uio_t *uio, cred_t *cr, int *eofp, int *ncookies, u_long **cookies) argument
2357 if (eofp == NULL)
2358 eofp = &local_eof;
2371 if ((*eofp = zp->z_unlinked) != 0) {
2467 if ((*eofp = (error == ENOENT)) != 0)
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c2775 int *eofp, void *stuff)
2809 if (eofp)
2810 *eofp = 0;
3166 if (eofp) {
3168 *eofp = 1;
3170 *eofp = 0;
3172 *eofp = eof;
3207 int *eofp, void *stuff)
3236 if (eofp != NULL)
3237 *eofp
2773 nfsrpc_readdir(vnode_t vp, struct uio *uiop, nfsuint64 *cookiep, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, int *eofp, void *stuff) argument
3205 nfsrpc_readdirplus(vnode_t vp, struct uio *uiop, nfsuint64 *cookiep, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, int *attrflagp, int *eofp, void *stuff) argument
5592 nfscl_doflayoutio(vnode_t vp, struct uio *uiop, int *iomode, int *must_commit, int *eofp, nfsv4stateid_t *stateidp, int rwflag, struct nfscldevinfo *dp, struct nfscllayout *lyp, struct nfsclflayout *flp, uint64_t off, uint64_t len, int docommit, struct ucred *cred, NFSPROC_T *p) argument
5692 nfsrpc_readds(vnode_t vp, struct uio *uiop, nfsv4stateid_t *stateidp, int *eofp, struct nfsclds *dsp, uint64_t io_off, int len, struct nfsfh *fhp, struct ucred *cred, NFSPROC_T *p) argument
[all...]

Completed in 167 milliseconds