Lines Matching refs:mnt_master
808 ->mnt_master
819 ->mnt_master points to the master vfsmount from which this vfsmount
830 All vfsmounts with the same ->mnt_master form on a cyclic list anchored
831 in ->mnt_master->mnt_slave_list and going through ->mnt_slave.
833 ->mnt_master can point to arbitrary (and possibly different) members
840 All vfsmounts in a peer group have the same ->mnt_master. If it is
867 'E', 'K', 'F', 'G' have their ->mnt_master point to struct
869 'M', 'L', 'N' have their ->mnt_master point to struct vfsmount of 'K'
873 J and K's ->mnt_master points to struct vfsmount of C
875 'H' and 'I' have their ->mnt_master pointing to struct vfsmount of 'D'.
882 ->mnt_share, ->mnt_slave, ->mnt_slave_list, ->mnt_master are protected