tag | line | file | source code |
---|---|---|---|
mount_root | 103 | fs/filesystems.c | mount_root(); |
mount_root | 180 | fs/inode.c | int fs_may_umount(dev_t dev, struct inode * mount_root) |
mount_root | 189 | fs/inode.c | if (inode == mount_root && inode->i_count == 1) |
mount_root | 424 | include/linux/fs.h | extern int fs_may_umount(dev_t dev, struct inode * mount_root); |
mount_root | 511 | include/linux/fs.h | extern void mount_root(void); |