Searched refs:statmount_alloc (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/filesystems/statmount/ |
H A D | statmount_test.c | 37 static struct statmount *statmount_alloc(uint64_t mnt_id, uint64_t mask, unsigned int flags) in statmount_alloc() function 379 sm = statmount_alloc(root_id, STATMOUNT_MNT_POINT, 0); in test_statmount_mnt_point() 405 sm = statmount_alloc(root_id, STATMOUNT_MNT_ROOT, 0); in test_statmount_mnt_root() 434 sm = statmount_alloc(root_id, STATMOUNT_FS_TYPE, 0); in test_statmount_fs_type() 459 sm = statmount_alloc(root_id, STATMOUNT_MNT_BASIC | STATMOUNT_MNT_OPTS, in test_statmount_mnt_opts() 541 sm = statmount_alloc(root_id, mask, 0); in test_statmount_string()
|