Searched refs:fh_fid2 (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb.c | 82 error = smbfs_smb2_qfileinfo(ssp, &fhp->fh_fid2, fap, scrp); in smbfs_smb_getfattr() 197 err = smbfs_smb2_setdisp(ssp, &fhp->fh_fid2, disp, scrp); in smbfs_smb_setdisp() 212 error = smbfs_smb2_seteof(ssp, &fhp->fh_fid2, size, scrp); in smbfs_smb_setfsize() 271 error = smbfs_smb2_setfattr(ssp, &fhp->fh_fid2, mbp, scrp); in smbfs_smb_setfattr() 286 error = smbfs_smb2_flush(ssp, &fhp->fh_fid2, scrp); in smbfs_smb_flush() 515 &fhp->fh_fid2, scrp); in smbfs_smb_rename() 782 error = smbfs_smb2_getsec(ssp, &fhp->fh_fid2, in smbfs_smb_getsec() 831 error = smbfs_smb2_setsec(ssp, &fhp->fh_fid2, in smbfs_smb_setsec()
|
H A D | smbfs_smb2.c | 580 mb_put_uint64le(mbp, fhp->fh_fid2.fid_persistent); in smbfs_smb2_qdir() 581 mb_put_uint64le(mbp, fhp->fh_fid2.fid_volatile); in smbfs_smb2_qdir() 829 error = smbfs_smb2_query_info(ssp, &fhp->fh_fid2, mdp, &iolen, in smbfs_smb2_get_streaminfo()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb2_smb.c | 1184 mb_put_uint64le(mbp, fhp->fh_fid2.fid_persistent); in smb2_smb_read() 1185 mb_put_uint64le(mbp, fhp->fh_fid2.fid_volatile); in smb2_smb_read() 1290 mb_put_uint64le(mbp, fhp->fh_fid2.fid_persistent); in smb2_smb_write() 1291 mb_put_uint64le(mbp, fhp->fh_fid2.fid_volatile); in smb2_smb_write()
|
H A D | smb_usr.c | 146 err = smb2_smb_ioctl(ssp, &fhp->fh_fid2, in smb_usr_xnp() 429 &fhp->fh_fid2, in smb_usr_printjob()
|
H A D | smb_conn.h | 365 smb2fid_t fh_fid2; member
|
H A D | smb_subrs.c | 1197 impersonate, scrp, &fhp->fh_fid2, cr_act_p, fap); in smb_smb_ntcreate() 1213 err = smb2_smb_close(ssp, &fhp->fh_fid2, scrp); in smb_smb_close()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/nsmb/ |
H A D | nsmb.c | 258 if (fhp->fh_fid2.fid_volatile != 0) { in smb_fh_cb() 260 (long long) fhp->fh_fid2.fid_volatile); in smb_fh_cb()
|