Searched refs:pplen (Results 1 – 5 of 5) sorted by relevance
44 short pplen; member
762 int pplen = vol->prepath ? strlen(vol->prepath) : 0; local767 if (pplen == 0) {779 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL);785 strncpy(full_path + dfsplen, vol->prepath, pplen);787 full_path[dfsplen + pplen] = 0; /* add trailing null */
3524 unsigned int pplen = vol->prepath ? strlen(vol->prepath) : 0; in build_unc_path_to_root() local3527 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()3534 if (pplen) { in build_unc_path_to_root()3535 strncpy(pos, vol->prepath, pplen); in build_unc_path_to_root()3536 pos += pplen; in build_unc_path_to_root()
355 current_reg |= (frame_size.pplen - 1); in dm365_vpss_set_pg_frame_size()
700 frame_size.pplen = isif_cfg.bayer.win.height; in isif_config_raw()