Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c414 sm = statmount_alloc(root_id, 0, STATMOUNT_FS_TYPE, 0); in test_statmount_mnt_root()
420 if (!(sm->mask & STATMOUNT_FS_TYPE)) { in test_statmount_mnt_root()
421 ksft_test_result_fail("missing STATMOUNT_FS_TYPE in mask\n"); in test_statmount_mnt_root()
861 STATMOUNT_MNT_POINT | STATMOUNT_FS_TYPE | STATMOUNT_MNT_NS_ID;
883 test_statmount_string(STATMOUNT_FS_TYPE, str_off(fs_type), "fs type");
/linux/tools/include/uapi/linux/
H A Dmount.h223 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */
204 #define STATMOUNT_FS_TYPE global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h223 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */ macro
/linux/samples/vfs/
H A Dmountinfo.c133 STATMOUNT_PROPAGATE_FROM | STATMOUNT_FS_TYPE | in dump_mountinfo()