Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/smbfs/
H A Dsmbfs_io.c118 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()
H A Dsmbfs_node.h69 struct smbfs_fctx * n_dirseq; /* ff context */ member
H A Dsmbfs_vnops.c238 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()