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

/linux-master/fs/smb/client/
H A Dioctl.c150 fsinf->fs_attributes = le32_to_cpu(tcon->fsAttrInfo.Attributes);
152 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength);
H A Ddir.c158 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength &&
160 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength)))
H A Dcifs_debug.c99 le32_to_cpu(tcon->fsAttrInfo.Attributes),
100 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength),
H A Dcifsfs.c319 if (le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength) > 0)
321 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength);
H A Dcifsglob.h1243 FILE_SYSTEM_ATTRIBUTE_INFO fsAttrInfo; /* ok if fs name truncated */ member in struct:cifs_tcon
H A Dsmb2ops.c2006 if ((le32_to_cpu(tcon->fsAttrInfo.Attributes) &
H A Dsmb2pdu.c5960 memcpy(&tcon->fsAttrInfo, offset
H A Dcifssmb.c4666 memcpy(&tcon->fsAttrInfo, response_data,

Completed in 239 milliseconds