Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Ddir.c158 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
160 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
H A Dioctl.c149 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
H A Dcifsfs.c329 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
331 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
H A Dcifs_debug.c100 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
H A Dcifspdu.h2271 __le32 MaxPathNameComponentLength; member
/linux-6.15/fs/smb/server/
H A Dsmb_common.h216 __le32 MaxPathNameComponentLength; member
H A Dsmb2pdu.c5456 info->MaxPathNameComponentLength = cpu_to_le32(stfs.f_namelen); in smb2_get_info_filesystem()