Home
last modified time | relevance | path

Searched refs:f_fid (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_opipe.c255 op->fileid = ofile->f_fid; in smb_opipe_open()
257 sr->smb_fid = ofile->f_fid; in smb_opipe_open()
H A Dsmb_ofile.c205 of->f_fid = fid; in smb_ofile_open()
630 if (of->f_fid == fid) in smb_ofile_lookup_by_fid()
928 smb_idpool_free(&tree->t_fid_pool, of->f_fid); in smb_ofile_delete()
1246 fi->fi_fid = of->f_fid; in smb_ofile_netinfo_init()
H A Dsmb_oplock.c624 of->f_tree->t_tid, of->f_fid, in smb_oplock_ack()
690 og->og_fid = of->f_fid; in smb_oplock_set_grant()
H A Dsmb_common_open.c919 sr->smb_fid = of->f_fid; in smb_open_subr()
/titanic_41/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1284 mdb_printf("FID: %u\n", of->f_fid); in smb_dcmd_ofile()
1305 of->f_fid, of->f_node, of->f_cr); in smb_dcmd_ofile()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h626 #define SMB_OFILE_GET_FID(of) ((of)->f_fid)
H A Dsmb_ktypes.h1214 uint16_t f_fid; member