Home
last modified time | relevance | path

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

/Linux-v5.10/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.h787 __le32 FileAttributes; member
817 __le32 FileAttributes; member
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()
Dsmb2pdu.c2516 req->FileAttributes = cpu_to_le32(file_attributes); in smb311_posix_mkdir()
2652 req->FileAttributes = cpu_to_le32(file_attributes); in SMB2_open_init()
2889 buf->Attributes = rsp->FileAttributes; in SMB2_open()