Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dioctl.c146 fsinf->fs_attributes = le32_to_cpu(tcon->fsAttrInfo.Attributes); in smb_mnt_get_fsinfo()
148 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
H A Ddir.c159 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
161 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
H A Dcifsglob.h1245 FILE_SYSTEM_ATTRIBUTE_INFO fsAttrInfo; /* ok if fs name truncated */ member
2318 (le32_to_cpu((tcon)->fsAttrInfo.Attributes) & \
H A Dcifsfs.c340 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
342 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
H A Dsmb2pdu.c6203 memcpy(&tcon->fsAttrInfo, offset in SMB2_QFS_attr()
H A Dsmb2ops.c2201 if ((le32_to_cpu(tcon->fsAttrInfo.Attributes) & in smb2_duplicate_extents()