Searched refs:file_attributes (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/pcap2nbench/
H A Dreadandxresponse.hpp39 uint32_t file_attributes; member in class:ReadAndXResponse
H A Dntcreateandxrequest.hpp46 uint32_t file_attributes; member in struct:NtCreateAndXRequest
H A Dntcreateandxresponse.hpp47 uint32_t file_attributes; member in struct:NtCreateAndXResponse
H A Dntcreateandxrequest.cpp43 memcpy(&file_attributes, data + 28, 4);
65 << "File Attributes: " << rhs.file_attributes << std::endl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dcurl_startup.com83 $ if .not. f$file_attributes("gnv$libcurl", "known")
92 $ if .not. f$file_attributes(curl_exe, "known")
H A Dbuild_vms.com165 $ proc_fid = f$file_attributes(proc, "FID")
184 $ test_proc_fid = f$file_attributes(test_proc, "FID")
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dusnjrnl.h189 /*0x34*/FILE_ATTR_FLAGS file_attributes; /* File attributes copied from member in struct:__anon16919
H A Dlayout.h730 * File attribute flags (32-bit) appearing in the file_attributes fields of the
821 /* 32*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member in struct:__anon16832
1019 /* 38*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member in struct:__anon16838
H A Ddir.c661 if (ie->key.file_name.file_attributes &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnttrans.c284 static uint32 set_posix_case_semantics(connection_struct *conn, uint32 file_attributes) argument
286 if(!(file_attributes & FILE_FLAG_POSIX_SEMANTICS)) {
287 return file_attributes;
299 return (file_attributes & ~FILE_FLAG_POSIX_SEMANTICS);
306 static void restore_case_semantics(connection_struct *conn, uint32 file_attributes) argument
308 if(!(file_attributes & FILE_FLAG_POSIX_SEMANTICS)) {
482 uint32 file_attributes = IVAL(inbuf,smb_ntcreate_FileAttributes); local
512 "file_attributes = 0x%x, share_access = 0x%x, "
517 (unsigned int)file_attributes,
669 new_file_attributes = set_posix_case_semantics(conn, file_attributes);
1196 uint32 file_attributes; local
[all...]
H A Dopen.c1996 uint32 file_attributes,
2020 if (file_attributes & FILE_FLAG_POSIX_SEMANTICS) {
2021 mode = (mode_t)(file_attributes & ~FILE_FLAG_POSIX_SEMANTICS);
2049 if (!(file_attributes & FILE_FLAG_POSIX_SEMANTICS)) {
2084 uint32 file_attributes,
2096 "create_disposition = 0x%x, file_attributes = 0x%x\n",
2102 (unsigned int)file_attributes));
2131 file_attributes,
2152 file_attributes,
2211 fsp->posix_open = (file_attributes
1994 mkdir_internal(connection_struct *conn, const char *name, uint32 file_attributes, SMB_STRUCT_STAT *psbuf) argument
2077 open_directory(connection_struct *conn, const char *fname, SMB_STRUCT_STAT *psbuf, uint32 access_mask, uint32 share_access, uint32 create_disposition, uint32 create_options, uint32 file_attributes, int *pinfo, files_struct **result) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtests.com214 $ testss_RDT = f$cvtime(f$file_attributes("testss.com","RDT"))
215 $ if f$cvtime(f$file_attributes("keyU.ss","RDT")) .les. testss_RDT then -
217 $ if f$cvtime(f$file_attributes("certU.ss","RDT")) .les. testss_RDT then -
219 $ if f$cvtime(f$file_attributes("certCA.ss","RDT")) .les. testss_RDT then -
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_smb.c151 "file_attributes", "share_access",
155 uint32 desired_access, file_attributes = 0, local
164 &file_attributes, &share_access, &create_disposition,
169 cli->cli, filename, 0, desired_access, file_attributes,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddir.c597 if (ie->key.file_name.file_attributes & FILE_ATTR_I30_INDEX_PRESENT)
599 else if (fn->file_attributes & FILE_ATTR_SYSTEM)
1103 si->file_attributes = FILE_ATTR_SYSTEM;
1225 fn->file_attributes = FILE_ATTR_I30_INDEX_PRESENT;
1227 fn->file_attributes = FILE_ATTR_SYSTEM;
1616 fn->file_attributes = ni->flags;
1618 fn->file_attributes |= FILE_ATTR_I30_INDEX_PRESENT;
H A Dinode.c185 ni->flags = std_info->file_attributes;
532 std_info->file_attributes = ni->flags;
614 fn->file_attributes =
615 (fn->file_attributes & ~FILE_ATTR_VALID_FLAGS) |
H A Dvolume.c215 ni->flags = si->file_attributes;
H A Dindex.c1827 if (((FILE_NAME_ATTR *)icx->data)->file_attributes &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h831 * (in the field file_attributes).
873 * file_attributes field).
924 /* 32*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member in struct:__anon4192
1118 /* 38*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member in struct:__anon4198

Completed in 331 milliseconds