taglinefilesource code
mount_root97fs/filesystems.cmount_root();
mount_root180fs/inode.cint fs_may_umount(dev_t dev, struct inode * mount_root)
mount_root189fs/inode.cif (inode == mount_root && inode->i_count == 1)
mount_root416include/linux/fs.hextern int fs_may_umount(dev_t dev, struct inode * mount_root);
mount_root501include/linux/fs.hextern void mount_root(void);