Lines Matching refs:ref
122 const struct dfs_info3_param *ref, in cifs_compose_mount_options() argument
136 *devname = cifs_get_share_name(ref->node_name); in cifs_compose_mount_options()
154 md_len = strlen(sb_mountdata) + rc + strlen(ref->node_name) + 12 + in cifs_compose_mount_options()
205 tkn_e = strchr(ref->node_name + 2, '\\'); in cifs_compose_mount_options()
213 if (tkn_e || (strlen(fullpath) - ref->path_consumed)) { in cifs_compose_mount_options()
218 strcat(mountdata, fullpath + ref->path_consumed); in cifs_compose_mount_options()
243 const char *fullpath, const struct dfs_info3_param *ref) in cifs_dfs_do_refmount() argument
251 fullpath + 1, ref, &devname); in cifs_dfs_do_refmount()
263 static void dump_referral(const struct dfs_info3_param *ref) in dump_referral() argument
265 cFYI(1, "DFS: ref path: %s", ref->path_name); in dump_referral()
266 cFYI(1, "DFS: node path: %s", ref->node_name); in dump_referral()
267 cFYI(1, "DFS: fl: %hd, srv_type: %hd", ref->flags, ref->server_type); in dump_referral()
268 cFYI(1, "DFS: ref_flags: %hd, path_consumed: %hd", ref->ref_flag, in dump_referral()
269 ref->path_consumed); in dump_referral()