Home
last modified time | relevance | path

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

/linux/samples/vfs/
H A Dmountinfo.c135 STATMOUNT_MNT_OPTS | STATMOUNT_FS_SUBTYPE | in dump_mountinfo()
163 if (buf->mask & STATMOUNT_MNT_OPTS) in dump_mountinfo()
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h225 #define STATMOUNT_MNT_OPTS 0x00000080U /* Want/got mnt_opts */ macro
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c440 sm = statmount_alloc(root_id, 0, STATMOUNT_MNT_BASIC | STATMOUNT_MNT_OPTS, in test_statmount_fs_type()
503 if (sm->mask & STATMOUNT_MNT_OPTS) in test_statmount_mnt_opts()
/linux/fs/
H A Dnamespace.c5587 case STATMOUNT_MNT_OPTS: in statmount_string()
5715 STATMOUNT_MNT_OPTS | \ in do_statmount()
5810 if (!err && s->mask & STATMOUNT_MNT_OPTS) in do_statmount()
5811 err = statmount_string(s, STATMOUNT_MNT_OPTS); in do_statmount()
5860 STATMOUNT_FS_TYPE | STATMOUNT_MNT_OPTS | \ in prepare_kstatmount()