/third_party/ntfs-3g/include/ntfs-3g/ |
D | attrib.h | 102 extern int ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name, 107 extern int ntfs_attr_position(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx); 110 const ATTR_TYPES type); 188 ATTR_TYPES type; 295 extern ntfs_attr *ntfs_attr_open(ntfs_inode *ni, const ATTR_TYPES type, 305 extern void *ntfs_attr_readall(ntfs_inode *ni, const ATTR_TYPES type, 320 const ATTR_TYPES type, const s64 size); 322 const ATTR_TYPES type); 328 extern int ntfs_resident_attr_record_add(ntfs_inode *ni, ATTR_TYPES type, 331 extern int ntfs_non_resident_attr_record_add(ntfs_inode *ni, ATTR_TYPES type, [all …]
|
D | layout.h | 518 } ATTR_TYPES; typedef 618 /* 80*/ ATTR_TYPES type; /* Type of the attribute. */ 723 /* 0*/ ATTR_TYPES type; /* The (32-bit) type of the attribute. */ 1023 /* 0*/ ATTR_TYPES type; /* Type of referenced attribute. */ 2125 /* 0*/ ATTR_TYPES type; /* Type of the indexed attribute. Is
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfscat.c | 109 static int parse_attribute(const char *value, ATTR_TYPES *attr) in parse_attribute() 137 *attr = (ATTR_TYPES)cpu_to_le32((i + 1) * 16); in parse_attribute() 144 *attr = (ATTR_TYPES)cpu_to_le32(num); in parse_attribute() 181 ATTR_TYPES attr = AT_UNUSED; in parse_options() 334 static int cat(ntfs_volume *vol, ntfs_inode *inode, ATTR_TYPES type, in cat() 406 ATTR_TYPES attr; in main()
|
D | ntfscmp.c | 395 static void print_attribute_type(ATTR_TYPES atype) in print_attribute_type() 419 ATTR_TYPES atype, in get_attr_name() 452 ATTR_TYPES atype = ctx->attr->type; in get_attr_name_ctx() 457 static void print_attribute(ATTR_TYPES atype, char *name) in print_attribute() 720 static void vprint_attribute(ATTR_TYPES atype, char *name) in vprint_attribute() 732 ATTR_TYPES atype1, in print_attributes() 733 ATTR_TYPES atype2, in print_attributes() 764 ATTR_TYPES prev_atype, in new_attribute() 790 static void set_prev(char **prev_name, ATTR_TYPES *prev_atype, in set_prev() 791 char *name, ATTR_TYPES atype) in set_prev() [all …]
|
D | utils.h | 54 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx); 55 ATTR_RECORD * find_first_attribute(const ATTR_TYPES type, MFT_RECORD *mft);
|
D | ntfscat.h | 35 ATTR_TYPES attr; /* Attribute type to display */
|
D | ntfscluster.h | 56 ATTR_TYPES type; /* Attribute type */
|
D | ntfsrecover.h | 139 const char *mftattrname(ATTR_TYPES attr);
|
D | ntfstruncate.c | 78 ATTR_TYPES attr_type; 309 static void dump_resident_attr_val(ATTR_TYPES type, char *val, u32 val_len) in dump_resident_attr_val()
|
D | utils.c | 459 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx) in find_attribute() 489 ATTR_RECORD * find_first_attribute(const ATTR_TYPES type, MFT_RECORD *mft) in find_first_attribute()
|
D | ntfscp.c | 75 ATTR_TYPES attribute; /* Write to this attribute. */ 214 opts.attribute = (ATTR_TYPES)cpu_to_le32(attr); in parse_options()
|
D | mkntfs.c | 1213 static int mkntfs_attr_find(const ATTR_TYPES type, const ntfschar *name, in mkntfs_attr_find() 1398 static int mkntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name, in mkntfs_attr_lookup() 1430 const ATTR_TYPES type, const char *name, u32 name_len, in insert_positioned_attr_in_mft_record() 1620 const ATTR_TYPES type, const char *name, u32 name_len, in insert_non_resident_attr_in_mft_record() 1810 const ATTR_TYPES type, const char *name, u32 name_len, in insert_resident_attr_in_mft_record() 2268 const ATTR_TYPES indexed_attr_type, in add_attr_index_root() 2704 MFT_RECORD *m, ntfschar *name, u32 name_size, ATTR_TYPES type) in insert_index_entry_in_res_dir_index()
|
D | ntfsck.c | 250 static runlist *load_runlist(ntfs_volume *rawvol, s64 offset_to_file_record, ATTR_TYPES attr_type, … in load_runlist()
|
D | ntfsresize.c | 185 ATTR_TYPES type; 713 ATTR_TYPES atype; in collect_resize_constraints() 1322 ATTR_TYPES type; in expand_attribute_runlist() 3120 static ATTR_RECORD *find_attr(MFT_RECORD *mrec, ATTR_TYPES type, in find_attr() 3155 static ATTR_RECORD *get_unnamed_attr(expand_t *expand, ATTR_TYPES type, in get_unnamed_attr() 3192 static ATTR_RECORD *read_and_get_attr(expand_t *expand, ATTR_TYPES type, in read_and_get_attr()
|
D | ntfsdecrypt.c | 130 ATTR_TYPES attr; /* Attribute type to display */
|
D | ntfsfix.c | 779 static ATTR_RECORD *find_unnamed_attr(MFT_RECORD *mrec, ATTR_TYPES type) in find_unnamed_attr()
|
D | ntfsinfo.c | 564 static void ntfs_dump_flags(const char *indent, ATTR_TYPES type, le32 flags) in ntfs_dump_flags()
|
D | ntfsrecover.c | 693 const char *mftattrname(ATTR_TYPES attr) in mftattrname() 1309 ATTR_TYPES mftattr; in fixup()
|
D | playlog.c | 187 static BOOL valid_type(ATTR_TYPES type) in valid_type() 918 u32 target, u32 length, ATTR_TYPES type) in change_resident_expect()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | attrib.c | 334 const ATTR_TYPES type, ntfschar *name, const u32 name_len) in __ntfs_attr_init() 410 ntfs_attr *ntfs_attr_open(ntfs_inode *ni, const ATTR_TYPES type, in ntfs_attr_open() 2825 static int ntfs_attr_find(const ATTR_TYPES type, const ntfschar *name, 3063 static int ntfs_external_attr_find(ATTR_TYPES type, const ntfschar *name, 3675 int ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name, 3725 int ntfs_attr_position(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx) 3846 const ATTR_TYPES type) 3887 int ntfs_attr_size_bounds_check(const ntfs_volume *vol, const ATTR_TYPES type, 3955 static int ntfs_attr_can_be_non_resident(const ntfs_volume *vol, const ATTR_TYPES type, 4012 int ntfs_attr_can_be_resident(const ntfs_volume *vol, const ATTR_TYPES type) [all …]
|
D | ea.c | 75 static int ntfs_need_ea(ntfs_inode *ni, ATTR_TYPES type, int size, int flags) in ntfs_need_ea()
|
D | mft.c | 238 ATTR_TYPES previous_type; in ntfs_mft_record_check()
|