Home
last modified time | relevance | path

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

/fs/smb/client/
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()
A Ddir.c159 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name()
161 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name()
A Dcifs_debug.c100 le32_to_cpu(tcon->fsAttrInfo.Attributes), in cifs_debug_tcon()
101 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon()
A Dcifsglob.h1288 FILE_SYSTEM_ATTRIBUTE_INFO fsAttrInfo; /* ok if fs name truncated */ member
2401 (le32_to_cpu((tcon)->fsAttrInfo.Attributes) & \
A Dcifsfs.c328 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0) in cifs_statfs()
330 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength); in cifs_statfs()
A Dsmb2ops.c2075 if ((le32_to_cpu(tcon->fsAttrInfo.Attributes) & in smb2_duplicate_extents()
A Dsmb2pdu.c6027 memcpy(&tcon->fsAttrInfo, offset in SMB2_QFS_attr()
A Dcifssmb.c4857 memcpy(&tcon->fsAttrInfo, response_data, in CIFSSMBQFSAttributeInfo()

Completed in 54 milliseconds