Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dioctl.c101 fsinf->fs_attributes = le32_to_cpu(tcon->fsAttrInfo.Attributes); in smb_mnt_get_fsinfo()
103 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
Dcifs_debug.c106 le32_to_cpu(tcon->fsAttrInfo.Attributes), in cifs_debug_tcon()
107 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
Ddir.c207 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
209 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
Dcifsfs.c215 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
217 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
Dcifsglob.h970 FILE_SYSTEM_ATTRIBUTE_INFO fsAttrInfo; /* ok if fs name truncated */ member
Dsmb2ops.c1319 if ((le32_to_cpu(tcon->fsAttrInfo.Attributes) & in smb2_duplicate_extents()
Dsmb2pdu.c4243 memcpy(&tcon->fsAttrInfo, offset in SMB2_QFS_attr()
Dcifssmb.c5186 memcpy(&tcon->fsAttrInfo, response_data, in CIFSSMBQFSAttributeInfo()