Home
last modified time | relevance | path

Searched refs:f_tree (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c224 of->f_tree = tree; in smb_ofile_open()
376 if (smb_tree_has_feature(of->f_tree, in smb_ofile_close()
436 atomic_dec_32(&of->f_tree->t_open_files); in smb_ofile_close()
463 ASSERT(of->f_tree == tree); in smb_ofile_close_all()
488 ASSERT(of->f_tree == tree); in smb_ofile_close_all_by_pid()
583 smb_tree_post_ofile(of->f_tree, of); in smb_ofile_release()
646 ASSERT(of->f_tree == tree); in smb_ofile_lookup_by_fid()
696 ASSERT(of->f_tree == tree); in smb_ofile_lookup_by_uniqid()
727 ASSERT(of->f_tree); in smb_ofile_disallow_fclose()
728 return (of->f_node == of->f_tree->t_snode); in smb_ofile_disallow_fclose()
[all …]
H A Dsmb2_ofile.c93 rc = smb_node_getshrpath(of->f_node, of->f_tree, in smb2_ofile_getname()
H A Dsmb_oplock.c419 smb_tree_hold_internal(ofile->f_tree); in smb_oplock_sched_async_break()
426 sr->tid_tree = ofile->f_tree; in smb_oplock_sched_async_break()
699 og->og_tid = of->f_tree->t_tid; in smb_oplock_set_grant()
H A Dsmb2_oplock.c133 sr->smb_tid = ofile->f_tree->t_tid; in smb2_oplock_break_notification()
H A Dsmb2_read.c93 switch (of->f_tree->t_res_type & STYPE_MASK) { in smb2_read()
H A Dsmb2_write.c104 switch (of->f_tree->t_res_type & STYPE_MASK) { in smb2_write()
H A Dsmb_locking_andx.c418 sr->smb_tid = ofile->f_tree->t_tid; in smb1_oplock_break_notification()
H A Dsmb2_setinfo_file.c286 if ((of->f_tree->t_flags & SMB_TREE_SHORTNAMES) == 0) in smb2_setf_shortname()
H A Dsmb2_qinfo_file.c432 if ((of->f_tree->t_flags & SMB_TREE_SHORTNAMES) == 0) in smb2_qif_altname()
H A Dsmb_tree.c394 ASSERT(of->f_tree == tree); in smb_tree_post_ofile()
459 ASSERT(of->f_tree == tree); in smb_tree_enum()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h695 #define SMB_OFILE_GET_TREE(of) ((of)->f_tree)
H A Dsmb_ktypes.h1263 smb_tree_t *f_tree; member
/titanic_50/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c1348 mdb_printf("Tree: %p\n", of->f_tree); in smb_dcmd_ofile()