Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dioctl.c147 fsinf->fs_attributes = le32_to_cpu(tcon->fsAttrInfo.Attributes); in smb_mnt_get_fsinfo()
149 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
H A Ddir.c158 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
160 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
H A Dcifs_debug.c99 le32_to_cpu(tcon->fsAttrInfo.Attributes), in cifs_debug_tcon()
100 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
H A Dlink.c647 (le32_to_cpu(pTcon->fsAttrInfo.Attributes) & FILE_SUPPORTS_REPARSE_POINTS)) {
H A Dcifsfs.c329 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
331 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
H A Dcifsglob.h1281 FILE_SYSTEM_ATTRIBUTE_INFO fsAttrInfo; /* ok if fs name truncated */ member
H A Dsmb2inode.c1348 if (!(le32_to_cpu(tcon->fsAttrInfo.Attributes) & FILE_SUPPORTS_REPARSE_POINTS)) in smb2_get_reparse_inode()
H A Dsmb2ops.c2060 if ((le32_to_cpu(tcon->fsAttrInfo.Attributes) & in smb2_duplicate_extents()
5249 } else if (le32_to_cpu(tcon->fsAttrInfo.Attributes) & FILE_SUPPORTS_REPARSE_POINTS) { in smb2_make_node()
H A Dcifssmb.c2731 if (!(le32_to_cpu(tcon->fsAttrInfo.Attributes) & FILE_SUPPORTS_REPARSE_POINTS)) in cifs_query_reparse_point()
4680 memcpy(&tcon->fsAttrInfo, response_data, in CIFSSMBQFSAttributeInfo()
H A Dsmb2pdu.c6054 memcpy(&tcon->fsAttrInfo, offset in SMB2_QFS_attr()