Home
last modified time | relevance | path

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

/freebsd/sys/fs/smbfs/
H A Dsmbfs_smb.c1073 ctx->f_nmlen = strlen(ctx->f_name); in smbfs_findnextLM1()
1346 ctx->f_nmlen = nmlen; in smbfs_findnextLM2()
1408 if ((ctx->f_nmlen == 2 && in smbfs_findnext()
1410 (ctx->f_nmlen == 4 && in smbfs_findnext()
1414 if ((ctx->f_nmlen == 1 && ctx->f_name[0] == '.') || in smbfs_findnext()
1415 (ctx->f_nmlen == 2 && ctx->f_name[0] == '.' && in smbfs_findnext()
1420 smbfs_fname_tolocal(SSTOVC(ctx->f_ssp), ctx->f_name, &ctx->f_nmlen, in smbfs_findnext()
1422 ctx->f_attr.fa_ino = smbfs_getino(ctx->f_dnp, ctx->f_name, ctx->f_nmlen); in smbfs_findnext()
H A Dsmbfs_subr.h94 int f_nmlen; /* name len */ member
H A Dsmbfs_io.c156 de.d_namlen = ctx->f_nmlen; in smbfs_readvdir()
161 ctx->f_nmlen, &ctx->f_attr, &newvp); in smbfs_readvdir()