Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_xattr.c419 ctx->f_nmlen = nmlen; in smbfs_xa_findnext()
448 if (ctx->f_nmlen >= 6) { in smbfs_xa_findnext()
449 char *p = ctx->f_name + ctx->f_nmlen - 6; in smbfs_xa_findnext()
452 ctx->f_nmlen -= 6; in smbfs_xa_findnext()
461 if (ctx->f_nmlen == 0) in smbfs_xa_findnext()
469 if (ctx->f_wclen != ctx->f_nmlen) in smbfs_xa_findnext()
472 ctx->f_nmlen, U8_STRCMP_CI_LOWER, in smbfs_xa_findnext()
H A Dsmbfs_subr.c147 if (ctx->f_nmlen == 0) in smbfs_fname_tolocal()
166 inlen = ctx->f_nmlen / 2; /* number of UCS-2 characters */ in smbfs_fname_tolocal()
175 ctx->f_nmlen = (int)outlen; in smbfs_fname_tolocal()
H A Dsmbfs_smb.c1879 ctx->f_nmlen = strlen(ctx->f_name); in smbfs_smb_findnextLM1()
2216 ctx->f_nmlen = nmlen; in smbfs_smb_findnextLM2()
2324 if ((ctx->f_nmlen == 1 && ctx->f_name[0] == '.') || in smbfs_smb_findnext()
2325 (ctx->f_nmlen == 2 && ctx->f_name[0] == '.' && in smbfs_smb_findnext()
2336 ctx->f_inum = smbfs_getino(ctx->f_dnp, ctx->f_name, ctx->f_nmlen); in smbfs_smb_findnext()
2431 ctx->f_name, ctx->f_nmlen); in smbfs_smb_lookup()
2433 *nmlenp = ctx->f_nmlen; in smbfs_smb_lookup()
H A Dsmbfs_subr.h118 int f_nmlen; /* name len */ member
H A Dsmbfs_vnops.c2729 nmlen = ctx->f_nmlen; in smbfs_readvdir()