Searched refs:fnd_start (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_internal.c522 int fnd_start; local
534 * fnd_start is set non-zero once the offset in the directory gets
541 fnd_start = 0;
543 fnd_start = 1;
560 &fnd_start, fri->size, fdi.answ, fdi.iosize, cookediov,
577 int *fnd_start,
635 if (*fnd_start != 0) {
663 *fnd_start = 1;
575 fuse_internal_readdir_processdata(struct uio *uio, off_t startoff, int *fnd_start, size_t reqsize, void *buf, size_t bufsize, struct fuse_iov *cookediov, int *ncookies, u_long **cookiesp) argument
H A Dfuse_internal.h256 int *fnd_start, size_t reqsize, void *buf, size_t bufsize,

Completed in 54 milliseconds