Home
last modified time | relevance | path

Searched refs:MaxPathNameComponentLength (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/cifs/
Dioctl.c146 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
Ddir.c206 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
208 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
Dcifsfs.c263 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
265 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
Dcifs_debug.c97 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
Dcifspdu.h2304 __le32 MaxPathNameComponentLength; member