Symbol: smbfs_fctx
sys/fs/smbfs/smbfs_io.c
79
struct smbfs_fctx *ctx;
sys/fs/smbfs/smbfs_node.h
43
struct smbfs_fctx;
sys/fs/smbfs/smbfs_node.h
64
struct smbfs_fctx * n_dirseq; /* ff context */
sys/fs/smbfs/smbfs_smb.c
1017
smbfs_findopenLM1(struct smbfs_fctx *ctx, struct smbnode *dnp,
sys/fs/smbfs/smbfs_smb.c
1038
smbfs_findnextLM1(struct smbfs_fctx *ctx, int limit)
sys/fs/smbfs/smbfs_smb.c
1080
smbfs_findcloseLM1(struct smbfs_fctx *ctx)
sys/fs/smbfs/smbfs_smb.c
1091
smbfs_smb_trans2find2(struct smbfs_fctx *ctx)
sys/fs/smbfs/smbfs_smb.c
1199
smbfs_smb_findclose2(struct smbfs_fctx *ctx)
sys/fs/smbfs/smbfs_smb.c
1221
smbfs_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp,
sys/fs/smbfs/smbfs_smb.c
1237
smbfs_findnextLM2(struct smbfs_fctx *ctx, int limit)
sys/fs/smbfs/smbfs_smb.c
1354
smbfs_findcloseLM2(struct smbfs_fctx *ctx)
sys/fs/smbfs/smbfs_smb.c
1367
struct smb_cred *scred, struct smbfs_fctx **ctxpp)
sys/fs/smbfs/smbfs_smb.c
1369
struct smbfs_fctx *ctx;
sys/fs/smbfs/smbfs_smb.c
1391
smbfs_findnext(struct smbfs_fctx *ctx, int limit, struct smb_cred *scred)
sys/fs/smbfs/smbfs_smb.c
1427
smbfs_findclose(struct smbfs_fctx *ctx, struct smb_cred *scred)
sys/fs/smbfs/smbfs_smb.c
1444
struct smbfs_fctx *ctx;
sys/fs/smbfs/smbfs_smb.c
942
smbfs_smb_search(struct smbfs_fctx *ctx)
sys/fs/smbfs/smbfs_subr.h
163
int attr, struct smb_cred *scred, struct smbfs_fctx **ctxpp);
sys/fs/smbfs/smbfs_subr.h
164
int smbfs_findnext(struct smbfs_fctx *ctx, int limit, struct smb_cred *scred);
sys/fs/smbfs/smbfs_subr.h
165
int smbfs_findclose(struct smbfs_fctx *ctx, struct smb_cred *scred);