Searched refs:test_statmount_string (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount_test.c | 562 static void test_statmount_string(uint64_t mask, size_t off, const char *name) in test_statmount_string() 917 test_statmount_string(STATMOUNT_MNT_ROOT, str_off(mnt_root), "mount root"); 918 test_statmount_string(STATMOUNT_MNT_POINT, str_off(mnt_point), "mount point"); 919 test_statmount_string(STATMOUNT_FS_TYPE, str_off(fs_type), "fs type"); 920 test_statmount_string(all_mask, str_off(mnt_root), "mount root & all"); 921 test_statmount_string(all_mask, str_off(mnt_point), "mount point & all"); 922 test_statmount_string(all_mask, str_off(fs_type), "fs type & all"); 553 static void test_statmount_string(uint64_t mask, size_t off, const char *name) test_statmount_string() function
|