Lines Matching refs:ROOT_DEV
36 dev_t ROOT_DEV; variable
382 ROOT_DEV = s->s_dev; in do_mount_root()
387 MAJOR(ROOT_DEV), MINOR(ROOT_DEV)); in do_mount_root()
404 MAJOR(ROOT_DEV), MINOR(ROOT_DEV)); in mount_block_root()
570 if (ROOT_DEV == Root_NFS) { in mount_root()
577 if (ROOT_DEV == Root_CIFS) { in mount_root()
583 if (ROOT_DEV == 0 && root_device_name && root_fs_names) { in mount_root()
589 int err = create_dev("/dev/root", ROOT_DEV); in mount_root()
627 ROOT_DEV = name_to_dev_t(root_device_name); in prepare_namespace()
636 if ((ROOT_DEV == 0) && root_wait) { in prepare_namespace()
640 (ROOT_DEV = name_to_dev_t(saved_root_name)) == 0) in prepare_namespace()