Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/smbfs/
HDsmbfs_smb.c889 ctx->f_nmlen = strlen(ctx->f_name); in smbfs_findnextLM1()
1151 ctx->f_nmlen = nmlen; in smbfs_findnextLM2()
1212 if ((ctx->f_nmlen == 1 && ctx->f_name[0] == '.') || in smbfs_findnext()
1213 (ctx->f_nmlen == 2 && ctx->f_name[0] == '.' && in smbfs_findnext()
1218 smbfs_fname_tolocal(SSTOVC(ctx->f_ssp), ctx->f_name, ctx->f_nmlen, 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.h100 int f_nmlen; /* name len */ member
HDsmbfs_io.c159 ctx->f_nmlen, ctx->f_name); in smbfs_readvdir()
164 ctx->f_nmlen, &ctx->f_attr, &newvp); in smbfs_readvdir()