Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h221 struct smbfs_fctx *n_dirseq; /* ff context */ member
H A Dsmbfs_vnops.c300 if (np->n_dirseq == NULL) { in smbfs_open()
304 &scred, &np->n_dirseq); in smbfs_open()
530 if ((fctx = np->n_dirseq) != NULL) { in smbfs_rele_fid()
531 np->n_dirseq = NULL; in smbfs_rele_fid()
2610 if (np->n_dirseq == NULL) in smbfs_readvdir()
2696 (void) smbfs_smb_findclose(np->n_dirseq, &scred); in smbfs_readvdir()
2698 np->n_dirseq = ctx; in smbfs_readvdir()
2701 ctx = np->n_dirseq; in smbfs_readvdir()