Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dioctl.c103 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
Ddir.c207 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
209 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
Dcifsfs.c215 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
217 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
Dcifs_debug.c107 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
Dcifspdu.h2301 __le32 MaxPathNameComponentLength; member