Home
last modified time | relevance | path

Searched refs:mnt_share (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/
Dpnode.c19 return list_entry(p->mnt_share.next, struct mount, mnt_share); in next_peer()
77 if (list_empty(&mnt->mnt_share)) { in do_make_slave()
106 list_del_init(&mnt->mnt_share); in do_make_slave()
Dmount.h61 struct list_head mnt_share; /* circular list of shared mounts */ member
Dnamespace.c208 INIT_LIST_HEAD(&mnt->mnt_share); in alloc_vfsmnt()
1074 list_add(&mnt->mnt_share, &old->mnt_share); in clone_mnt()
/kernel/linux/linux-4.19/fs/
Dpnode.c19 return list_entry(p->mnt_share.next, struct mount, mnt_share); in next_peer()
77 if (list_empty(&mnt->mnt_share)) { in do_make_slave()
106 list_del_init(&mnt->mnt_share); in do_make_slave()
Dmount.h55 struct list_head mnt_share; /* circular list of shared mounts */ member
Dnamespace.c209 INIT_LIST_HEAD(&mnt->mnt_share); in alloc_vfsmnt()
1056 list_add(&mnt->mnt_share, &old->mnt_share); in clone_mnt()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dsharedsubtree.rst849 * ->mnt_share
854 ->mnt_share
877 ->mnt_share.
911 A's ->mnt_share links with the ->mnt_share of 'B' 'C' and 'D'
915 E's ->mnt_share links with ->mnt_share of K
936 ->mnt_share, ->mnt_slave, ->mnt_slave_list, ->mnt_master are protected
/kernel/linux/linux-4.19/Documentation/filesystems/
Dsharedsubtree.txt805 ->mnt_share
810 ->mnt_share links together all the mount to/from which this vfsmount
828 ->mnt_share.
862 A's ->mnt_share links with the ->mnt_share of 'B' 'C' and 'D'
866 E's ->mnt_share links with ->mnt_share of K
882 ->mnt_share, ->mnt_slave, ->mnt_slave_list, ->mnt_master are protected