Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/fs/smbfs/
HDsmbfs_smb.c1076 ctx->f_nmlen = strlen(ctx->f_name); in smbfs_findnextLM1()
1349 ctx->f_nmlen = nmlen; in smbfs_findnextLM2()
1411 if ((ctx->f_nmlen == 2 && in smbfs_findnext()
1413 (ctx->f_nmlen == 4 && in smbfs_findnext()
1417 if ((ctx->f_nmlen == 1 && ctx->f_name[0] == '.') || in smbfs_findnext()
1418 (ctx->f_nmlen == 2 && ctx->f_name[0] == '.' && in smbfs_findnext()
1423 smbfs_fname_tolocal(SSTOVC(ctx->f_ssp), ctx->f_name, &ctx->f_nmlen, in smbfs_findnext()
1425 ctx->f_attr.fa_ino = smbfs_getino(ctx->f_dnp, ctx->f_name, ctx->f_nmlen); in smbfs_findnext()
HDsmbfs_subr.h94 int f_nmlen; /* name len */ member
HDsmbfs_io.c155 de.d_namlen = ctx->f_nmlen; in smbfs_readvdir()
160 ctx->f_nmlen, &ctx->f_attr, &newvp); in smbfs_readvdir()