Home
last modified time | relevance | path

Searched refs:init_mknod (Results 1 – 6 of 6) sorted by relevance

/linux/init/
H A Dnoinitramfs.c27 err = init_mknod("/dev/console", S_IFCHR | S_IRUSR | S_IWUSR, in default_rootfs()
H A Ddo_mounts.h22 return init_mknod(name, S_IFBLK | 0600, new_encode_dev(dev)); in create_dev()
H A Dinitramfs.c393 init_mknod(collected, mode, rdev); in do_name()
/linux/include/linux/
H A Dinit_syscalls.h12 int __init init_mknod(const char *filename, umode_t mode, unsigned int dev);
/linux/fs/pstore/
H A Dblk.c274 init_mknod(devname, S_IFBLK | 0600, new_encode_dev(dev)); in early_boot_devpath()
/linux/fs/
H A Dinit.c141 int __init init_mknod(const char *filename, umode_t mode, unsigned int dev) in init_mknod() function