Searched refs:file_attributes (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/server/
H A Dvfs.h71 __le32 file_attributes; member in struct:ksmbd_kstat
H A Dvfs.c1673 if (ksmbd_kstat->file_attributes & FILE_ATTRIBUTE_DIRECTORY_LE) {
1680 info->ExtFileAttributes = ksmbd_kstat->file_attributes;
1712 ksmbd_kstat->file_attributes = FILE_ATTRIBUTE_DIRECTORY_LE;
1714 ksmbd_kstat->file_attributes = FILE_ATTRIBUTE_ARCHIVE_LE;
1722 ksmbd_kstat->file_attributes = cpu_to_le32(da.attr);
/linux-master/fs/smb/client/
H A Dsmb2pdu.c2819 __u32 file_attributes = 0; local
2858 req->FileAttributes = cpu_to_le32(file_attributes);
2991 __u32 file_attributes = 0; local
3009 file_attributes |= ATTR_READONLY;
3011 file_attributes |= ATTR_SYSTEM;
3016 req->FileAttributes = cpu_to_le32(file_attributes);

Completed in 131 milliseconds