Searched refs:test_dentry (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/tests/ |
| H A D | printf_kunit.c | 452 static struct dentry test_dentry[4] = { variable 453 { .d_parent = &test_dentry[0], 456 { .d_parent = &test_dentry[0], 459 { .d_parent = &test_dentry[1], 462 { .d_parent = &test_dentry[2], 470 test("foo", "%pd", &test_dentry[0]); in dentry() 471 test("foo", "%pd2", &test_dentry[0]); in dentry() 478 test("romeo", "%pd", &test_dentry[3]); in dentry() 479 test("alfa/romeo", "%pd2", &test_dentry[3]); in dentry() 484 test("bravo/alfa |bravo/alfa ", "%-12pd2|%*pd2", &test_dentry[2], -12, &test_dentry[2]); in dentry() [all …]
|