Searched defs:smbfs_fctx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h106 struct smbfs_fctx { struct
149 typedef struct smbfs_fctx smbfs_fctx_t;
197 int attr, struct smb_cred *scrp, struct smbfs_fctx **ctxpp);
198 int smbfs_smb_findnext(struct smbfs_fctx *ctx, int limit,
200 int smbfs_smb_findclose(struct smbfs_fctx *ctx, struct smb_cred *scrp);
271 void smbfs_fname_tolocal(struct smbfs_fctx *ctx);
294 int smbfs_xa_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp,
296 int smbfs_xa_findnext(struct smbfs_fctx *ctx, uint16_t limit);
297 int smbfs_xa_findclose(struct smbfs_fctx *ctx);

Completed in 51 milliseconds