Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c351 sm = statmount_alloc(root_id, 0, STATMOUNT_MNT_POINT, 0); in test_statmount_sb_basic()
358 if (!(sm->mask & STATMOUNT_MNT_POINT)) { in test_statmount_sb_basic()
359 ksft_test_result_fail("missing STATMOUNT_MNT_POINT in mask\n"); in test_statmount_sb_basic()
682 sm = statmount_alloc_by_fd(fd, STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT); in main()
694 if (sm->mask & STATMOUNT_MNT_POINT) { in main()
695 ksft_test_result_fail("STATMOUNT_MNT_POINT unexpectedly set in statmount\n"); in main()
717 sm = statmount_alloc_by_fd(fd, STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT);
729 if (!(sm->mask & STATMOUNT_MNT_POINT)) {
730 ksft_test_result_fail("STATMOUNT_MNT_POINT not set in statmount\n");
811 sm = statmount_alloc_by_fd(fd, STATMOUNT_MNT_POINT | STATMOUNT_MNT_ROO
[all...]
/linux/tools/include/uapi/linux/
H A Dmount.h222 #define STATMOUNT_MNT_POINT 0x00000010U /* Want/got mnt_point */
203 #define STATMOUNT_MNT_POINT global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h222 #define STATMOUNT_MNT_POINT 0x00000010U /* Want/got mnt_point */ macro
/linux/samples/vfs/
H A Dmountinfo.c134 STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT | in dump_mountinfo()