Searched refs:test_rl_frag_combine (Results 1 – 1 of 1) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | runlist.c | 2099 static void test_rl_frag_combine(ntfs_volume *vol, ATTR_RECORD *attr1, ATTR_RECORD *attr2, ATTR_REC… in test_rl_frag_combine() function 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() 2158 else if (strcmp(test, "231") == 0) test_rl_frag_combine(&vol, attr2, attr3, attr1); in test_rl_frag() 2159 else if (strcmp(test, "312") == 0) test_rl_frag_combine(&vol, attr3, attr1, attr2); in test_rl_frag() 2160 else if (strcmp(test, "321") == 0) test_rl_frag_combine(&vol, attr3, attr2, attr1); in test_rl_frag()
|