Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dfscc.h394 __le32 MaxPathNameComponentLength; member
/linux/fs/smb/client/
H A Dcifsfs.c356 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
358 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
1226 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) == 0) { in cifs_fileattr_get()
/linux/fs/smb/server/
H A Dsmb2pdu.c6022 info->MaxPathNameComponentLength = cpu_to_le32(stfs.f_namelen); in smb2_get_info_filesystem()