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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifspdu.h727 __le32 FileAttributes; member in struct:smb_com_open_req
758 __le32 FileAttributes; member in struct:smb_com_open_rsp
776 __le16 FileAttributes; /* dos attrs */ member in struct:smb_com_openx_req
792 __le16 FileAttributes; member in struct:smb_com_openx_rsp
H A Dcifssmb.c1117 pSMB->FileAttributes = cpu_to_le16(ATTR_SYSTEM);
1119 pSMB->FileAttributes = cpu_to_le16(0/*ATTR_NORMAL*/);
1122 pSMB->FileAttributes |= cpu_to_le32(ATTR_READONLY);*/
1158 cpu_to_le32(le16_to_cpu(pSMBr->FileAttributes));
1221 pSMB->FileAttributes = cpu_to_le32(ATTR_SYSTEM);
1223 pSMB->FileAttributes = cpu_to_le32(ATTR_NORMAL);
1228 pSMB->FileAttributes |= cpu_to_le32(ATTR_POSIX_SEMANTICS);
1231 pSMB->FileAttributes |= cpu_to_le32(ATTR_READONLY);*/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c643 uint32 FileAttributes, uint32 ShareAccess,
666 SIVAL(cli->outbuf,smb_ntcreate_FileAttributes, FileAttributes);
641 cli_nt_create_full(struct cli_state *cli, const char *fname, uint32 CreatFlags, uint32 DesiredAccess, uint32 FileAttributes, uint32 ShareAccess, uint32 CreateDisposition, uint32 CreateOptions, uint8 SecuityFlags) argument

Completed in 112 milliseconds