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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dusnjrnl.h189 /*0x34*/FILE_ATTR_FLAGS file_attributes; /* File attributes copied from member in struct:__anon7604
H A Dlayout.h741 * File attribute flags (32-bit) appearing in the file_attributes fields of the
832 /* 32*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member in struct:__anon7517
1030 /* 38*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member in struct:__anon7523
H A Ddir.c660 if (ie->key.file_name.file_attributes &
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dnttrans.c275 static void set_posix_case_semantics(connection_struct *conn, uint32 file_attributes) argument
277 if(!(file_attributes & FILE_FLAG_POSIX_SEMANTICS))
294 static void restore_case_semantics(connection_struct *conn, uint32 file_attributes) argument
296 if(!(file_attributes & FILE_FLAG_POSIX_SEMANTICS))
351 uint32 *desired_access, uint32 share_access, uint32 file_attributes)
475 if(file_attributes & FILE_FLAG_WRITE_THROUGH)
480 (unsigned long)file_attributes, smb_open_mode ));
579 uint32 file_attributes = IVAL(inbuf,smb_ntcreate_FileAttributes); local
607 file_attributes = 0x%x, share_access = 0x%x, create_disposition = 0x%x \
608 create_options = 0x%x root_dir_fid = 0x%x\n", flags, desired_access, file_attributes,
350 map_share_mode( char *fname, uint32 create_options, uint32 *desired_access, uint32 share_access, uint32 file_attributes) argument
1199 uint32 file_attributes; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dtests.com203 $ testss_RDT = f$cvtime(f$file_attributes("testss.com","RDT"))
204 $ if f$cvtime(f$file_attributes("keyU.ss","RDT")) .les. testss_RDT then -
206 $ if f$cvtime(f$file_attributes("certU.ss","RDT")) .les. testss_RDT then -
208 $ if f$cvtime(f$file_attributes("certCA.ss","RDT")) .les. testss_RDT then -
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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:__anon1252
1118 /* 38*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member in struct:__anon1258

Completed in 171 milliseconds