Searched refs:f_fid (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_ofile.c | 315 return (AVL_CMP(of1->f_fid, of2->f_fid)); in smb_ofile_avl_compare() 355 of->f_fid = tree_fid; in smb_ofile_alloc() 423 ASSERT(of->f_fid != 0); in smb_ofile_open() 447 ASSERT(of->f_fid != 0); in smb_ofile_open() 936 CTASSERT(offsetof(smb_ofile_t, f_fid) == 0); in smb_ofile_lookup_by_fid() 1448 ASSERT(of->f_fid != 0); in smb_ofile_save_dh() 1449 smb_idpool_free(&tree->t_fid_pool, of->f_fid); in smb_ofile_save_dh() 1450 of->f_fid = 0; in smb_ofile_save_dh() 1578 if (of->f_fid != 0) in smb_ofile_free() 1579 smb_idpool_free(&tree->t_fid_pool, of->f_fid); in smb_ofile_free() [all …]
|
H A D | smb2_fsctl_fs.c | 115 smb2fid.temporal = of->f_fid; in smb2_fsctl_get_resume_key()
|
H A D | smb_common_open.c | 838 tree_fid = of->f_fid; in smb_common_open() 839 of->f_fid = 0; in smb_common_open() 1162 sr->smb_fid = of->f_fid; in smb_common_open()
|
H A D | smb_oplock.c | 103 fid = ofile->f_fid; in smb1_oplock_break_notification()
|
H A D | smb2_oplock.c | 259 smb2fid.temporal = ofile->f_fid; in smb2_oplock_break_notification()
|
H A D | smb2_fsctl_odx.c | 361 tn1->tn1_fid.temporal = ofile->f_fid; in smb2_fsctl_odx_read()
|
H A D | smb_opipe.c | 361 sr->smb_fid = ofile->f_fid; in smb_opipe_open()
|
H A D | smb2_durable.c | 1474 of->f_fid = fid; in smb2_dh_reconnect() 1514 sr->smb_fid = of->f_fid; in smb2_dh_reconnect()
|
H A D | smb2_dispatch.c | 1639 sr->smb_fid = sr->fid_ofile->f_fid; in smb2sr_lookup_fid()
|
/illumos-gate/usr/src/cmd/smbsrv/testoplock/ |
H A D | tol_main.c | 130 printf(" Excl=Y (FID=%d)", ol->excl_open->f_fid); in do_show() 140 f->f_fid, in do_show() 434 f->f_fid = fid; in main() 601 ofile->f_fid, NewLevel, OldLevel, AckReq); in test_oplock_send_break() 623 ofile->f_fid, NewLevel, AckReq, in smb_oplock_ind_break() 684 ofile->f_fid, NewLevel, AckReq); in run_ind_break_in_ack()
|
/illumos-gate/usr/src/cmd/smbsrv/testoplock/smbsrv/ |
H A D | smb_ktypes.h | 207 uint16_t f_fid; member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 1816 uint16_t f_fid; member 1895 mdb_printf("FID: %u\n", of->f_fid); in smbofile_dcmd() 1932 of->f_fid, of->f_node, of->f_cr, of->f_lease); in smbofile_dcmd()
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 711 #define SMB_OFILE_GET_FID(of) ((of)->f_fid)
|
H A D | smb_ktypes.h | 1400 uint16_t f_fid; /* keep first */ member
|