Home
last modified time | relevance | path

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

/linux/samples/vfs/
H A Dmountinfo.c104 if (sm->mnt_propagation & MS_SHARED) in show_propagation()
106 if (sm->mnt_propagation & MS_SLAVE) { in show_propagation()
111 if (sm->mnt_propagation & MS_UNBINDABLE) in show_propagation()
H A Dsamples-vfs.h32 __u64 mnt_propagation; /* MS_{SHARED,SLAVE,PRIVATE,UNBINDABLE} */ member
/linux/tools/include/uapi/linux/
H A Dmount.h
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h169 __u64 mnt_propagation; /* MS_{SHARED,SLAVE,PRIVATE,UNBINDABLE} */ member
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c309 if (sm.mnt_propagation != MS_PRIVATE) { in test_statmount_mnt_basic()
311 (unsigned long long) sm.mnt_propagation); in test_statmount_mnt_basic()
/linux/fs/
H A Dnamespace.c4992 s->sm.mnt_propagation = mnt_to_propagation_flags(m); in statmount_mnt_basic()