Searched refs:STYPE_ISIPC (Results 1 – 12 of 12) sorted by relevance
158 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()
118 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()
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()
134 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()
108 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_query_information_disk()
524 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()
115 if (!STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_trans2_get_dfs_referral()
386 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_check_directory()
174 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_pathname_reduce()
1478 if (xa->smb_suwcnt > 0 && STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_trans_dispatch()
189 #define STYPE_ISIPC(S) (((S) & STYPE_MASK) == STYPE_IPC) macro