Symbol: smbfs_fctx
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_node.h
222
struct smbfs_fctx *n_dirseq; /* ff context */
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb.c
578
struct smbfs_fctx **ctxpp)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb.c
582
struct smbfs_fctx *ctx;
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb.c
615
smbfs_smb_findnext(struct smbfs_fctx *ctx, int limit, struct smb_cred *scrp)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb.c
674
smbfs_smb_findclose(struct smbfs_fctx *ctx, struct smb_cred *scrp)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb.c
707
struct smbfs_fctx *ctx;
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb1.c
527
smbfs_smb1_trans2find2(struct smbfs_fctx *ctx)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb1.c
665
smbfs_smb1_findclose2(struct smbfs_fctx *ctx)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb1.c
690
smbfs_smb_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb1.c
705
smbfs_smb_findcloseLM2(struct smbfs_fctx *ctx)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb1.c
729
smbfs_smb_findnextLM2(struct smbfs_fctx *ctx, uint16_t limit)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb2.c
531
smbfs_smb2_qdir(struct smbfs_fctx *ctx)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb2.c
683
smbfs_smb2_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb2.c
738
smbfs_smb2_findclose(struct smbfs_fctx *ctx)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_smb2.c
760
smbfs_smb2_findnext(struct smbfs_fctx *ctx, uint16_t limit)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.c
144
smbfs_fname_tolocal(struct smbfs_fctx *ctx)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.c
210
smbfs_decode_dirent(struct smbfs_fctx *ctx)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
153
typedef struct smbfs_fctx smbfs_fctx_t;
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
217
int attr, struct smb_cred *scrp, struct smbfs_fctx **ctxpp);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
218
int smbfs_smb_findnext(struct smbfs_fctx *ctx, int limit,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
220
int smbfs_smb_findclose(struct smbfs_fctx *ctx, struct smb_cred *scrp);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
254
int smbfs_smb_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
256
int smbfs_smb_findnextLM2(struct smbfs_fctx *ctx, uint16_t limit);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
257
int smbfs_smb_findcloseLM2(struct smbfs_fctx *ctx);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
292
int smbfs_smb2_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
294
int smbfs_smb2_findnext(struct smbfs_fctx *ctx, uint16_t limit);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
295
int smbfs_smb2_findclose(struct smbfs_fctx *ctx);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
311
int smbfs_decode_dirent(struct smbfs_fctx *ctx);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
376
void smbfs_fname_tolocal(struct smbfs_fctx *ctx);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
401
int smbfs_xa_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
403
int smbfs_xa_findnext(struct smbfs_fctx *ctx, uint16_t limit);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_subr.h
404
int smbfs_xa_findclose(struct smbfs_fctx *ctx);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vnops.c
3387
struct smbfs_fctx *ctx;
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vnops.c
481
struct smbfs_fctx *fctx;
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_xattr.c
202
struct smbfs_fctx ctx;
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_xattr.c
302
smbfs_xa_get_streaminfo(struct smbfs_fctx *ctx)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_xattr.c
353
smbfs_xa_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp,
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_xattr.c
375
smbfs_xa_findnext(struct smbfs_fctx *ctx, uint16_t limit)
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_xattr.c
450
smbfs_xa_findclose(struct smbfs_fctx *ctx)