Home
last modified time | relevance | path

Searched refs:FileAttributes (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.h351 __le32 FileAttributes; member
354 __le32 ReparsePointTag; /* valid if FILE_ATTR_REPARSE_POINT set in FileAttributes */
H A Dcifspdu.h858 __le32 FileAttributes; member
890 __le32 FileAttributes;
912 __le32 FileAttributes; member
935 __le16 FileAttributes; /* dos attrs */ member
951 __le16 FileAttributes; member
H A Dcifssmb.c1082 pSMB->FileAttributes = cpu_to_le16(ATTR_SYSTEM); in SMBLegacyOpen()
1084 pSMB->FileAttributes = cpu_to_le16(0/*ATTR_NORMAL*/); in SMBLegacyOpen()
1087 pSMB->FileAttributes |= cpu_to_le16(ATTR_READONLY); in SMBLegacyOpen()
1124 cpu_to_le32(le16_to_cpu(pSMBr->FileAttributes)); in SMBLegacyOpen()
1198 req->FileAttributes = cpu_to_le32(ATTR_SYSTEM); in CIFS_open()
1200 req->FileAttributes = cpu_to_le32(ATTR_NORMAL); in CIFS_open()
1207 req->FileAttributes |= cpu_to_le32(ATTR_POSIX_SEMANTICS); in CIFS_open()
1210 req->FileAttributes |= cpu_to_le32(ATTR_READONLY); in CIFS_open()
H A Dsmb2pdu.c2815 req->FileAttributes = cpu_to_le32(file_attributes); in smb311_posix_mkdir()
2964 req->FileAttributes = cpu_to_le32(file_attributes); in SMB2_open_init()
3193 buf->Attributes = rsp->FileAttributes; in SMB2_open()
/kernel/linux/linux-5.10/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.c2539 req->FileAttributes = cpu_to_le32(file_attributes); in smb311_posix_mkdir()
2675 req->FileAttributes = cpu_to_le32(file_attributes); in SMB2_open_init()
2912 buf->Attributes = rsp->FileAttributes; in SMB2_open()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.h345 __le32 FileAttributes; member
H A Dsmb2pdu.c2288 rsp->FileAttributes = FILE_ATTRIBUTE_NORMAL_LE; in create_smb2_pipe()
2545 /* get FileAttributes from XATTR_NAME_DOS_ATTRIBUTE */ in smb2_update_xattrs()
2798 if (req->FileAttributes && !(req->FileAttributes & FILE_ATTRIBUTE_MASK_LE)) { in smb2_open()
2800 le32_to_cpu(req->FileAttributes)); in smb2_open()
2928 req->FileAttributes & FILE_ATTRIBUTE_NORMAL_LE) { in smb2_open()
3309 if (req->FileAttributes || fp->f_ci->m_fattr == 0) in smb2_open()
3311 cpu_to_le32(smb2_get_dos_mode(&stat, le32_to_cpu(req->FileAttributes))); in smb2_open()
3337 rsp->FileAttributes = fp->f_ci->m_fattr; in smb2_open()
4840 file_info->FileAttributes in get_file_attribute_tag_info()
[all...]
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h1161 __le32 FileAttributes; member
1184 __le32 FileAttributes; member

Completed in 68 milliseconds