Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Ddir.c158 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
160 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
Dioctl.c137 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
Dcifsfs.c321 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
323 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
Dcifs_debug.c98 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
Dcifspdu.h2258 __le32 MaxPathNameComponentLength; member
/Linux-v6.6/fs/smb/server/
Dsmb_common.h214 __le32 MaxPathNameComponentLength; member
Dsmb2pdu.c5041 info->MaxPathNameComponentLength = cpu_to_le32(stfs.f_namelen); in smb2_get_info_filesystem()