Searched refs:AT_ATTRIBUTE_LIST (Results 1 – 15 of 15) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | attrlist.c | 203 na = ntfs_attr_open(ni, AT_ATTRIBUTE_LIST, AT_UNNAMED, 0); in ntfs_attrlist_entry_add() 283 na = ntfs_attr_open(base_ni, AT_ATTRIBUTE_LIST, AT_UNNAMED, 0); in ntfs_attrlist_entry_rm()
|
D | inode.c | 221 if (ntfs_attr_lookup(AT_ATTRIBUTE_LIST, AT_UNNAMED, 0, in ntfs_inode_real_open() 991 na = ntfs_attr_open(ni, AT_ATTRIBUTE_LIST, AT_UNNAMED, 0); in ntfs_inode_sync_in_dir() 1145 if (ctx->attr->type == AT_ATTRIBUTE_LIST) { in ntfs_inode_add_attrlist() 1213 AT_ATTRIBUTE_LIST, NULL, 0, NULL, 0, const_cpu_to_le16(0)) < 0) { in ntfs_inode_add_attrlist() 1220 na = ntfs_attr_open(ni, AT_ATTRIBUTE_LIST, AT_UNNAMED, 0); in ntfs_inode_add_attrlist() 1243 if (!ntfs_attr_lookup(AT_ATTRIBUTE_LIST, NULL, 0, in ntfs_inode_add_attrlist()
|
D | attrib.c | 166 if (a->type != AT_ATTRIBUTE_LIST && a->flags) { in ntfs_get_attribute_value() 485 if (type == AT_ATTRIBUTE_LIST) in ntfs_attr_open() 3113 le32_to_cpu(AT_ATTRIBUTE_LIST)) 3139 le32_to_cpu(AT_ATTRIBUTE_LIST) && 3141 le32_to_cpu(AT_ATTRIBUTE_LIST)) { 3161 rc = ntfs_attr_find(AT_ATTRIBUTE_LIST, NULL, 0, 3698 if (!base_ni || !NInoAttrList(base_ni) || type == AT_ATTRIBUTE_LIST) 3904 if (type == AT_ATTRIBUTE_LIST && size > 0x40000) { 4186 if (type != AT_ATTRIBUTE_LIST && NInoAttrList(base_ni)) { 4325 if (type != AT_ATTRIBUTE_LIST && NInoAttrList(base_ni)) { [all …]
|
D | volume.c | 290 if (ntfs_attr_lookup(AT_ATTRIBUTE_LIST, AT_UNNAMED, 0, 0, 0, NULL, 0, in ntfs_mft_load()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsfix.c | 887 a = find_unnamed_attr(selfloc->mft0,AT_ATTRIBUTE_LIST); in attrlist_selfloc_condition() 1032 && !find_unnamed_attr(mft2,AT_ATTRIBUTE_LIST) in spare_record_selfloc_condition()
|
D | ntfstruncate.c | 325 case AT_ATTRIBUTE_LIST: in dump_resident_attr_val()
|
D | ntfsmove.c | 486 rec = find_first_attribute(AT_ATTRIBUTE_LIST, ino->mrec); in dont_move()
|
D | utils.c | 1061 attr20 = find_first_attribute(AT_ATTRIBUTE_LIST, ctx->inode->mrec); in mft_next_record()
|
D | ntfsinfo.c | 1297 case AT_ATTRIBUTE_LIST: return "$ATTRIBUTE_LIST"; in get_attribute_type_name() 2374 case AT_ATTRIBUTE_LIST: in ntfs_dump_file_attributes()
|
D | ntfsresize.c | 3178 if (!found && (type != AT_ATTRIBUTE_LIST)) { in get_unnamed_attr() 3307 if (find_attr(expand->mrec, AT_ATTRIBUTE_LIST, NULL, 0)) { in check_expand_bad_sectors() 3381 if (get_unnamed_attr(expand, AT_ATTRIBUTE_LIST, FILE_MFT)) { in check_expand_constraints()
|
D | ntfsundelete.c | 1387 attr20 = find_first_attribute(AT_ATTRIBUTE_LIST, file->mft); in read_record()
|
D | ntfsrecover.c | 702 case AT_ATTRIBUTE_LIST : in mftattrname()
|
D | mkntfs.c | 1413 if (!base_ni || !NInoAttrList(base_ni) || type == AT_ATTRIBUTE_LIST) in mkntfs_attr_lookup()
|
D | playlog.c | 193 case AT_ATTRIBUTE_LIST : in valid_type()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 501 AT_ATTRIBUTE_LIST = const_cpu_to_le32( 0x20), enumerator
|