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()
157 *devname = cifs_build_devname(ref->node_name, prepath); in cifs_compose_mount_options()
245 const char *fullpath, const struct dfs_info3_param *ref) in cifs_dfs_do_refmount() argument
253 fullpath + 1, ref, &devname); in cifs_dfs_do_refmount()
265 static void dump_referral(const struct dfs_info3_param *ref) in dump_referral() argument
267 cifs_dbg(FYI, "DFS: ref path: %s\n", ref->path_name); in dump_referral()
268 cifs_dbg(FYI, "DFS: node path: %s\n", ref->node_name); in dump_referral()
270 ref->flags, ref->server_type); in dump_referral()
272 ref->ref_flag, ref->path_consumed); in dump_referral()