Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/smbfs/
H A Dsmbfs_io.c119 if (offset != np->n_dirofs || np->n_dirseq == NULL) { in smbfs_readvdir()
121 if (np->n_dirseq) { in smbfs_readvdir()
122 smbfs_findclose(np->n_dirseq, scred); in smbfs_readvdir()
123 np->n_dirseq = NULL; in smbfs_readvdir()
133 np->n_dirseq = ctx; in smbfs_readvdir()
135 ctx = np->n_dirseq; in smbfs_readvdir()
139 smbfs_findclose(np->n_dirseq, scred); in smbfs_readvdir()
140 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()