Home
last modified time | relevance | path

Searched refs:random_fops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Drandom.h49 extern const struct file_operations random_fops, urandom_fops;
/Linux-v5.10/drivers/char/
Dmem.c984 [8] = { "random", 0666, &random_fops, 0 },
Drandom.c1988 const struct file_operations random_fops = { variable