Searched refs:chardevs (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/block/aoe/
H A Daoechr.c53 static struct aoe_chardev chardevs[] = { variable in typeref:struct:aoe_chardev
197 for (i = 0; i < ARRAY_SIZE(chardevs); ++i) aoechr_open()
198 if (chardevs[i].minor == n) { aoechr_open()
302 for (i = 0; i < ARRAY_SIZE(chardevs); ++i) aoechr_init()
304 MKDEV(AOE_MAJOR, chardevs[i].minor), NULL, aoechr_init()
305 chardevs[i].name); aoechr_init()
315 for (i = 0; i < ARRAY_SIZE(chardevs); ++i) aoechr_exit()
316 device_destroy(aoe_class, MKDEV(AOE_MAJOR, chardevs[i].minor)); aoechr_exit()
/linux-4.4.14/mm/
H A Dnommu.c157 /* protect what we can, including chardevs */ __get_user_pages()
956 * - we support chardevs that provide their own "memory" validate_mmap_request()
1097 * if possible - used for chardevs, ramfs/tmpfs/shmfs and determine_vm_flags()
H A Dpage-writeback.c2327 /* deal with chardevs and other special file */ generic_writepages()
/linux-4.4.14/fs/f2fs/
H A Ddata.c1344 /* deal with chardevs and other special file */ f2fs_write_data_pages()
/linux-4.4.14/drivers/char/
H A Dvirtio_console.c55 /* Used for registering chardevs */

Completed in 232 milliseconds