Home
last modified time | relevance | path

Searched refs:get_blkfops (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/
Dblock_dev.c450 const struct block_device_operations * get_blkfops(unsigned int major) in get_blkfops() function
565 bdev->bd_op = get_blkfops(MAJOR(dev)); in do_open()
/linux-2.4.37.9/include/linux/
Dfs.h1121 extern const struct block_device_operations *get_blkfops(unsigned int);
/linux-2.4.37.9/fs/devfs/
Dbase.c1562 if ( S_ISBLK (mode) ) ops = (void *) get_blkfops (major); in devfs_register()
/linux-2.4.37.9/Documentation/filesystems/devfs/
DChangeLog1268 - Corrected and moved <get_blkfops> and <get_chrfops> declarations