Home
last modified time | relevance | path

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

/linux-4.19.296/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.h646 __le32 FileAttributes; member
669 __le32 FileAttributes; member
Dcifssmb.c1254 pSMB->FileAttributes = cpu_to_le16(ATTR_SYSTEM); in SMBLegacyOpen()
1256 pSMB->FileAttributes = cpu_to_le16(0/*ATTR_NORMAL*/); in SMBLegacyOpen()
1259 pSMB->FileAttributes |= cpu_to_le16(ATTR_READONLY); in SMBLegacyOpen()
1296 cpu_to_le32(le16_to_cpu(pSMBr->FileAttributes)); in SMBLegacyOpen()
1373 req->FileAttributes = cpu_to_le32(ATTR_SYSTEM); in CIFS_open()
1375 req->FileAttributes = cpu_to_le32(ATTR_NORMAL); in CIFS_open()
1382 req->FileAttributes |= cpu_to_le32(ATTR_POSIX_SEMANTICS); in CIFS_open()
1385 req->FileAttributes |= cpu_to_le32(ATTR_READONLY); in CIFS_open()
Dsmb2pdu.c2057 req->FileAttributes = cpu_to_le32(file_attributes); in smb311_posix_mkdir()
2188 req->FileAttributes = cpu_to_le32(file_attributes); in SMB2_open_init()
2373 buf->Attributes = rsp->FileAttributes; in SMB2_open()