Searched refs:eofflag (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h332 int * eofflag);
H A Dhfs_vnops.c4510 int eofflag = 0; local
4552 eofflag = 1;
4615 eofflag = 1;
4687 * items, mark the eofflag, and bail out. Because we won't have done any work, the
4694 eofflag = 1;
4703 error = cat_getdirentries(hfsmp, cp->c_entries, dirhint, uio, ap->a_flags, &items, &eofflag);
4719 eofflag = 1;
4746 eofflag = 1;
4749 *ap->a_eofflag = eofflag;
H A Dhfs_catalog.c3196 uio_t uio, int flags, int * items, int * eofflag)
3377 *eofflag = 1;
3195 cat_getdirentries(struct hfsmount *hfsmp, u_int32_t entrycnt, directoryhint_t *dirhint, uio_t uio, int flags, int * items, int * eofflag) argument
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c7888 int eofflag, siz = UIO_BUFF_SIZE, nentries = 0; local
7920 eofflag = 0;
7936 if((error = VNOP_READDIR(vp, auio, 0, &eofflag, &nentries, ctx)))
7950 eofflag = 1;
7975 * workaround for HFS/NFS setting eofflag before end of file
7978 eofflag=0;
7981 if (eofflag && !full_erase_flag) {
7983 eofflag = 0;
7986 else if (!eofflag && full_erase_flag)
7990 } while (!eofflag);
[all...]
H A Dvfs_syscalls.c6834 vnode_readdir64(struct vnode *vp, struct uio *uio, int flags, int *eofflag, argument
6840 return VNOP_READDIR(vp, uio, flags, eofflag, numdirent, ctxp);
6873 error = VNOP_READDIR(vp, auio, 0, eofflag, numdirent, ctxp);
6920 int error, eofflag, numdirent; local
6963 error = vnode_readdir64(vp, auio, flags, &eofflag, &numdirent, &context);
6966 error = VNOP_READDIR(vp, auio, 0, &eofflag, &numdirent, &context);
7187 int error, eofflag; local
7263 (u_long)(uint32_t)uap->options, &newstate, &eofflag,
7279 *retval = eofflag; /* similar to getdirentries */
H A Dkpi_vfs.c5328 VNOP_READDIR(struct vnode *vp, struct uio *uio, int flags, int *eofflag, argument
5342 a.a_eofflag = eofflag;
5387 uint32_t options, uint32_t *newstate, int *eofflag, uint32_t *actualcount, vfs_context_t ctx)
5403 a.a_eofflag = eofflag;
5386 VNOP_READDIRATTR(struct vnode *vp, struct attrlist *alist, struct uio *uio, uint32_t maxcount, uint32_t options, uint32_t *newstate, int *eofflag, uint32_t *actualcount, vfs_context_t ctx) argument
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c3901 int siz, count, fullsiz, eofflag, nentries; local
3972 eofflag = 0;
3973 error = VNOP_READDIR(vp, auio, vnopflag, &eofflag, &nentries, ctx);
4057 eofflag = 0;
4082 nfsm_chain_add_32(error, &nmrep, eofflag ? TRUE : FALSE);
4123 int siz, dircount, maxcount, fullsiz, eofflag, dirlen, nentries, isdotdot; local
4194 eofflag = 0;
4195 error = VNOP_READDIR(vp, auio, vnopflag, &eofflag, &nentries, ctx);
4302 eofflag = 0;
4327 nfsm_chain_add_32(error, &nmrep, eofflag
[all...]

Completed in 134 milliseconds