Home
last modified time | relevance | path

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

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h141 #ifndef STATMOUNT_MNT_OPTS
142 #define STATMOUNT_MNT_OPTS 0x00000080U /* Want/got mnt_opts */ macro
H A Dtest-list-all-mounts.c130 STATMOUNT_MNT_OPTS | in main()
146 (stmnt->mask & STATMOUNT_MNT_OPTS) ? stmnt->str + stmnt->mnt_opts : ""); in main()
H A Dmountinfo.c135 STATMOUNT_MNT_OPTS | STATMOUNT_FS_SUBTYPE | in dump_mountinfo()
163 if (buf->mask & STATMOUNT_MNT_OPTS) in dump_mountinfo()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h220 #define STATMOUNT_MNT_OPTS 0x00000080U /* Want/got mnt_opts */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h220 #define STATMOUNT_MNT_OPTS 0x00000080U /* Want/got mnt_opts */ macro
/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c470 sm = statmount_alloc(root_id, STATMOUNT_MNT_BASIC | STATMOUNT_MNT_OPTS, in test_statmount_mnt_opts()
533 if (sm->mask & STATMOUNT_MNT_OPTS) in test_statmount_mnt_opts()
/linux-6.15/fs/
H A Dnamespace.c5674 case STATMOUNT_MNT_OPTS: in statmount_string()
5802 STATMOUNT_MNT_OPTS | \
5861 if (!err && s->mask & STATMOUNT_MNT_OPTS) in do_statmount()
5862 err = statmount_string(s, STATMOUNT_MNT_OPTS); in do_statmount()
5911 STATMOUNT_FS_TYPE | STATMOUNT_MNT_OPTS | \