Searched refs:fsAttrInfo (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | ioctl.c | 144 fsinf->fs_attributes = le32_to_cpu(tcon->fsAttrInfo.Attributes); in smb_mnt_get_fsinfo() 146 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
|
H A D | dir.c | 206 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name() 208 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
|
H A D | cifs_debug.c | 96 le32_to_cpu(tcon->fsAttrInfo.Attributes), in cifs_debug_tcon() 97 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
|
H A D | cifsfs.c | 272 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs() 274 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
|
H A D | cifsglob.h | 1138 FILE_SYSTEM_ATTRIBUTE_INFO fsAttrInfo; /* ok if fs name truncated */ member
|
H A D | smb2ops.c | 2007 if ((le32_to_cpu(tcon->fsAttrInfo.Attributes) & in smb2_duplicate_extents()
|
H A D | smb2pdu.c | 5284 memcpy(&tcon->fsAttrInfo, offset in SMB2_QFS_attr()
|
H A D | cifssmb.c | 5189 memcpy(&tcon->fsAttrInfo, response_data, in CIFSSMBQFSAttributeInfo()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | ioctl.c | 149 fsinf->fs_attributes = le32_to_cpu(tcon->fsAttrInfo.Attributes); in smb_mnt_get_fsinfo() 151 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in smb_mnt_get_fsinfo()
|
H A D | dir.c | 158 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name() 160 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
|
H A D | cifs_debug.c | 99 le32_to_cpu(tcon->fsAttrInfo.Attributes), in cifs_debug_tcon() 100 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
|
H A D | cifsfs.c | 321 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs() 323 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
|
H A D | cifsglob.h | 1209 FILE_SYSTEM_ATTRIBUTE_INFO fsAttrInfo; /* ok if fs name truncated */ member
|
H A D | smb2ops.c | 1967 if ((le32_to_cpu(tcon->fsAttrInfo.Attributes) & in smb2_duplicate_extents()
|
H A D | smb2pdu.c | 5728 memcpy(&tcon->fsAttrInfo, offset in SMB2_QFS_attr()
|
H A D | cifssmb.c | 4656 memcpy(&tcon->fsAttrInfo, response_data, in CIFSSMBQFSAttributeInfo()
|
Completed in 63 milliseconds