Searched refs:pplen (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | cifs_dfs_ref.c | 67 size_t pplen; in cifs_build_devname() local 92 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()
|
D | dir.c | 52 int pplen = vol->prepath ? strlen(vol->prepath) + 1 : 0; in cifs_build_path_to_root() local 57 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() 98 int pplen = 0; in build_path_from_dentry_optional_prefix() local 112 pplen = cifs_sb->prepath ? strlen(cifs_sb->prepath) + 1 : 0; in build_path_from_dentry_optional_prefix() 115 namelen = dfsplen + pplen; in build_path_from_dentry_optional_prefix() 156 if (namelen != dfsplen + pplen || read_seqretry(&rename_lock, seq)) { in build_path_from_dentry_optional_prefix() 172 if (pplen) { in build_path_from_dentry_optional_prefix() [all …]
|
D | connect.c | 3923 unsigned int pplen = vol->prepath ? strlen(vol->prepath) + 1 : 0; in build_unc_path_to_root() local 3926 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL); in build_unc_path_to_root() 3933 if (pplen) { in build_unc_path_to_root() 3935 strncpy(pos + 1, vol->prepath, pplen); in build_unc_path_to_root() 3936 pos += pplen; in build_unc_path_to_root()
|
/linux-4.19.296/include/media/davinci/ |
D | vpss.h | 40 short pplen; member
|