Searched refs:prepath (Results 1 – 4 of 4) sorted by relevance
65 cifs_build_devname(char *nodename, const char *prepath) in cifs_build_devname() argument92 pplen = prepath ? strlen(prepath) : 0; in cifs_build_devname()112 memcpy(pos, prepath, pplen); in cifs_build_devname()144 const char *prepath = NULL; in cifs_compose_mount_options() local155 prepath = fullpath + ref->path_consumed; in cifs_compose_mount_options()157 *devname = cifs_build_devname(ref->node_name, prepath); in cifs_compose_mount_options()
52 int pplen = vol->prepath ? strlen(vol->prepath) + 1 : 0; in cifs_build_path_to_root()74 strncpy(full_path + dfsplen + 1, vol->prepath, pplen); in cifs_build_path_to_root()
1183 vol->prepath = kstrdup(pos, GFP_KERNEL); in cifs_parse_devname()1184 if (!vol->prepath) in cifs_parse_devname()3278 kfree(volume_info->prepath); in cleanup_volume_info_contents()3301 unsigned int pplen = vol->prepath ? strlen(vol->prepath) + 1 : 0; in build_unc_path_to_root()3313 strncpy(pos + 1, vol->prepath, pplen); in build_unc_path_to_root()
494 char *prepath; member