Home
last modified time | relevance | path

Searched refs:pplen (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/fs/cifs/
Dcifs_dfs_ref.c66 size_t pplen; in cifs_build_devname() local
91 pplen = prepath ? strlen(prepath) : 0; in cifs_build_devname()
92 dev = kmalloc(2 + unclen + 1 + pplen + 1, GFP_KERNEL); in cifs_build_devname()
108 if (pplen) { in cifs_build_devname()
111 memcpy(pos, prepath, pplen); in cifs_build_devname()
112 pos += pplen; in cifs_build_devname()
Ddir.c42 int pplen = ctx->prepath ? strlen(ctx->prepath) + 1 : 0; in cifs_build_path_to_root() local
47 if (pplen == 0) { in cifs_build_path_to_root()
57 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL); in cifs_build_path_to_root()
64 memcpy(full_path + dfsplen + 1, ctx->prepath, pplen); in cifs_build_path_to_root()
86 int pplen = 0; in build_path_from_dentry_optional_prefix() local
101 pplen = cifs_sb->prepath ? strlen(cifs_sb->prepath) + 1 : 0; in build_path_from_dentry_optional_prefix()
108 if (s < (char *)page + pplen + dfsplen) in build_path_from_dentry_optional_prefix()
110 if (pplen) { in build_path_from_dentry_optional_prefix()
112 s -= pplen; in build_path_from_dentry_optional_prefix()
113 memcpy(s + 1, cifs_sb->prepath, pplen - 1); in build_path_from_dentry_optional_prefix()
Dconnect.c3382 unsigned int pplen = useppath && ctx->prepath ? in build_unc_path_to_root() local
3389 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()
3396 if (pplen) { in build_unc_path_to_root()
3398 memcpy(pos + 1, ctx->prepath, pplen); in build_unc_path_to_root()
3399 pos += pplen; in build_unc_path_to_root()
/linux-6.1.9/include/media/davinci/
Dvpss.h31 short pplen; member
/linux-6.1.9/drivers/media/platform/ti/davinci/
Dvpss.c388 current_reg |= (frame_size.pplen - 1); in dm365_vpss_set_pg_frame_size()
/linux-6.1.9/drivers/staging/media/deprecated/vpfe_capture/
Disif.c682 frame_size.pplen = isif_cfg.bayer.win.height; in isif_config_raw()