Searched refs:reftype (Results 1 – 5 of 5) sorted by relevance
109 dfs_reftype_t reftype; in smb_com_trans2_get_dfs_referral() local126 reftype = smb_dfs_get_reftype((const char *)path); in smb_com_trans2_get_dfs_referral()128 switch (reftype) { in smb_com_trans2_get_dfs_referral()152 status = smb_dfs_referrals_get(sr, path, reftype, &refrsp); in smb_com_trans2_get_dfs_referral()215 dfs_reftype_t reftype = 0; in smb_dfs_get_reftype() local224 reftype = DFS_REFERRAL_LINK; in smb_dfs_get_reftype()228 reftype = DFS_REFERRAL_SYSVOL; in smb_dfs_get_reftype()230 reftype = DFS_REFERRAL_ROOT; in smb_dfs_get_reftype()233 reftype = DFS_REFERRAL_DC; in smb_dfs_get_reftype()237 return (reftype); in smb_dfs_get_reftype()[all …]
89 reftype(const FN_ref_t *);
115 reftype(const FN_ref_t *ref) in reftype() function
323 if ((reftype(ref) < NUM_REFTYPES) && in process_ref()507 if (reftype(ref) >= NUM_REFTYPES) { in frontier_aux()
866 dfs_get_referrals(const char *dfs_path, dfs_reftype_t reftype, in dfs_get_referrals() argument882 switch (reftype) { in dfs_get_referrals()