Home
last modified time | relevance | path

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

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