Lines Matching refs:ref
137 const struct dfs_info3_param *ref, in cifs_compose_mount_options() argument
153 if (strlen(fullpath) - ref->path_consumed) { in cifs_compose_mount_options()
154 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options()
160 name = cifs_build_devname(ref->node_name, prepath); in cifs_compose_mount_options()
251 const char *fullpath, const struct dfs_info3_param *ref) in cifs_dfs_do_refmount() argument
269 fullpath + 1, ref, NULL); in cifs_dfs_do_refmount()
281 static void dump_referral(const struct dfs_info3_param *ref) in dump_referral() argument
283 cifs_dbg(FYI, "DFS: ref path: %s\n", ref->path_name); in dump_referral()
284 cifs_dbg(FYI, "DFS: node path: %s\n", ref->node_name); in dump_referral()
286 ref->flags, ref->server_type); in dump_referral()
288 ref->ref_flag, ref->path_consumed); in dump_referral()