Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Ddir.c63 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()
Dcifsglob.h45 #define MAX_TREE_SIZE (2 + CIFS_NI_MAXHOST + 1 + CIFS_MAX_SHARE_LEN + 1) macro
831 char treeName[MAX_TREE_SIZE + 1]; /* UNC name of resource in ASCII */
Dconnect.c2588 if (strncmp(tcon->treeName, unc, MAX_TREE_SIZE)) in match_tcon()
3383 unsigned int unc_len = strnlen(vol->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root()