Home
last modified time | relevance | path

Searched refs:get_chrfops (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/
Ddevices.c65 static struct file_operations * get_chrfops(unsigned int major, unsigned int minor) in get_chrfops() function
148 filp->f_op = get_chrfops(MAJOR(inode->i_rdev), MINOR(inode->i_rdev)); in chrdev_open()
/linux-2.4.37.9/Documentation/filesystems/devfs/
DChangeLog1268 - Corrected and moved <get_blkfops> and <get_chrfops> declarations