Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_ioctl.c155 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_nt_trans_ioctl_set_sparse()
237 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_nt_trans_ioctl_set_zero_data()
274 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_nt_trans_ioctl_query_alloc_ranges()
336 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_nt_trans_ioctl_enum_snaps()
H A Dsmb_set_fileinfo.c108 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()
280 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_set_by_path()
H A Dsmb_trans2_dfs.c60 if (!STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_trans2_get_dfs_referral()
H A Dsmb_dfs.c97 if (!STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_dfs_fsctl()
158 ASSERT(STYPE_ISIPC(sr->tid_tree->t_res_type)); in smb_dfs_get_referrals_ex()
265 ASSERT(STYPE_ISIPC(sr->tid_tree->t_res_type)); in smb_dfs_get_referrals()
H A Dsmb_write.c447 STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_write_andx()
576 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_write_truncate()
H A Dsmb_query_fileinfo.c124 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_trans2_query_path_information()
167 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_query_information()
H A Dsmb_directory.c379 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_check_directory()
H A Dsmb_fsinfo.c77 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_query_information_disk()
H A Dsmb_open_andx.c587 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_com_trans2_open2()
H A Dsmb_read.c348 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_read_andx()
H A Dsmb_opipe.c612 if (!STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_opipe_fsctl()
H A Dsmb_pathname.c180 if (STYPE_ISIPC(sr->tid_tree->t_res_type)) in smb_pathname_reduce()
H A Dsmb_common_transact.c81 if (!STYPE_ISIPC(sr->tid_tree->t_res_type)) { in smb_com_transaction()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c542 if (STYPE_ISIPC(si->shr_type)) { in smb_shr_remove()
627 if (STYPE_ISIPC(from_si->shr_type)) { in smb_shr_rename()
737 if (STYPE_ISIPC(si->shr_type)) { in smb_shr_modify()
1130 (!STYPE_ISIPC(si->shr_type))) { in smb_shr_list()
1646 STYPE_ISIPC(si->shr_type)) in smb_shr_unload()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h190 #define STYPE_ISIPC(S) (((S) & STYPE_MASK) == STYPE_IPC) macro