Home
last modified time | relevance | path

Searched refs:STYPE_ISDSK (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_qinfo_fs.c105 if (!STYPE_ISDSK(tree->t_res_type)) in smb2_qfs_volume()
140 if (!STYPE_ISDSK(tree->t_res_type)) in smb2_qfs_size()
169 if (!STYPE_ISDSK(tree->t_res_type)) in smb2_qfs_fullsize()
200 if (!STYPE_ISDSK(tree->t_res_type)) in smb2_qfs_device()
282 if (!STYPE_ISDSK(tree->t_res_type)) in smb2_qfs_control()
386 if (!STYPE_ISDSK(tree->t_res_type)) in smb2_qfs_sectorsize()
H A Dsmb_rename.c95 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_rename()
168 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_nt_rename()
H A Dsmb_trans2_create_directory.c66 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_trans2_create_directory()
H A Dsmb2_setinfo_fs.c73 if (!STYPE_ISDSK(tree->t_res_type)) in smb2_setfs_control()
H A Dsmb_directory.c79 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_create_directory()
227 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_delete_directory()
H A Dsmb_fsinfo.c173 if (!STYPE_ISDSK(tree->t_res_type)) { in smb_com_trans2_query_fs_information()
451 if (!STYPE_ISDSK(tree->t_res_type)) { in smb_com_trans2_set_fs_information()
H A Dsmb_trans2_find.c294 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_trans2_find_first2()
443 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_trans2_find_next2()
H A Dsmb_read.c182 if (STYPE_ISDSK(sr->tid_tree->t_res_type) == 0) { in smb_com_lock_and_read()
H A Dsmb_tree.c924 if (STYPE_ISDSK(stype) || STYPE_ISPRN(stype)) { in smb_tree_alloc()
977 if (STYPE_ISDSK(stype) || STYPE_ISPRN(stype)) { in smb_tree_alloc()
H A Dsmb_write.c270 if (STYPE_ISDSK(sr->tid_tree->t_res_type) == 0) { in smb_com_write_and_unlock()
H A Dsmb_kshare.c756 if (!STYPE_ISDSK(shr->shr_type)) { in smb_kshare_export()
H A Dsmb2_durable.c302 ASSERT(STYPE_ISDSK(shr->shr_type)); in smb2_dh_new_ca_share()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb.h187 #define STYPE_ISDSK(S) (((S) & STYPE_MASK) == STYPE_DISKTREE) macro
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c417 if (STYPE_ISDSK(si->shr_type)) { in smb_shr_add()