Home
last modified time | relevance | path

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

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h133 #ifndef STATMOUNT_FS_TYPE
134 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */ macro
H A Dtest-list-all-mounts.c131 STATMOUNT_FS_TYPE | in main()
143 (stmnt->mask & STATMOUNT_FS_TYPE) ? stmnt->str + stmnt->fs_type : "", in main()
H A Dmountinfo.c133 STATMOUNT_PROPAGATE_FROM | STATMOUNT_FS_TYPE | in dump_mountinfo()
/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c441 sm = statmount_alloc(root_id, STATMOUNT_FS_TYPE, 0); in test_statmount_fs_type()
447 if (!(sm->mask & STATMOUNT_FS_TYPE)) { in test_statmount_fs_type()
668 STATMOUNT_MNT_POINT | STATMOUNT_FS_TYPE | STATMOUNT_MNT_NS_ID; in main()
690 test_statmount_string(STATMOUNT_FS_TYPE, str_off(fs_type), "fs type"); in main()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h218 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h218 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */ macro
/linux-6.15/fs/
H A Dnamespace.c5662 case STATMOUNT_FS_TYPE: in statmount_string()
5800 STATMOUNT_FS_TYPE | \
5852 if (s->mask & STATMOUNT_FS_TYPE) in do_statmount()
5853 err = statmount_string(s, STATMOUNT_FS_TYPE); in do_statmount()
5911 STATMOUNT_FS_TYPE | STATMOUNT_MNT_OPTS | \