Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_xattr.c357 ctx->f_wildcard = wildcard; in smbfs_xa_findopen()
382 ASSERT(ctx->f_wildcard); in smbfs_xa_findnext()
383 SMBVDEBUG("wildcard: %s\n", ctx->f_wildcard); in smbfs_xa_findnext()
471 if (u8_strcmp(ctx->f_wildcard, ctx->f_name, in smbfs_xa_findnext()
H A Dsmbfs_smb.c1766 ctx->f_wildcard, ctx->f_wclen, '\\'); in smbfs_smb_search()
1826 ctx->f_wildcard = "*.*"; in smbfs_smb_findopenLM1()
1829 ctx->f_wildcard = wildcard; in smbfs_smb_findopenLM1()
1833 ctx->f_wildcard = NULL; in smbfs_smb_findopenLM1()
1929 ctx->f_wildcard, ctx->f_wclen, '\\'); in smbfs_smb_trans2find2()
2057 ctx->f_wildcard = wildcard; in smbfs_smb_findopenLM2()
H A Dsmbfs_subr.h126 const char *f_wildcard; member