Searched refs:n_dirseq (Results 1 – 4 of 4) sorted by relevance
121 if (offset != np->n_dirofs || np->n_dirseq == NULL) { in smbfs_readvdir()123 if (np->n_dirseq) { in smbfs_readvdir()124 smbfs_findclose(np->n_dirseq, scred); in smbfs_readvdir()125 np->n_dirseq = NULL; in smbfs_readvdir()135 np->n_dirseq = ctx; in smbfs_readvdir()137 ctx = np->n_dirseq; in smbfs_readvdir()141 smbfs_findclose(np->n_dirseq, scred); in smbfs_readvdir()142 np->n_dirseq = NULL; in smbfs_readvdir()
321 if (np->n_dirseq != NULL) {322 smbfs_findclose(np->n_dirseq, scred);323 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;