Home
last modified time | relevance | path

Searched refs:MAX_TREE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/cifs/
A Ddir.c52 dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1); in cifs_build_path_to_root()
95 dfsplen = strnlen(tcon->treeName, MAX_TREE_SIZE + 1); in build_path_from_dentry_optional_prefix()
A Dconnect.c2105 if (strncmp(tcon->treeName, ctx->UNC, MAX_TREE_SIZE)) in match_tcon()
3137 unsigned int unc_len = strnlen(ctx->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root()
3139 if (unc_len > MAX_TREE_SIZE) in build_unc_path_to_root()
4234 scnprintf(tree, MAX_TREE_SIZE, "\\\\%s\\IPC$", server->hostname); in __tree_connect_dfs_target()
4240 scnprintf(tree, MAX_TREE_SIZE, "\\%s", share); in __tree_connect_dfs_target()
4317 tree = kzalloc(MAX_TREE_SIZE, GFP_KERNEL); in cifs_tree_connect()
4322 scnprintf(tree, MAX_TREE_SIZE, "\\\\%s\\IPC$", server->hostname); in cifs_tree_connect()
A Dcifsglob.h40 #define MAX_TREE_SIZE (2 + CIFS_NI_MAXHOST + 1 + CIFS_MAX_SHARE_LEN + 1) macro
1044 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */

Completed in 21 milliseconds