Searched refs:AT_UNUSED (Results 1 – 11 of 11) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | cluster.c | 73 while ((rec = find_attribute(AT_UNUSED, a_ctx))) { in cluster_find()
|
D | mkntfs.c | 1237 if (((type != AT_UNUSED) && (le32_to_cpu(a->type) > in mkntfs_attr_find() 1246 if (type == AT_UNUSED) in mkntfs_attr_find() 2789 } else if (type == AT_UNUSED) { /* case view */ in insert_index_entry_in_res_dir_index() 2889 sdh_size, m, NTFS_INDEX_SDH, 4, AT_UNUSED))) in initialize_secure() 2892 sii_size, m, NTFS_INDEX_SII, 4, AT_UNUSED))) in initialize_secure() 2938 NTFS_INDEX_Q, 2, AT_UNUSED); in initialize_quota() 2974 NTFS_INDEX_Q, 2, AT_UNUSED); in initialize_quota() 3004 NTFS_INDEX_O, 2, AT_UNUSED); in initialize_quota() 3400 NTFS_INDEX_O, 2, AT_UNUSED); in index_obj_id_insert() 4810 AT_UNUSED, COLLATION_NTOFS_SECURITY_HASH, in mkntfs_create_root_structures() [all …]
|
D | ntfscluster.c | 303 while ((rec = find_attribute(AT_UNUSED, a_ctx))) { in info() 401 while ((rec = find_attribute(AT_UNUSED, ctx))) { in dump_file()
|
D | ntfscat.c | 181 ATTR_TYPES attr = AT_UNUSED; in parse_options()
|
D | ntfsinfo.c | 1295 case AT_UNUSED: return "$UNUSED"; in get_attribute_type_name() 2358 while (!ntfs_attr_lookup(AT_UNUSED, NULL, 0, CASE_SENSITIVE, in ntfs_dump_file_attributes() 2360 if (ctx->attr->type == AT_END || ctx->attr->type == AT_UNUSED) { in ntfs_dump_file_attributes()
|
D | ntfsmove.c | 834 while ((rec = find_attribute(AT_UNUSED, ctx))) { in move_file()
|
D | ntfsclone.c | 1411 while (!ntfs_attr_lookup(AT_UNUSED, NULL, 0, CASE_SENSITIVE, 0,
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | attrib.h | 139 return ntfs_attr_lookup(AT_UNUSED, NULL, 0, CASE_SENSITIVE, 0, in ntfs_attrs_walk()
|
D | layout.h | 499 AT_UNUSED = const_cpu_to_le32( 0), enumerator
|
/third_party/ntfs-3g/libntfs-3g/ |
D | attrib.c | 2876 if (((type != AT_UNUSED) && (le32_to_cpu(a->type) > 2885 if (type == AT_UNUSED) 3111 if ((type == AT_UNUSED) && is_first_search && 3138 if ((type == AT_UNUSED) && le32_to_cpu(ctx->al_entry->type) < 3208 if (type != AT_UNUSED) { 3220 if (type == AT_UNUSED) 3353 if ((type == AT_UNUSED) || !val || (!a->non_resident && 3380 if (type == AT_UNUSED || type == AT_END) { 5404 while (!ntfs_attr_lookup(AT_UNUSED, NULL, 0, 0, 0, NULL, 0, ctx)) {
|
D | inode.c | 1141 while (!ntfs_attr_lookup(AT_UNUSED, NULL, 0, 0, 0, NULL, 0, ctx)) { in ntfs_inode_add_attrlist() 1334 if (ntfs_attr_position(AT_UNUSED, ctx)) in ntfs_inode_free_space()
|