Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Ddir.c149 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
151 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
Dioctl.c137 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
Dcifsfs.c316 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
318 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
Dcifs_debug.c96 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
Dcifspdu.h2262 __le32 MaxPathNameComponentLength; member
/linux-6.1.9/fs/ksmbd/
Dsmb_common.h228 __le32 MaxPathNameComponentLength; member
Dsmb2pdu.c4954 info->MaxPathNameComponentLength = cpu_to_le32(stfs.f_namelen); in smb2_get_info_filesystem()