Searched refs:Attributes (Results 1 - 22 of 22) sorted by relevance

/linux-master/fs/smb/client/
H A Dreparse.h91 u32 attrs = le32_to_cpu(fi->Attributes);
97 fi->Attributes = cpu_to_le32(attrs);
H A Dsmb2pdu.h330 __le32 Attributes;
H A Dsmb1ops.c579 if (!(le32_to_cpu(fi.Attributes) & ATTR_REPARSE))
716 info.Attributes = cpu_to_le32(dosattrs);
824 cinode->cifsAttrs = le32_to_cpu(buf->Attributes);
853 cinode->cifsAttrs = le32_to_cpu(buf->Attributes);
H A Dxattr.c57 info_buf.Attributes = cpu_to_le32(attrib);
H A Dcifspdu.h202 #define FILE_READ_ATTRIBUTES 0x00000080 /* Attributes associated with the */
204 #define FILE_WRITE_ATTRIBUTES 0x00000100 /* Attributes associated with the */
2259 __le32 Attributes; member in struct:__anon122
2274 __le32 Attributes;
2359 __le16 Attributes; /* verify not u32 */ member in struct:__anon130
2368 __le32 Attributes; member in struct:__anon131
2570 __le16 Attributes; /* verify not u32 */ member in struct:__anon140
H A Dioctl.c150 fsinf->fs_attributes = le32_to_cpu(tcon->fsAttrInfo.Attributes);
H A Dsmb2inode.c1012 data.Attributes = cpu_to_le32(dosattrs);
1171 (buf->Attributes == 0))
H A Dreaddir.c323 fattr->cf_cifsattrs = le16_to_cpu(info->Attributes);
H A Dcifs_debug.c97 seq_printf(m, "DevInfo: 0x%x Attributes: 0x%x\n\tPathComponentMax: %d Status: %d",
99 le32_to_cpu(tcon->fsAttrInfo.Attributes),
H A Dinode.c740 fattr->cf_cifsattrs = le32_to_cpu(info->Attributes);
1575 info_buf.Attributes = cpu_to_le32(dosattr);
1646 info_buf->Attributes = cpu_to_le32(dosattr);
1704 info_buf->Attributes = cpu_to_le32(origattr);
3119 /* Attributes of 0 are ignored */
H A Dcifssmb.c1123 pfile_info->Attributes =
3594 data->Attributes =
H A Dsmb2ops.c1460 /* End of file and Attributes should not have to be updated on close */
2006 if ((le32_to_cpu(tcon->fsAttrInfo.Attributes) &
H A Dsmb2pdu.c3256 buf->Attributes = rsp->FileAttributes;
/linux-master/fs/efivarfs/
H A Dinternal.h30 __u32 Attributes; member in struct:efi_variable
H A Dsuper.c251 i_size_write(inode, size + sizeof(entry->var.Attributes));
/linux-master/drivers/pcmcia/
H A Dpcmcia_cis.c48 tuple.Attributes = 0;
50 tuple.Attributes = TUPLE_RETURN_COMMON;
102 tuple.Attributes = 0;
H A Dcistpl.c460 if ((s->functions > 1) && !(tuple->Attributes & TUPLE_RETURN_COMMON)) {
611 if ((tuple->Attributes & TUPLE_RETURN_LINK) &&
1410 tuple->Attributes = TUPLE_RETURN_COMMON;
1495 tuple.Attributes = TUPLE_RETURN_LINK | TUPLE_RETURN_COMMON;
/linux-master/fs/smb/server/
H A Dsmb2pdu.h288 __le32 Attributes; member in struct:smb2_file_basic_info
312 __le32 Attributes; member in struct:smb2_file_ntwrk_info
H A Dsmb_common.h95 #define FILE_READ_ATTRIBUTES 0x00000080 /* Attributes associated with the */
97 #define FILE_WRITE_ATTRIBUTES 0x00000100 /* Attributes associated with the */
213 __le32 Attributes; member in struct:filesystem_attribute_info
H A Dsmb2pdu.c4746 basic_info->Attributes = fp->f_ci->m_fattr;
4831 file_info->Attributes = fp->f_ci->m_fattr;
5031 file_info->Attributes = fp->f_ci->m_fattr;
5330 info->Attributes = cpu_to_le32(FILE_SUPPORTS_OBJECT_IDS |
5337 info->Attributes |= cpu_to_le32(server_conf.share_fake_fscaps);
5341 info->Attributes |= cpu_to_le32(FILE_NAMED_STREAMS);
5660 rsp->Attributes = 0;
5754 rsp->Attributes = fp->f_ci->m_fattr;
5767 rsp->Attributes = 0;
5991 if (file_info->Attributes) {
[all...]
/linux-master/include/pcmcia/
H A Dcistpl.h555 u_int Attributes; member in struct:tuple_t
571 /* Attributes for tuple calls */
/linux-master/fs/smb/common/
H A Dsmb2pdu.h722 __le32 Attributes;
1678 __le32 Attributes; member in struct:smb2_file_all_info

Completed in 626 milliseconds