Searched refs:dfsplen (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | dir.c | 53 int dfsplen; in cifs_build_path_to_root() local 63 dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1); in cifs_build_path_to_root() 65 dfsplen = 0; in cifs_build_path_to_root() 67 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL); in cifs_build_path_to_root() 71 if (dfsplen) in cifs_build_path_to_root() 72 memcpy(full_path, tcon->treeName, dfsplen); in cifs_build_path_to_root() 73 full_path[dfsplen] = CIFS_DIR_SEP(cifs_sb); in cifs_build_path_to_root() 74 memcpy(full_path + dfsplen + 1, vol->prepath, pplen); in cifs_build_path_to_root() 96 int dfsplen; in build_path_from_dentry_optional_prefix() local 106 dfsplen in build_path_from_dentry_optional_prefix() [all...] |
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dir.c | 43 int dfsplen; in cifs_build_path_to_root() local 53 dfsplen = strnlen(tcon->tree_name, MAX_TREE_SIZE + 1); in cifs_build_path_to_root() 55 dfsplen = 0; in cifs_build_path_to_root() 57 full_path = kmalloc(dfsplen + pplen + 1, GFP_KERNEL); in cifs_build_path_to_root() 61 if (dfsplen) in cifs_build_path_to_root() 62 memcpy(full_path, tcon->tree_name, dfsplen); in cifs_build_path_to_root() 63 full_path[dfsplen] = CIFS_DIR_SEP(cifs_sb); in cifs_build_path_to_root() 64 memcpy(full_path + dfsplen + 1, ctx->prepath, pplen); in cifs_build_path_to_root() 85 int dfsplen; in __build_path_from_dentry_optional_prefix() local 95 dfsplen in __build_path_from_dentry_optional_prefix() [all...] |
Completed in 3 milliseconds