Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h108 struct smbfs_fctx { struct
153 typedef struct smbfs_fctx smbfs_fctx_t; argument
217 int attr, struct smb_cred *scrp, struct smbfs_fctx **ctxpp);
218 int smbfs_smb_findnext(struct smbfs_fctx *ctx, int limit,
220 int smbfs_smb_findclose(struct smbfs_fctx *ctx, struct smb_cred *scrp);
254 int smbfs_smb_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp,
256 int smbfs_smb_findnextLM2(struct smbfs_fctx *ctx, uint16_t limit);
257 int smbfs_smb_findcloseLM2(struct smbfs_fctx *ctx);
292 int smbfs_smb2_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp,
294 int smbfs_smb2_findnext(struct smbfs_fctx *ctx, uint16_t limit);
[all …]
H A Dsmbfs_xattr.c202 struct smbfs_fctx ctx; in smbfs_xa_exists()
302 smbfs_xa_get_streaminfo(struct smbfs_fctx *ctx) in smbfs_xa_get_streaminfo()
353 smbfs_xa_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp, in smbfs_xa_findopen()
375 smbfs_xa_findnext(struct smbfs_fctx *ctx, uint16_t limit) in smbfs_xa_findnext()
450 smbfs_xa_findclose(struct smbfs_fctx *ctx) in smbfs_xa_findclose()
H A Dsmbfs_smb.c578 struct smbfs_fctx **ctxpp) in smbfs_smb_findopen()
582 struct smbfs_fctx *ctx; in smbfs_smb_findopen()
615 smbfs_smb_findnext(struct smbfs_fctx *ctx, int limit, struct smb_cred *scrp) in smbfs_smb_findnext()
674 smbfs_smb_findclose(struct smbfs_fctx *ctx, struct smb_cred *scrp) in smbfs_smb_findclose()
707 struct smbfs_fctx *ctx; in smbfs_smb_lookup()
H A Dsmbfs_smb1.c527 smbfs_smb1_trans2find2(struct smbfs_fctx *ctx) in smbfs_smb1_trans2find2()
665 smbfs_smb1_findclose2(struct smbfs_fctx *ctx) in smbfs_smb1_findclose2()
690 smbfs_smb_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp, in smbfs_smb_findopenLM2()
705 smbfs_smb_findcloseLM2(struct smbfs_fctx *ctx) in smbfs_smb_findcloseLM2()
729 smbfs_smb_findnextLM2(struct smbfs_fctx *ctx, uint16_t limit) in smbfs_smb_findnextLM2()
H A Dsmbfs_smb2.c522 smbfs_smb2_qdir(struct smbfs_fctx *ctx) in smbfs_smb2_qdir()
681 smbfs_smb2_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp, in smbfs_smb2_findopen()
736 smbfs_smb2_findclose(struct smbfs_fctx *ctx) in smbfs_smb2_findclose()
758 smbfs_smb2_findnext(struct smbfs_fctx *ctx, uint16_t limit) in smbfs_smb2_findnext()
H A Dsmbfs_subr.c144 smbfs_fname_tolocal(struct smbfs_fctx *ctx) in smbfs_fname_tolocal()
210 smbfs_decode_dirent(struct smbfs_fctx *ctx) in smbfs_decode_dirent()
H A Dsmbfs_node.h222 struct smbfs_fctx *n_dirseq; /* ff context */
H A Dsmbfs_vnops.c481 struct smbfs_fctx *fctx; in smbfs_rele_fid()
3442 struct smbfs_fctx *ctx; in smbfs_readvdir()