Searched refs:pplen (Results 1 – 6 of 6) sorted by relevance
67 size_t pplen; in cifs_build_devname() local92 pplen = prepath ? strlen(prepath) : 0; in cifs_build_devname()93 dev = kmalloc(2 + unclen + 1 + pplen + 1, GFP_KERNEL); in cifs_build_devname()109 if (pplen) { in cifs_build_devname()112 memcpy(pos, prepath, pplen); in cifs_build_devname()113 pos += pplen; in cifs_build_devname()
52 int pplen = vol->prepath ? strlen(vol->prepath) + 1 : 0; in cifs_build_path_to_root() local57 if (pplen == 0) { in cifs_build_path_to_root()67 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL); in cifs_build_path_to_root()74 strncpy(full_path + dfsplen + 1, vol->prepath, pplen); in cifs_build_path_to_root()76 full_path[dfsplen + pplen] = 0; /* add trailing null */ in cifs_build_path_to_root()
3301 unsigned int pplen = vol->prepath ? strlen(vol->prepath) + 1 : 0; in build_unc_path_to_root() local3304 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()3311 if (pplen) { in build_unc_path_to_root()3313 strncpy(pos + 1, vol->prepath, pplen); in build_unc_path_to_root()3314 pos += pplen; in build_unc_path_to_root()
44 short pplen; member
401 current_reg |= (frame_size.pplen - 1); in dm365_vpss_set_pg_frame_size()
697 frame_size.pplen = isif_cfg.bayer.win.height; in isif_config_raw()