Home
last modified time | relevance | path

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

/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.c1239 pSMB->FileAttributes = cpu_to_le16(ATTR_SYSTEM); in SMBLegacyOpen()
1241 pSMB->FileAttributes = cpu_to_le16(0/*ATTR_NORMAL*/); in SMBLegacyOpen()
1244 pSMB->FileAttributes |= cpu_to_le16(ATTR_READONLY); in SMBLegacyOpen()
1282 cpu_to_le32(le16_to_cpu(pSMBr->FileAttributes)); in SMBLegacyOpen()
1359 req->FileAttributes = cpu_to_le32(ATTR_SYSTEM); in CIFS_open()
1361 req->FileAttributes = cpu_to_le32(ATTR_NORMAL); in CIFS_open()
1368 req->FileAttributes |= cpu_to_le32(ATTR_POSIX_SEMANTICS); in CIFS_open()
1371 req->FileAttributes |= cpu_to_le32(ATTR_READONLY); in CIFS_open()
Dsmb2pdu.c1389 req->FileAttributes = cpu_to_le32(file_attributes); in SMB2_open()
1478 buf->Attributes = rsp->FileAttributes; in SMB2_open()