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()
191 smbfs_smb_setdisp(struct smb_share *ssp, smb_fh_t *fhp, in smbfs_smb_setdisp()
206 smbfs_smb_setfsize(struct smb_share *ssp, smb_fh_t *fhp, in smbfs_smb_setfsize()
228 smb_fh_t *fhp, in smbfs_smb_setfattr()
280 smbfs_smb_flush(struct smb_share *ssp, smb_fh_t *fhp, in smbfs_smb_flush()
309 smb_fh_t *fhp, /* pre-made file handle to fill in */ in smbfs_smb_ntcreatex()
348 smb_fh_t **fhpp) in smbfs_smb_tmpopen()
351 smb_fh_t *fhp = NULL; in smbfs_smb_tmpopen()
397 smbfs_smb_tmpclose(struct smbnode *np, smb_fh_t *fhp) in smbfs_smb_tmpclose()
410 smb_fh_t **fhpp, in smbfs_smb_open()
[all …]
H A Dsmbfs_subr.h177 int smbfs_smb_getfattr(struct smbnode *np, smb_fh_t *fhp,
185 int smbfs_smb_setdisp(struct smb_share *ssp, smb_fh_t *fid, uint8_t newdisp,
187 int smbfs_smb_setfsize(struct smb_share *ssp, smb_fh_t *fid, uint64_t newsize,
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);
[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.h160 struct smb_cred *scrp, smb_fh_t *fhp,
163 int smb_smb_close(struct smb_share *ssp, smb_fh_t *fhp,
166 int smb_rwuio(smb_fh_t *fhp, uio_rw_t rw,
218 int smb_smb_readx(smb_fh_t *fhp, uint32_t *lenp,
220 int smb_smb_writex(smb_fh_t *fhp, uint32_t *lenp,
249 int smb2_smb_read(smb_fh_t *fhp, uint32_t *lenp,
251 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.h367 } smb_fh_t; typedef
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()
H A Dsmb2_smb.c1157 smb2_smb_read(smb_fh_t *fhp, uint32_t *lenp, in smb2_smb_read()
1263 smb2_smb_write(smb_fh_t *fhp, uint32_t *lenp, in smb2_smb_write()
/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()