Symbol: smbfs_fctx
sys/vfs/smbfs/smbfs_io.c
82
struct smbfs_fctx *ctx;
sys/vfs/smbfs/smbfs_node.h
49
struct smbfs_fctx;
sys/vfs/smbfs/smbfs_node.h
69
struct smbfs_fctx * n_dirseq; /* ff context */
sys/vfs/smbfs/smbfs_smb.c
1015
smbfs_smb_findclose2(struct smbfs_fctx *ctx)
sys/vfs/smbfs/smbfs_smb.c
1036
smbfs_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp,
sys/vfs/smbfs/smbfs_smb.c
1049
smbfs_findnextLM2(struct smbfs_fctx *ctx, int limit)
sys/vfs/smbfs/smbfs_smb.c
1159
smbfs_findcloseLM2(struct smbfs_fctx *ctx)
sys/vfs/smbfs/smbfs_smb.c
1172
struct smb_cred *scred, struct smbfs_fctx **ctxpp)
sys/vfs/smbfs/smbfs_smb.c
1174
struct smbfs_fctx *ctx;
sys/vfs/smbfs/smbfs_smb.c
1196
smbfs_findnext(struct smbfs_fctx *ctx, int limit, struct smb_cred *scred)
sys/vfs/smbfs/smbfs_smb.c
1225
smbfs_findclose(struct smbfs_fctx *ctx, struct smb_cred *scred)
sys/vfs/smbfs/smbfs_smb.c
1242
struct smbfs_fctx *ctx;
sys/vfs/smbfs/smbfs_smb.c
762
smbfs_smb_search(struct smbfs_fctx *ctx)
sys/vfs/smbfs/smbfs_smb.c
833
smbfs_findopenLM1(struct smbfs_fctx *ctx, struct smbnode *dnp,
sys/vfs/smbfs/smbfs_smb.c
854
smbfs_findnextLM1(struct smbfs_fctx *ctx, int limit)
sys/vfs/smbfs/smbfs_smb.c
896
smbfs_findcloseLM1(struct smbfs_fctx *ctx)
sys/vfs/smbfs/smbfs_smb.c
907
smbfs_smb_trans2find2(struct smbfs_fctx *ctx)
sys/vfs/smbfs/smbfs_subr.h
170
int attr, struct smb_cred *scred, struct smbfs_fctx **ctxpp);
sys/vfs/smbfs/smbfs_subr.h
171
int smbfs_findnext(struct smbfs_fctx *ctx, int limit, struct smb_cred *scred);
sys/vfs/smbfs/smbfs_subr.h
172
int smbfs_findclose(struct smbfs_fctx *ctx, struct smb_cred *scred);