Searched refs:n_dirofs (Results 1 – 2 of 2) sorted by relevance
119 if (offset != np->n_dirofs || np->n_dirseq == NULL) { in smbfs_readvdir()120 SMBVDEBUG("Reopening search %ld:%ld\n", offset, np->n_dirofs); in smbfs_readvdir()125 np->n_dirofs = 2; in smbfs_readvdir()136 while (np->n_dirofs < offset) { in smbfs_readvdir()137 error = smbfs_findnext(ctx, offset - np->n_dirofs++, scred); in smbfs_readvdir()150 np->n_dirofs++; in smbfs_readvdir()
65 long n_dirofs; /* last ff offset */ member