Searched refs:n_dirseq (Results 1 – 3 of 3) sorted by relevance
118 if (offset != np->n_dirofs || np->n_dirseq == NULL) { in smbfs_readvdir()120 if (np->n_dirseq) { in smbfs_readvdir()121 smbfs_findclose(np->n_dirseq, &scred); in smbfs_readvdir()122 np->n_dirseq = NULL; in smbfs_readvdir()132 np->n_dirseq = ctx; in smbfs_readvdir()134 ctx = np->n_dirseq; in smbfs_readvdir()140 smbfs_findclose(np->n_dirseq, &scred); in smbfs_readvdir()141 np->n_dirseq = NULL; in smbfs_readvdir()
69 struct smbfs_fctx * n_dirseq; /* ff context */ member
238 if (np->n_dirseq) { in smbfs_closel()239 smbfs_findclose(np->n_dirseq, &scred); in smbfs_closel()240 np->n_dirseq = NULL; in smbfs_closel()