Home
last modified time | relevance | path

Searched refs:mnt_propagation (Results 1 – 4 of 4) 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()
/linux/tools/include/uapi/linux/
H A Dmount.h171 __u64 mnt_propagation; /* MS_{SHARED,SLAVE,PRIVATE,UNBINDABLE} */
169 __u64 mnt_propagation; /* MS_{SHARED,SLAVE,PRIVATE,UNBINDABLE} */ global() member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h171 __u64 mnt_propagation; /* MS_{SHARED,SLAVE,PRIVATE,UNBINDABLE} */ member
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c281 if (sm.mnt_propagation != MS_PRIVATE) { in test_statmount_mnt_basic()
283 (unsigned long long) sm.mnt_propagation); in test_statmount_mnt_basic()