Searched refs:attr3 (Results 1 - 1 of 1) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | runlist.c | 2093 * @attr3: 2099 static void test_rl_frag_combine(ntfs_volume *vol, ATTR_RECORD *attr1, ATTR_RECORD *attr2, ATTR_RECORD *attr3) in test_rl_frag_combine() argument 2115 run3 = ntfs_mapping_pairs_decompress(vol, attr3, NULL); in test_rl_frag_combine() 2137 ATTR_RECORD *attr3 = ntfs_malloc(1024); in test_rl_frag() local 2139 if (!attr1 || !attr2 || !attr3) in test_rl_frag() 2152 if (!test_rl_read_buffer("runlist-data/attr3.bin", (u8*) attr3, 1024)) in test_rl_frag() 2155 if (strcmp(test, "123") == 0) test_rl_frag_combine(&vol, attr1, attr2, attr3); in test_rl_frag() 2156 else if (strcmp(test, "132") == 0) test_rl_frag_combine(&vol, attr1, attr3, attr2); in test_rl_frag() 2157 else if (strcmp(test, "213") == 0) test_rl_frag_combine(&vol, attr2, attr1, attr3); in test_rl_frag() [all...] |
Completed in 3 milliseconds