Searched refs:smbfs_fctx (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_subr.h | 106 struct smbfs_fctx { struct 149 typedef struct smbfs_fctx smbfs_fctx_t; argument 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);
|
H A D | smbfs_xattr.c | 198 struct smbfs_fctx ctx; in smbfs_xa_exists() 300 smbfs_xa_findopen(struct smbfs_fctx *ctx, struct smbnode *dnp, in smbfs_xa_findopen() 370 smbfs_xa_findnext(struct smbfs_fctx *ctx, uint16_t limit) in smbfs_xa_findnext() 486 smbfs_xa_findclose(struct smbfs_fctx *ctx) in smbfs_xa_findclose()
|
H A D | smbfs_smb.c | 1736 smbfs_smb_search(struct smbfs_fctx *ctx) in smbfs_smb_search() 1818 smbfs_smb_findopenLM1(struct smbfs_fctx *ctx, struct smbnode *dnp, in smbfs_smb_findopenLM1() 1842 smbfs_smb_findnextLM1(struct smbfs_fctx *ctx, uint16_t limit) in smbfs_smb_findnextLM1() 1886 smbfs_smb_findcloseLM1(struct smbfs_fctx *ctx) in smbfs_smb_findcloseLM1() 1897 smbfs_smb_trans2find2(struct smbfs_fctx *ctx) in smbfs_smb_trans2find2() 2019 smbfs_smb_findclose2(struct smbfs_fctx *ctx) in smbfs_smb_findclose2() 2044 smbfs_smb_findopenLM2(struct smbfs_fctx *ctx, struct smbnode *dnp, in smbfs_smb_findopenLM2() 2063 smbfs_smb_findnextLM2(struct smbfs_fctx *ctx, uint16_t limit) in smbfs_smb_findnextLM2() 2238 smbfs_smb_findcloseLM2(struct smbfs_fctx *ctx) in smbfs_smb_findcloseLM2() 2258 struct smbfs_fctx **ctxpp) in smbfs_smb_findopen() [all …]
|
H A D | smbfs_subr.c | 138 smbfs_fname_tolocal(struct smbfs_fctx *ctx) in smbfs_fname_tolocal()
|
H A D | smbfs_node.h | 221 struct smbfs_fctx *n_dirseq; /* ff context */
|
H A D | smbfs_vnops.c | 508 struct smbfs_fctx *fctx; in smbfs_rele_fid() 2594 struct smbfs_fctx *ctx; in smbfs_readvdir()
|