Lines Matching refs:ref
139 const struct dfs_info3_param *ref, in cifs_compose_mount_options() argument
154 if (strlen(fullpath) - ref->path_consumed) { in cifs_compose_mount_options()
155 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options()
161 *devname = cifs_build_devname(ref->node_name, prepath); in cifs_compose_mount_options()
250 const char *fullpath, const struct dfs_info3_param *ref) in cifs_dfs_do_refmount() argument
258 fullpath + 1, ref, &devname); in cifs_dfs_do_refmount()
270 static void dump_referral(const struct dfs_info3_param *ref) in dump_referral() argument
272 cifs_dbg(FYI, "DFS: ref path: %s\n", ref->path_name); in dump_referral()
273 cifs_dbg(FYI, "DFS: node path: %s\n", ref->node_name); in dump_referral()
275 ref->flags, ref->server_type); in dump_referral()
277 ref->ref_flag, ref->path_consumed); in dump_referral()