Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2pdu.h352 __le32 FileAttributes; member
355 __le32 ReparsePointTag; /* valid if FILE_ATTR_REPARSE_POINT set in FileAttributes */
H A Dcifspdu.h898 __le32 FileAttributes; member
930 __le32 FileAttributes;
952 __le32 FileAttributes; member
975 __le16 FileAttributes; /* dos attrs */ member
991 __le16 FileAttributes; member
H A Dcifssmb.c1118 pSMB->FileAttributes = cpu_to_le16(ATTR_SYSTEM); in SMBLegacyOpen()
1120 pSMB->FileAttributes = cpu_to_le16(0/*ATTR_NORMAL*/); in SMBLegacyOpen()
1123 pSMB->FileAttributes |= cpu_to_le16(ATTR_READONLY); in SMBLegacyOpen()
1160 cpu_to_le32(le16_to_cpu(pSMBr->FileAttributes)); in SMBLegacyOpen()
1234 req->FileAttributes = cpu_to_le32(ATTR_SYSTEM); in CIFS_open()
1236 req->FileAttributes = cpu_to_le32(ATTR_NORMAL); in CIFS_open()
1243 req->FileAttributes |= cpu_to_le32(ATTR_POSIX_SEMANTICS); in CIFS_open()
1246 req->FileAttributes |= cpu_to_le32(ATTR_READONLY); in CIFS_open()
H A Dsmb2inode.c658 idata->fi.Attributes = create_rsp->FileAttributes; in smb2_compound_op()
664 idata->fi.Directory = !!(le32_to_cpu(create_rsp->FileAttributes) & ATTR_DIRECTORY); in smb2_compound_op()
H A Dsmb2pdu.c2877 req->FileAttributes = cpu_to_le32(file_attributes); in smb311_posix_mkdir()
3036 req->FileAttributes = cpu_to_le32(file_attributes); in SMB2_open_init()
3278 buf->Attributes = rsp->FileAttributes; in SMB2_open()
/linux/fs/smb/common/
H A Dsmb2pdu.h1234 __le32 FileAttributes; member
1257 __le32 FileAttributes; member