Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
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 Dsmb2pdu.h352 __le32 FileAttributes; member
H A Dcifssmb.c1117 pSMB->FileAttributes = cpu_to_le16(ATTR_SYSTEM); in SMBLegacyOpen()
1119 pSMB->FileAttributes = cpu_to_le16(0/*ATTR_NORMAL*/); in SMBLegacyOpen()
1122 pSMB->FileAttributes |= cpu_to_le16(ATTR_READONLY); in SMBLegacyOpen()
1159 cpu_to_le32(le16_to_cpu(pSMBr->FileAttributes)); in SMBLegacyOpen()
1233 req->FileAttributes = cpu_to_le32(ATTR_SYSTEM); in CIFS_open()
1235 req->FileAttributes = cpu_to_le32(ATTR_NORMAL); in CIFS_open()
1242 req->FileAttributes |= cpu_to_le32(ATTR_POSIX_SEMANTICS); in CIFS_open()
1245 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.c2858 req->FileAttributes = cpu_to_le32(file_attributes); in smb311_posix_mkdir()
3017 req->FileAttributes = cpu_to_le32(file_attributes); in SMB2_open_init()
3257 buf->Attributes = rsp->FileAttributes; in SMB2_open()
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.h362 __le32 FileAttributes; member
H A Dsmb2pdu.c2311 rsp->FileAttributes = FILE_ATTRIBUTE_NORMAL_LE; in create_smb2_pipe()
3039 if (req->FileAttributes && !(req->FileAttributes & FILE_ATTRIBUTE_MASK_LE)) { in smb2_open()
3041 le32_to_cpu(req->FileAttributes)); in smb2_open()
3168 req->FileAttributes & FILE_ATTRIBUTE_NORMAL_LE) { in smb2_open()
3552 if (req->FileAttributes || fp->f_ci->m_fattr == 0) in smb2_open()
3554 cpu_to_le32(smb2_get_dos_mode(&stat, le32_to_cpu(req->FileAttributes))); in smb2_open()
3601 rsp->FileAttributes = fp->f_ci->m_fattr; in smb2_open()
5198 file_info->FileAttributes = fp->f_ci->m_fattr; in get_file_attribute_tag_info()
/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h1234 __le32 FileAttributes; member
1257 __le32 FileAttributes; member