Searched refs:MAX_TREE_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux/fs/smb/client/ |
H A D | dfs.c | 372 scnprintf(tree, MAX_TREE_SIZE, "\\%s", share); in tree_connect_dfs_target() 418 tree = kzalloc(MAX_TREE_SIZE, GFP_KERNEL); in cifs_tree_connect() 426 scnprintf(tree, MAX_TREE_SIZE, "\\\\%s\\IPC$", server->hostname); in cifs_tree_connect()
|
H A D | dir.c | 53 dfsplen = strnlen(tcon->tree_name, MAX_TREE_SIZE + 1); in cifs_build_path_to_root() 144 MAX_TREE_SIZE, prefix); in build_path_from_dentry_optional_prefix()
|
H A D | cifsglob.h | 42 #define MAX_TREE_SIZE (2 + CIFS_NI_MAXHOST + 1 + CIFS_MAX_SHARE_LEN + 1) macro 1238 char tree_name[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */
|
H A D | misc.c | 1259 len = strnlen(tcon->tree_name, MAX_TREE_SIZE + 1) + strlen(full_path) + 1; in cifs_inval_name_dfs_link_error()
|