Home
last modified time | relevance | path

Searched refs:STYPE_ISIPC (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_ioctl.c158 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_nt_trans_ioctl_set_sparse()
235 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_nt_trans_ioctl_set_zero_data()
272 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_nt_trans_ioctl_query_alloc_ranges()
H A Dsmb_set_fileinfo.c118 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_trans2_set_path_information()
156 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_set_information()
229 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_set_by_fid()
H A Dsmb_write.c420 STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_write_andx()
552 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_write_truncate()
H A Dsmb_query_fileinfo.c134 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_trans2_query_path_information()
178 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_query_information()
H A Dsmb_fsinfo.c108 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_query_information_disk()
H A Dsmb_open_andx.c524 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_com_trans2_open2()
H A Dsmb_read.c321 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_read_andx()
H A Dsmb_trans2_dfs.c115 if (!STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_trans2_get_dfs_referral()
H A Dsmb_directory.c386 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_check_directory()
H A Dsmb_pathname.c174 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_pathname_reduce()
H A Dsmb_common_transact.c1478 if (xa->smb_suwcnt > 0 && STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_trans_dispatch()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb.h189 #define STYPE_ISIPC(S) (((S) & STYPE_MASK) == STYPE_IPC) macro