Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dioctl.c135 fsinf->fs_attributes = le32_to_cpu(tcon->fsAttrInfo.Attributes); in smb_mnt_get_fsinfo()
137 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
Ddir.c158 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
160 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
Dcifs_debug.c97 le32_to_cpu(tcon->fsAttrInfo.Attributes), in cifs_debug_tcon()
98 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
Dcifsfs.c321 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
323 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
Dcifsglob.h1179 FILE_SYSTEM_ATTRIBUTE_INFO fsAttrInfo; /* ok if fs name truncated */ member
Dsmb2pdu.c5539 memcpy(&tcon->fsAttrInfo, offset in SMB2_QFS_attr()
Dsmb2ops.c1949 if ((le32_to_cpu(tcon->fsAttrInfo.Attributes) & in smb2_duplicate_extents()
Dcifssmb.c4692 memcpy(&tcon->fsAttrInfo, response_data, in CIFSSMBQFSAttributeInfo()