Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dpnode.c18 return list_entry(p->mnt_share.next, struct mount, mnt_share); in next_peer()
85 if (IS_MNT_SHARED(mnt) && list_empty(&mnt->mnt_share)) in do_make_slave()
88 list_del_init(&mnt->mnt_share); in do_make_slave()
Dmount.h36 struct list_head mnt_share; /* circular list of shared mounts */ member
Dnamespace.c193 INIT_LIST_HEAD(&mnt->mnt_share); in alloc_vfsmnt()
758 list_add(&mnt->mnt_share, &old->mnt_share); in clone_mnt()
/linux-3.4.99/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