Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_oplock.c144 smb2fid.temporal = ofile->f_fid; in smb2_oplock_break_notification()
H A Dsmb_ofile.c205 of->f_fid = fid; in smb_ofile_open()
647 if (of->f_fid == fid) in smb_ofile_lookup_by_fid()
945 smb_idpool_free(&tree->t_fid_pool, of->f_fid); in smb_ofile_delete()
1270 fi->fi_fid = of->f_fid; in smb_ofile_netinfo_init()
H A Dsmb_opipe.c258 op->fileid = ofile->f_fid; in smb_opipe_open()
260 sr->smb_fid = ofile->f_fid; in smb_opipe_open()
H A Dsmb_locking_andx.c422 fid = ofile->f_fid; in smb1_oplock_break_notification()
H A Dsmb_oplock.c698 og->og_fid = of->f_fid; in smb_oplock_set_grant()
H A Dsmb_common_open.c900 sr->smb_fid = of->f_fid; in smb_open_subr()
H A Dsmb2_dispatch.c1180 sr->smb_fid = sr->fid_ofile->f_fid; in smb2sr_lookup_fid()
/titanic_50/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1339 mdb_printf("FID: %u\n", of->f_fid); in smb_dcmd_ofile()
1360 of->f_fid, of->f_node, of->f_cr); in smb_dcmd_ofile()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h696 #define SMB_OFILE_GET_FID(of) ((of)->f_fid)
H A Dsmb_ktypes.h1276 uint16_t f_fid; member