Searched refs:n_dirseq (Results 1 – 4 of 4) sorted by relevance
122 if (offset != np->n_dirofs || np->n_dirseq == NULL) { in smbfs_readvdir()124 if (np->n_dirseq) { in smbfs_readvdir()125 smbfs_findclose(np->n_dirseq, scred); in smbfs_readvdir()126 np->n_dirseq = NULL; in smbfs_readvdir()136 np->n_dirseq = ctx; in smbfs_readvdir()138 ctx = np->n_dirseq; in smbfs_readvdir()142 smbfs_findclose(np->n_dirseq, scred); in smbfs_readvdir()143 np->n_dirseq = NULL; in smbfs_readvdir()
327 if (np->n_dirseq != NULL) {328 smbfs_findclose(np->n_dirseq, scred);329 np->n_dirseq = NULL;
66 struct smbfs_fctx * n_dirseq; /* ff context */ member
238 np->n_dirseq != NULL) {241 smbfs_findclose(np->n_dirseq, scred);243 np->n_dirseq = NULL;