Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c450 sm = statmount_alloc(root_id, 0, STATMOUNT_FS_TYPE, 0); in test_statmount_fs_type()
456 if (!(sm->mask & STATMOUNT_FS_TYPE)) { in test_statmount_fs_type()
457 ksft_test_result_fail("missing STATMOUNT_FS_TYPE in mask\n"); in test_statmount_fs_type()
897 STATMOUNT_MNT_POINT | STATMOUNT_FS_TYPE | STATMOUNT_MNT_NS_ID;
919 test_statmount_string(STATMOUNT_FS_TYPE, str_off(fs_type), "fs type");
/linux/tools/include/uapi/linux/
H A Dmount.h218 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */
204 #define STATMOUNT_FS_TYPE global() macro
/linux/include/uapi/linux/
H A Dmount.h222 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */
218 #define STATMOUNT_FS_TYPE global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h222 #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()
/linux/fs/
H A Dnamespace.c5534 case STATMOUNT_FS_TYPE: in statmount_string()
5672 STATMOUNT_FS_TYPE | \
5760 if (s->mask & STATMOUNT_FS_TYPE) in do_statmount()
5761 err = statmount_string(s, STATMOUNT_FS_TYPE); in do_statmount()
5819 STATMOUNT_FS_TYPE | STATMOUNT_MNT_OPTS | \