Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifspdu.h907 __le32 FileAttributes; member
938 __le32 FileAttributes; member
959 __le32 FileAttributes; member
982 __le16 FileAttributes; /* dos attrs */ member
998 __le16 FileAttributes; member
H A Dsmb2pdu.h795 __le32 FileAttributes; member
825 __le32 FileAttributes; member
H A Dcifssmb.c1262 pSMB->FileAttributes = cpu_to_le16(ATTR_SYSTEM); in SMBLegacyOpen()
1264 pSMB->FileAttributes = cpu_to_le16(0/*ATTR_NORMAL*/); in SMBLegacyOpen()
1267 pSMB->FileAttributes |= cpu_to_le16(ATTR_READONLY); in SMBLegacyOpen()
1304 cpu_to_le32(le16_to_cpu(pSMBr->FileAttributes)); in SMBLegacyOpen()
1378 req->FileAttributes = cpu_to_le32(ATTR_SYSTEM); in CIFS_open()
1380 req->FileAttributes = cpu_to_le32(ATTR_NORMAL); in CIFS_open()
1387 req->FileAttributes |= cpu_to_le32(ATTR_POSIX_SEMANTICS); in CIFS_open()
1390 req->FileAttributes |= cpu_to_le32(ATTR_READONLY); in CIFS_open()
H A Dsmb2pdu.c2535 req->FileAttributes = cpu_to_le32(file_attributes); in smb311_posix_mkdir()
2671 req->FileAttributes = cpu_to_le32(file_attributes); in SMB2_open_init()
2908 buf->Attributes = rsp->FileAttributes; in SMB2_open()