taglinefilesource code
mount_root118fs/filesystems.cmount_root();
mount_root180fs/inode.cint fs_may_umount(kdev_t dev, struct inode * mount_root)
mount_root189fs/inode.cif (inode == mount_root && inode->i_count == 1)
mount_root423include/linux/fs.hextern int fs_may_umount(kdev_t dev, struct inode * mount_root);
mount_root522include/linux/fs.hextern void mount_root(void);