Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c348 sm = statmount_alloc(root_id, 0, STATMOUNT_MNT_POINT, 0); in test_statmount_sb_basic()
355 if (!(sm->mask & STATMOUNT_MNT_POINT)) { in test_statmount_sb_basic()
356 ksft_test_result_fail("missing STATMOUNT_MNT_POINT in mask\n"); in test_statmount_sb_basic()
679 sm = statmount_alloc_by_fd(fd, STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT); in main()
691 if (sm->mask & STATMOUNT_MNT_POINT) { in main()
692 ksft_test_result_fail("STATMOUNT_MNT_POINT unexpectedly set in statmount\n"); in main()
714 sm = statmount_alloc_by_fd(fd, STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT);
726 if (!(sm->mask & STATMOUNT_MNT_POINT)) {
727 ksft_test_result_fail("STATMOUNT_MNT_POINT not set in statmount\n");
808 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 */
221 #define STATMOUNT_MNT_POINT global() macro
/linux/samples/vfs/
H A Dmountinfo.c134 STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT | in dump_mountinfo()
/linux/fs/
H A Dnamespace.c5572 case STATMOUNT_MNT_POINT: in statmount_string()
5701 STATMOUNT_MNT_POINT | \
5732 s->mask &= ~(STATMOUNT_MNT_POINT | STATMOUNT_MNT_NS_ID); in do_statmount()
5796 if (!err && s->mask & STATMOUNT_MNT_POINT) in do_statmount()
5797 err = statmount_string(s, STATMOUNT_MNT_POINT); in do_statmount()
5848 #define STATMOUNT_STRING_REQ (STATMOUNT_MNT_ROOT | STATMOUNT_MNT_POINT | \