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()
313 if (np->n_dirseq != NULL) { in smbfs_inactive()314 smbfs_findclose(np->n_dirseq, scred); in smbfs_inactive()315 np->n_dirseq = NULL; in smbfs_inactive()
64 struct smbfs_fctx * n_dirseq; /* ff context */ member
217 np->n_dirseq != NULL) { in smbfs_close()220 smbfs_findclose(np->n_dirseq, scred); in smbfs_close()222 np->n_dirseq = NULL; in smbfs_close()