Searched refs:test_statmount_string (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c464 static void test_statmount_string(uint64_t mask, size_t off, const char *name) function
598 test_statmount_string(STATMOUNT_MNT_ROOT, str_off(mnt_root), "mount root");
599 test_statmount_string(STATMOUNT_MNT_POINT, str_off(mnt_point), "mount point");
600 test_statmount_string(STATMOUNT_FS_TYPE, str_off(fs_type), "fs type");
601 test_statmount_string(all_mask, str_off(mnt_root), "mount root & all");
602 test_statmount_string(all_mask, str_off(mnt_point), "mount point & all");
603 test_statmount_string(all_mask, str_off(fs_type), "fs type & all");

Completed in 210 milliseconds