Home
last modified time | relevance | path

Searched refs:STATMOUNT_PROPAGATE_FROM (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h121 #ifndef STATMOUNT_PROPAGATE_FROM
122 #define STATMOUNT_PROPAGATE_FROM 0x00000004U /* Want/got propagate_from */ macro
H A Dmountinfo.c133 STATMOUNT_PROPAGATE_FROM | STATMOUNT_FS_TYPE | in dump_mountinfo()
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h215 #define STATMOUNT_PROPAGATE_FROM 0x00000004U /* Want/got propagate_from */ macro
/linux-6.15/include/uapi/linux/
H A Dmount.h215 #define STATMOUNT_PROPAGATE_FROM 0x00000004U /* Want/got propagate_from */ macro
/linux-6.15/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c667 STATMOUNT_PROPAGATE_FROM | STATMOUNT_MNT_ROOT | in main()
/linux-6.15/fs/
H A Dnamespace.c5421 s->sm.mask |= STATMOUNT_PROPAGATE_FROM; in statmount_propagate_from()
5797 STATMOUNT_PROPAGATE_FROM | \
5849 if (s->mask & STATMOUNT_PROPAGATE_FROM) in do_statmount()