Searched defs:attr3 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c2056 * @attr3:
2062 static void test_rl_frag_combine(ntfs_volume *vol, ATTR_RECORD *attr1, ATTR_RECORD *attr2, ATTR_RECORD *attr3) argument
2078 run3 = ntfs_mapping_pairs_decompress(vol, attr3, NULL);
2100 ATTR_RECORD *attr3 = ntfs_malloc(1024); local
2102 if (!attr1 || !attr2 || !attr3)
2115 if (!test_rl_read_buffer("runlist-data/attr3.bin", (u8*) attr3, 1024))
2118 if (strcmp(test, "123") == 0) test_rl_frag_combine(&vol, attr1, attr2, attr3);
2119 else if (strcmp(test, "132") == 0) test_rl_frag_combine(&vol, attr1, attr3, attr2);
2120 else if (strcmp(test, "213") == 0) test_rl_frag_combine(&vol, attr2, attr1, attr3);
[all...]

Completed in 20 milliseconds