Home
last modified time | relevance | path

Searched refs:n_dirseq (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/fs/smbfs/
H A Dsmbfs_io.c122 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()
H A Dsmbfs_node.c327 if (np->n_dirseq != NULL) {
328 smbfs_findclose(np->n_dirseq, scred);
329 np->n_dirseq = NULL;
H A Dsmbfs_node.h66 struct smbfs_fctx * n_dirseq; /* ff context */ member
H A Dsmbfs_vnops.c238 np->n_dirseq != NULL) {
241 smbfs_findclose(np->n_dirseq, scred);
243 np->n_dirseq = NULL;