Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dfscc.h101 __le32 MaxPathNameComponentLength; member
/linux/fs/smb/client/
H A Ddir.c159 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
161 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.c369 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
371 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
H A Dcifs_debug.c102 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
/linux/fs/smb/server/
H A Dsmb2pdu.c5505 info->MaxPathNameComponentLength = cpu_to_le32(stfs.f_namelen); in smb2_get_info_filesystem()