/third_party/ntfs-3g/libntfs-3g/ |
D | dir.c | 1061 if (ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, 0, 0, NULL, 0, ctx)) { in ntfs_mft_get_parent_ref() 1585 ir->type = AT_FILE_NAME; in __ntfs_create() 1720 if (ntfs_attr_add(ni, AT_FILE_NAME, AT_UNNAMED, 0, (u8*)fn, fn_len)) { in __ntfs_create() 1947 while (!(err = ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, in ntfs_delete() 2257 if (ntfs_attr_add(ni, AT_FILE_NAME, AT_UNNAMED, 0, (u8*)fn, fn_len)) { in ntfs_link_i() 2311 if (!ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, in ntfs_dir_parent_inode() 2350 while (!ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, CASE_SENSITIVE, in get_dos_name() 2403 while (!ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, CASE_SENSITIVE, in get_long_name() 2429 while (!ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, CASE_SENSITIVE, in get_long_name() 2518 lkup = ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, in set_namespace() [all …]
|
D | inode.c | 824 while (!ntfs_attr_lookup(AT_FILE_NAME, NULL, 0, 0, 0, NULL, 0, ctx)) { in ntfs_inode_sync_file_name() 1323 if (ntfs_attr_position(AT_FILE_NAME, ctx)) in ntfs_inode_free_space() 1366 if (ntfs_attr_position(AT_FILE_NAME, ctx)) in ntfs_inode_free_space() 1579 while (!ntfs_attr_lookup(AT_FILE_NAME, in ntfs_inode_set_times()
|
D | attrib.c | 3505 case AT_FILE_NAME : 4173 if (type == AT_FILE_NAME) 5711 if (a->type == AT_FILE_NAME)
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsls.c | 566 if (ntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, 0, 0, NULL, in list_dir_entry() 693 while ((rec = find_attribute(AT_FILE_NAME, ctx))) { in main()
|
D | ntfsinfo.c | 627 if (type == AT_FILE_NAME) { in ntfs_dump_flags() 872 ntfs_dump_flags(indent, AT_FILE_NAME, file_name_attr->file_attributes); in ntfs_dump_filename() 1298 case AT_FILE_NAME: return "$FILE_NAME"; in get_attribute_type_name() 1756 if (index_root->type == AT_FILE_NAME) in get_index_attr_type() 2377 case AT_FILE_NAME: in ntfs_dump_file_attributes()
|
D | mkntfs.c | 2077 i = insert_resident_attr_in_mft_record(m, AT_FILE_NAME, NULL, 0, in add_attr_file_name() 2280 r->type = (indexed_attr_type == AT_FILE_NAME) in add_attr_index_root() 2281 ? AT_FILE_NAME : const_cpu_to_le32(0); in add_attr_index_root() 2282 if (indexed_attr_type == AT_FILE_NAME && in add_attr_index_root() 2744 if (type == AT_FILE_NAME) { in insert_index_entry_in_res_dir_index() 3220 i = insert_resident_attr_in_mft_record(m_file, AT_FILE_NAME, NULL, 0, in create_hardlink_res() 3242 m_parent, NTFS_INDEX_I30, 4, AT_FILE_NAME); in create_hardlink_res() 3335 i = insert_resident_attr_in_mft_record(m_file, AT_FILE_NAME, NULL, 0, in create_hardlink() 4502 AT_FILE_NAME, COLLATION_FILE_NAME, in mkntfs_create_root_structures() 4518 if (mkntfs_attr_lookup(AT_FILE_NAME, AT_UNNAMED, 0, in mkntfs_create_root_structures() [all …]
|
D | utils.c | 561 while ((rec = find_attribute(AT_FILE_NAME, ctx))) { in utils_inode_get_name() 884 rec = find_first_attribute(AT_FILE_NAME, inode->mrec); in utils_is_metadata()
|
D | ntfsundelete.c | 973 attr30 = find_attribute(AT_FILE_NAME, ctx); in verify_parent() 988 while (!found_same_space && (attr30 = find_attribute(AT_FILE_NAME, ctx))) { in verify_parent() 1163 while ((rec = find_attribute(AT_FILE_NAME, ctx))) { in get_filenames()
|
D | ntfstruncate.c | 329 case AT_FILE_NAME: in dump_resident_attr_val()
|
D | playlog.c | 194 case AT_FILE_NAME : in valid_type() 348 if ((attr->type == AT_FILE_NAME) in sanity_mft() 1234 if (newattr->type == AT_FILE_NAME) { in insert_resident() 1310 if (attr->type == AT_FILE_NAME) { in remove_resident() 1550 if (attr->type == AT_FILE_NAME) { in delete_names() 1561 && (le32_to_cpu(attr->type) <= le32_to_cpu(AT_FILE_NAME))); in delete_names() 1578 attr->type = AT_FILE_NAME; in rebuildname()
|
D | ntfsmove.c | 492 rec = find_first_attribute(AT_FILE_NAME, ino->mrec); in dont_move()
|
D | ntfsclone.c | 1136 if (indexr->type != AT_FILE_NAME) 1223 if (iroot->type == AT_FILE_NAME) { 1277 if (a->type == AT_FILE_NAME)
|
D | ntfsfix.c | 1033 && !find_unnamed_attr(mft2,AT_FILE_NAME)) { in spare_record_selfloc_condition()
|
D | ntfswipe.c | 1772 if (ntfs_attr_lookup(AT_FILE_NAME, NULL, 0, CASE_SENSITIVE, in destroy_record()
|
D | ntfsrecover.c | 705 case AT_FILE_NAME : in mftattrname() 1379 if (mftattr == AT_FILE_NAME) { in fixup()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 502 AT_FILE_NAME = const_cpu_to_le32( 0x30), enumerator
|