Home
last modified time | relevance | path

Searched refs:smbfs_fctx (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/smbfs/
H A Dsmbfs_subr.h84 struct smbfs_fctx { struct
163 int attr, struct smb_cred *scred, struct smbfs_fctx **ctxpp);
164 int smbfs_findnext(struct smbfs_fctx *ctx, int limit, struct smb_cred *scred);
165 int smbfs_findclose(struct smbfs_fctx *ctx, struct smb_cred *scred);
H A Dsmbfs_node.h43 struct smbfs_fctx;
64 struct smbfs_fctx * n_dirseq; /* ff context */
H A Dsmbfs_smb.c942 smbfs_smb_search(struct smbfs_fctx *ctx) in smbfs_smb_search()
1017 smbfs_findopenLM1(struct smbfs_fctx *ctx, struct smbnode *dnp, in smbfs_findopenLM1()
1038 smbfs_findnextLM1(struct smbfs_fctx *ctx, int limit) in smbfs_findnextLM1()
1080 smbfs_findcloseLM1(struct smbfs_fctx *ctx) in smbfs_findcloseLM1()
1091 smbfs_smb_trans2find2(struct smbfs_fctx *ctx) in smbfs_smb_trans2find2()
1199 smbfs_smb_findclose2(struct smbfs_fctx *ctx) in smbfs_smb_findclose2()
1221 smbfs_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp, in smbfs_findopenLM2()
1237 smbfs_findnextLM2(struct smbfs_fctx *ctx, int limit) in smbfs_findnextLM2()
1354 smbfs_findcloseLM2(struct smbfs_fctx *ctx) in smbfs_findcloseLM2()
1367 struct smb_cred *scred, struct smbfs_fctx **ctxpp) in smbfs_findopen()
[all …]
H A Dsmbfs_io.c79 struct smbfs_fctx *ctx; in smbfs_readvdir()