Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Ddir.c206 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
208 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
H A Dioctl.c146 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
H A Dcifsfs.c272 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
274 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
H A Dcifs_debug.c97 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
H A Dcifspdu.h2310 __le32 MaxPathNameComponentLength; member