Home
last modified time | relevance | path

Searched refs:FileAttributes (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/cifs/
Dcifspdu.h902 __le32 FileAttributes; member
933 __le32 FileAttributes; member
954 __le32 FileAttributes; member
977 __le16 FileAttributes; /* dos attrs */ member
993 __le16 FileAttributes; member
Dsmb2pdu.h493 __le32 FileAttributes; member
516 __le32 FileAttributes; member
Dcifssmb.c1213 pSMB->FileAttributes = cpu_to_le16(ATTR_SYSTEM); in SMBLegacyOpen()
1215 pSMB->FileAttributes = cpu_to_le16(0/*ATTR_NORMAL*/); in SMBLegacyOpen()
1218 pSMB->FileAttributes |= cpu_to_le16(ATTR_READONLY); in SMBLegacyOpen()
1256 cpu_to_le32(le16_to_cpu(pSMBr->FileAttributes)); in SMBLegacyOpen()
1333 req->FileAttributes = cpu_to_le32(ATTR_SYSTEM); in CIFS_open()
1335 req->FileAttributes = cpu_to_le32(ATTR_NORMAL); in CIFS_open()
1342 req->FileAttributes |= cpu_to_le32(ATTR_POSIX_SEMANTICS); in CIFS_open()
1345 req->FileAttributes |= cpu_to_le32(ATTR_READONLY); in CIFS_open()
Dsmb2pdu.c1340 req->FileAttributes = cpu_to_le32(file_attributes); in SMB2_open()
1429 buf->Attributes = rsp->FileAttributes; in SMB2_open()