Lines Matching refs:links
648 Q1. Why is bind mount needed? How is it different from symbolic links?
649 symbolic links can get stale if the destination mount gets
810 ->mnt_share links together all the mount to/from which this vfsmount
813 ->mnt_slave_list links all the mounts to which this vfsmount propagates
816 ->mnt_slave links together all the slaves that its master vfsmount
862 A's ->mnt_share links with the ->mnt_share of 'B' 'C' and 'D'
864 A's ->mnt_slave_list links with ->mnt_slave of 'E', 'K', 'F' and 'G'
866 E's ->mnt_share links with ->mnt_share of K
870 K's ->mnt_slave_list links with ->mnt_slave of 'M', 'L' and 'N'
872 C's ->mnt_slave_list links with ->mnt_slave of 'J' and 'K'
874 and finally D's ->mnt_slave_list links with ->mnt_slave of 'H' and 'I'