Home
last modified time | relevance | path

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

/linux/fs/cifs/
A 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()
A Ddir.c41 int pplen = ctx->prepath ? strlen(ctx->prepath) + 1 : 0; in cifs_build_path_to_root() local
46 if (pplen == 0) { in cifs_build_path_to_root()
56 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL); in cifs_build_path_to_root()
63 memcpy(full_path + dfsplen + 1, ctx->prepath, pplen); in cifs_build_path_to_root()
85 int pplen = 0; in build_path_from_dentry_optional_prefix() local
100 pplen = cifs_sb->prepath ? strlen(cifs_sb->prepath) + 1 : 0; in build_path_from_dentry_optional_prefix()
107 if (s < (char *)page + pplen + dfsplen) in build_path_from_dentry_optional_prefix()
109 if (pplen) { in build_path_from_dentry_optional_prefix()
111 s -= pplen; in build_path_from_dentry_optional_prefix()
112 memcpy(s + 1, cifs_sb->prepath, pplen - 1); in build_path_from_dentry_optional_prefix()
A Dconnect.c3135 unsigned int pplen = useppath && ctx->prepath ? in build_unc_path_to_root() local
3142 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root()
3149 if (pplen) { in build_unc_path_to_root()
3151 memcpy(pos + 1, ctx->prepath, pplen); in build_unc_path_to_root()
3152 pos += pplen; in build_unc_path_to_root()
/linux/include/media/davinci/
A Dvpss.h31 short pplen; member
/linux/drivers/media/platform/davinci/
A Dvpss.c388 current_reg |= (frame_size.pplen - 1); in dm365_vpss_set_pg_frame_size()
A Disif.c682 frame_size.pplen = isif_cfg.bayer.win.height; in isif_config_raw()

Completed in 21 milliseconds