Searched refs:MAX_TREE_SIZE (Results 1 – 3 of 3) sorted by relevance
63 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()
45 #define MAX_TREE_SIZE (2 + CIFS_NI_MAXHOST + 1 + CIFS_MAX_SHARE_LEN + 1) macro819 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */
2543 if (strncmp(tcon->treeName, unc, MAX_TREE_SIZE)) in match_tcon()3302 unsigned int unc_len = strnlen(vol->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root()