Home
last modified time | relevance | path

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

/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c121 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()
H A Dsmbfs_node.c313 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()
H A Dsmbfs_node.h64 struct smbfs_fctx * n_dirseq; /* ff context */ member
H A Dsmbfs_vnops.c217 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()