Home
last modified time | relevance | path

Searched refs:smb_fh_t (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c74 smb_fh_t *fhp, in smbfs_smb_getfattr()
228 smb_fh_t *fhp, in smbfs_smb_setfattr()
348 smb_fh_t **fhpp) in smbfs_smb_tmpopen()
351 smb_fh_t *fhp = NULL; in smbfs_smb_tmpopen()
410 smb_fh_t **fhpp, in smbfs_smb_open()
415 smb_fh_t *fhp = NULL; in smbfs_smb_open()
446 smbfs_smb_close(smb_fh_t *fhp) in smbfs_smb_close()
461 smb_fh_t **fhpp) in smbfs_smb_create()
465 smb_fh_t *fhp = NULL; in smbfs_smb_create()
507 smb_fh_t *fhp, struct smb_cred *scrp) in smbfs_smb_rename()
[all …]
H A Dsmbfs_subr.h177 int smbfs_smb_getfattr(struct smbnode *np, smb_fh_t *fhp,
189 int smbfs_smb_setfattr(struct smb_share *ssp, smb_fh_t *fid,
192 int smbfs_smb_flush(struct smb_share *ssp, smb_fh_t *fid,
199 smb_fh_t *fhpp, uint32_t *cr_act_p, struct smbfattr *fap);
202 struct smb_cred *scrp, smb_fh_t **fidpp);
203 void smbfs_smb_tmpclose(struct smbnode *ssp, smb_fh_t *fid);
206 smb_fh_t **fidpp, struct smbfattr *fap);
207 void smbfs_smb_close(smb_fh_t *fid);
212 smb_fh_t *fid, struct smb_cred *scrp);
226 int smbfs_smb_getsec(struct smb_share *ssp, smb_fh_t *fid,
[all …]
H A Dsmbfs_smb2.c92 smb_fh_t tmp_fh; in smbfs_smb2_getpattr()
524 smb_fh_t *fhp = ctx->f_fhp; in smbfs_smb2_qdir()
684 smb_fh_t *fhp = NULL; in smbfs_smb2_findopen()
738 smb_fh_t *fhp = NULL; in smbfs_smb2_findclose()
798 smb_fh_t *fhp = NULL; in smbfs_smb2_get_streaminfo()
H A Dsmbfs_acl.c76 smb_fh_t *fid = NULL; in smbfs_getsd()
140 smb_fh_t *fid = NULL; in smbfs_setsd()
H A Dsmbfs_node.h225 smb_fh_t *n_fid; /* file handle */
H A Dsmbfs_vnops.c205 smb_fh_t *fid = NULL; in smbfs_open()
206 smb_fh_t *oldfid; in smbfs_open()
483 smb_fh_t *ofid; in smbfs_rele_fid()
1596 smb_fh_t *fid = NULL; in smbfssetattr()
2031 smb_fh_t *fhp; in smbfsflush()
2559 smb_fh_t *fid = NULL; in smbfs_create()
2852 smb_fh_t *fid = NULL; in smbfsremove()
3079 smb_fh_t *fid = NULL; in smbfsrename()
H A Dsmbfs_client.c404 smb_fh_t *fhp = NULL; in smbfs_getattr_otw()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subr.h159 struct smb_cred *scrp, smb_fh_t *fhp,
162 int smb_smb_close(struct smb_share *ssp, smb_fh_t *fhp,
165 int smb_rwuio(smb_fh_t *fhp, uio_rw_t rw,
210 int smb_smb_readx(smb_fh_t *fhp, uint32_t *lenp,
212 int smb_smb_writex(smb_fh_t *fhp, uint32_t *lenp,
241 int smb2_smb_read(smb_fh_t *fhp, uint32_t *lenp,
243 int smb2_smb_write(smb_fh_t *fhp, uint32_t *lenp,
H A Dsmb_subrs.c1187 struct smb_cred *scrp, smb_fh_t *fhp, in smb_smb_ntcreate()
1205 smb_smb_close(struct smb_share *ssp, smb_fh_t *fhp, in smb_smb_close()
1233 smb_rwuio(smb_fh_t *fhp, uio_rw_t rw, in smb_rwuio()
1241 int (*iofun)(smb_fh_t *, uint32_t *, in smb_rwuio()
H A Dsmb_conn.h352 } smb_fh_t; typedef
H A Dsmb2_smb.c1124 smb2_smb_read(smb_fh_t *fhp, uint32_t *lenp, in smb2_smb_read()
1230 smb2_smb_write(smb_fh_t *fhp, uint32_t *lenp, in smb2_smb_write()
H A Dsmb_smb.c1123 smb_smb_readx(smb_fh_t *fhp, uint32_t *lenp, in smb_smb_readx()
1219 smb_smb_writex(smb_fh_t *fhp, uint32_t *lenp, in smb_smb_writex()
/illumos-gate/usr/src/cmd/mdb/common/modules/nsmb/
H A Dnsmb.c82 smb_fh_t fh;
253 const smb_fh_t *fhp = data; in smb_fh_cb()