Searched refs:STYPE_ISIPC (Results 1 – 15 of 15) sorted by relevance
159 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_nt_trans_ioctl_set_sparse()236 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_nt_trans_ioctl_set_zero_data()273 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_nt_trans_ioctl_query_alloc_ranges()335 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_nt_trans_ioctl_enum_snaps()
60 if (!STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_trans2_get_dfs_referral()
108 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_trans2_set_path_information()146 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_set_information()220 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_set_by_fid()
108 !STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb2_ioctl()
420 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()
125 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_trans2_query_path_information()169 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_query_information()
110 ASSERT(STYPE_ISIPC(sr->tid_tree->t_res_type)); in smb_dfs_get_referrals()
386 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_check_directory()
77 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_query_information_disk()
538 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_com_trans2_open2()
321 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_read_andx()
174 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_pathname_reduce()
80 if (!STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_transaction()
493 if (STYPE_ISIPC(si->shr_type)) { in smb_shr_remove()559 if (STYPE_ISIPC(from_si->shr_type)) { in smb_shr_rename()652 if (STYPE_ISIPC(si->shr_type)) { in smb_shr_modify()1004 (!STYPE_ISIPC(si->shr_type))) { in smb_shr_list()
190 #define STYPE_ISIPC(S) (((S) & STYPE_MASK) == STYPE_IPC) macro