Home
last modified time | relevance | path

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

/linux/samples/vfs/
H A Dsamples-vfs.h129 #ifndef STATMOUNT_FS_TYPE
130 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */ macro
H A Dtest-list-all-mounts.c131 STATMOUNT_FS_TYPE, 0); in main()
H A Dmountinfo.c133 STATMOUNT_PROPAGATE_FROM | STATMOUNT_FS_TYPE | in dump_mountinfo()
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c442 sm = statmount_alloc(root_id, STATMOUNT_FS_TYPE, 0); in test_statmount_fs_type()
448 if (!(sm->mask & STATMOUNT_FS_TYPE)) { in test_statmount_fs_type()
669 STATMOUNT_MNT_POINT | STATMOUNT_FS_TYPE | STATMOUNT_MNT_NS_ID; in main()
691 test_statmount_string(STATMOUNT_FS_TYPE, str_off(fs_type), "fs type"); in main()
/linux/tools/include/uapi/linux/
H A Dmount.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h213 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */ macro
/linux/fs/
H A Dnamespace.c5202 case STATMOUNT_FS_TYPE: in statmount_string()
5368 if (s->mask & STATMOUNT_FS_TYPE) in do_statmount()
5369 err = statmount_string(s, STATMOUNT_FS_TYPE); in do_statmount()
5413 STATMOUNT_FS_TYPE | STATMOUNT_MNT_OPTS | \