Searched refs:STYPE_ISDSK (Results 1 – 10 of 10) sorted by relevance
66 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_trans2_create_directory()
204 if (!STYPE_ISDSK(tree->t_res_type)) { in smb_com_trans2_query_fs_information()479 if (!STYPE_ISDSK(tree->t_res_type)) { in smb_com_trans2_set_fs_information()
80 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_create_directory()229 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_delete_directory()
293 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_trans2_find_first2()446 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_trans2_find_next2()
110 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_rename()185 if (!STYPE_ISDSK(sr->tid_tree->t_res_type)) { in smb_com_nt_rename()
185 if (STYPE_ISDSK(sr->tid_tree->t_res_type) == 0) { in smb_com_lock_and_read()
688 if (!STYPE_ISDSK(shr->shr_type)) { in smb_kshare_export()770 if (STYPE_ISDSK(shr->shr_type)) { in smb_kshare_unexport()
274 if (STYPE_ISDSK(sr->tid_tree->t_res_type) == 0) { in smb_com_write_and_unlock()
882 if (STYPE_ISDSK(stype) || STYPE_ISPRN(stype)) { in smb_tree_alloc()929 if (STYPE_ISDSK(stype) || STYPE_ISPRN(stype)) { in smb_tree_alloc()
186 #define STYPE_ISDSK(S) (((S) & STYPE_MASK) == STYPE_DISKTREE) macro