Home
last modified time | relevance | path

Searched refs:propagate_from (Results 1 – 3 of 3) sorted by relevance

/linux/samples/vfs/
H A Dmountinfo.c108 if (sm->propagate_from && sm->propagate_from != sm->mnt_master) in show_propagation()
109 printf(" propagate_from:%llu", sm->propagate_from); in show_propagation()
/linux/tools/include/uapi/linux/
H A Dmount.h174 __u64 propagate_from; /* Propagation from in current namespace */
220 #define STATMOUNT_PROPAGATE_FROM 0x00000004U /* Want/got propagate_from */
172 __u64 propagate_from; /* Propagation from in current namespace */ global() member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h174 __u64 propagate_from; /* Propagation from in current namespace */ member