Home
last modified time | relevance | path

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

/linux-6.15/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()
H A Dsamples-vfs.h35 __u64 propagate_from; /* Propagation from in current namespace */ member
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h172 __u64 propagate_from; /* Propagation from in current namespace */ member
/linux-6.15/include/uapi/linux/
H A Dmount.h172 __u64 propagate_from; /* Propagation from in current namespace */ member
/linux-6.15/Documentation/filesystems/
H A Dproc.rst1968 propagate_from:X mount is slave and receives propagation from peer group X [#]_
1975 and not the "propagate_from:X" field.
/linux-6.15/fs/
H A Dnamespace.c5423 s->sm.propagate_from = get_dominating_id(m, &current->fs->root); in statmount_propagate_from()