Lines Matching defs:attribute
752 * @attribute: attribute flags
756 static int smb2_get_dos_mode(struct kstat *stat, int attribute)
762 (attribute & (FILE_ATTRIBUTE_HIDDEN | FILE_ATTRIBUTE_SYSTEM));
764 attr = (attribute & 0x00005137) | FILE_ATTRIBUTE_ARCHIVE;
2534 ksmbd_debug(SMB, "failed to store file attribute into xattr\n");
2799 pr_err("Invalid file attribute : 0x%x\n",
4304 * smb2_get_ea() - handler for smb2 get extended attribute command
4307 * @req: get extended attribute request
5730 "failed to restore file attribute in EA\n");