Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/smbfs/
HDsmbfs_smb.c789 error = smbfs_fullpath(mbp, vcp, ctx->f_dnp, ctx->f_wildcard, ctx->f_wclen); in smbfs_smb_search()
939 error = smbfs_fullpath(mbp, vcp, ctx->f_dnp, ctx->f_wildcard, ctx->f_wclen); in smbfs_smb_trans2find2()
1179 ctx->f_dnp = dnp; in smbfs_findopen()
1219 ctx->f_dnp->n_mount->sm_caseopt); in smbfs_findnext()
1220 ctx->f_attr.fa_ino = smbfs_getino(ctx->f_dnp, ctx->f_name, ctx->f_nmlen); in smbfs_findnext()
HDsmbfs_subr.h108 struct smbnode* f_dnp; member