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

/linux-master/include/uapi/linux/
H A Dmount.h204 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */ macro
/linux-master/tools/include/uapi/linux/
H A Dmount.h204 #define STATMOUNT_FS_TYPE 0x00000020U /* Want/got fs_type */ macro
/linux-master/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c446 sm = statmount_alloc(root_id, STATMOUNT_FS_TYPE, 0);
579 STATMOUNT_MNT_POINT | STATMOUNT_FS_TYPE;
600 test_statmount_string(STATMOUNT_FS_TYPE, str_off(fs_type), "fs type");
/linux-master/fs/
H A Dnamespace.c4854 case STATMOUNT_FS_TYPE:
4932 if (s->mask & STATMOUNT_FS_TYPE)
4933 err = statmount_string(s, STATMOUNT_FS_TYPE);

Completed in 118 milliseconds