Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dcifspdu.h869 __le32 FileAttributes; member
900 __le32 FileAttributes; member
921 __le32 FileAttributes; member
944 __le16 FileAttributes; /* dos attrs */ member
960 __le16 FileAttributes; member
A Dsmb2pdu.h919 __le32 FileAttributes; member
A Dcifssmb.c1149 pSMB->FileAttributes = cpu_to_le16(ATTR_SYSTEM); in SMBLegacyOpen()
1151 pSMB->FileAttributes = cpu_to_le16(0/*ATTR_NORMAL*/); in SMBLegacyOpen()
1154 pSMB->FileAttributes |= cpu_to_le16(ATTR_READONLY); in SMBLegacyOpen()
1191 cpu_to_le32(le16_to_cpu(pSMBr->FileAttributes)); in SMBLegacyOpen()
1265 req->FileAttributes = cpu_to_le32(ATTR_SYSTEM); in CIFS_open()
1267 req->FileAttributes = cpu_to_le32(ATTR_NORMAL); in CIFS_open()
1274 req->FileAttributes |= cpu_to_le32(ATTR_POSIX_SEMANTICS); in CIFS_open()
1277 req->FileAttributes |= cpu_to_le32(ATTR_READONLY); in CIFS_open()
A Dsmb2pdu.c2586 req->FileAttributes = cpu_to_le32(file_attributes); in smb311_posix_mkdir()
2735 req->FileAttributes = cpu_to_le32(file_attributes); in SMB2_open_init()
2978 buf->Attributes = rsp->FileAttributes; in SMB2_open()
/linux/fs/smbfs_common/
A Dsmb2pdu.h956 __le32 FileAttributes; member
979 __le32 FileAttributes; member
/linux/fs/ksmbd/
A Dsmb2pdu.h883 __le32 FileAttributes; member
A Dsmb2pdu.c2128 rsp->FileAttributes = FILE_ATTRIBUTE_NORMAL_LE; in create_smb2_pipe()
2629 if (req->FileAttributes && !(req->FileAttributes & FILE_ATTRIBUTE_MASK_LE)) { in smb2_open()
2631 le32_to_cpu(req->FileAttributes)); in smb2_open()
2760 req->FileAttributes & FILE_ATTRIBUTE_NORMAL_LE) { in smb2_open()
3124 if (req->FileAttributes || fp->f_ci->m_fattr == 0) in smb2_open()
3126 cpu_to_le32(smb2_get_dos_mode(&stat, le32_to_cpu(req->FileAttributes))); in smb2_open()
3155 rsp->FileAttributes = fp->f_ci->m_fattr; in smb2_open()
4685 file_info->FileAttributes = fp->f_ci->m_fattr; in get_file_attribute_tag_info()

Completed in 64 milliseconds