Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h222 struct smbfs_fctx *n_dirseq; /* ff context */ member
H A Dsmbfs_vnops.c259 if (np->n_dirseq == NULL) { in smbfs_open()
263 &scred, &np->n_dirseq); in smbfs_open()
502 if ((fctx = np->n_dirseq) != NULL) { in smbfs_rele_fid()
503 np->n_dirseq = NULL; in smbfs_rele_fid()
3403 if (np->n_dirseq == NULL) in smbfs_readvdir()
3489 (void) smbfs_smb_findclose(np->n_dirseq, &scred); in smbfs_readvdir()
3491 np->n_dirseq = ctx; in smbfs_readvdir()
3494 ctx = np->n_dirseq; in smbfs_readvdir()
H A Dsmbfs_subr2.c174 ASSERT3P(np->n_dirseq, ==, NULL); in sn_inactive()