Searched refs:MAX_TREE_SIZE (Results 1 – 3 of 3) sorted by relevance
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()
45 #define MAX_TREE_SIZE (2 + CIFS_NI_MAXHOST + 1 + CIFS_MAX_SHARE_LEN + 1) macro1207 char tree_name[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */
1034 len = strnlen(tcon->tree_name, MAX_TREE_SIZE + 1) + strlen(full_path) + 1; in cifs_inval_name_dfs_link_error()