Home
last modified time | relevance | path

Searched refs:STATMOUNT_MNT_ROOT (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c381 sm = statmount_alloc(root_id, 0, STATMOUNT_MNT_ROOT, 0); in test_statmount_mnt_point()
387 if (!(sm->mask & STATMOUNT_MNT_ROOT)) { in test_statmount_mnt_point()
388 ksft_test_result_fail("missing STATMOUNT_MNT_ROOT in mask\n"); in test_statmount_mnt_point()
682 sm = statmount_alloc_by_fd(fd, STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT); in main()
699 if (!(sm->mask & STATMOUNT_MNT_ROOT)) { in main()
700 ksft_test_result_fail("STATMOUNT_MNT_ROOT not set in statmount\n"); in main()
717 sm = statmount_alloc_by_fd(fd, STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT);
734 if (!(sm->mask & STATMOUNT_MNT_ROOT)) {
735 ksft_test_result_fail("STATMOUNT_MNT_ROOT not set in statmount\n");
811 sm = statmount_alloc_by_fd(fd, STATMOUNT_MNT_POINT | STATMOUNT_MNT_ROOT);
[all...]
/linux/tools/include/uapi/linux/
H A Dmount.h221 #define STATMOUNT_MNT_ROOT 0x00000008U /* Want/got mnt_root */
202 #define STATMOUNT_MNT_ROOT global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h221 #define STATMOUNT_MNT_ROOT 0x00000008U /* Want/got mnt_root */ macro
/linux/samples/vfs/
H A Dmountinfo.c134 STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT | in dump_mountinfo()