Searched refs:bdops (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dblock_dev.c429 struct block_device_operations *bdops; member in struct:__anon3079
439 if (blkdevs[i].bdops) {
457 if (!blkdevs[major].bdops) {
463 ret = blkdevs[major].bdops;
468 int register_blkdev(unsigned int major, const char * name, struct block_device_operations *bdops) argument
472 if (blkdevs[major].bdops == NULL) {
474 blkdevs[major].bdops = bdops;
482 if (blkdevs[major].bdops && blkdevs[major].bdops !
514 const struct block_device_operations * bdops = NULL; local
[all...]
H A Dsuper.c650 struct block_device_operations *bdops; local
675 bdops = devfs_get_ops (de); /* Increments module use count */
676 if (bdops) bdev->bd_op = bdops;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Ddevfs_fs_kernel.h100 struct block_device_operations *bdops);
250 struct block_device_operations *bdops)
252 return register_blkdev (major, name, bdops);
249 devfs_register_blkdev(unsigned int major, const char *name, struct block_device_operations *bdops) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Ddevfs_fs_kernel.h100 struct block_device_operations *bdops);
250 struct block_device_operations *bdops)
252 return register_blkdev (major, name, bdops);
249 devfs_register_blkdev(unsigned int major, const char *name, struct block_device_operations *bdops) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dswapfile.c919 struct block_device_operations *bdops; local
928 bdops = devfs_get_ops(de); /* Increments module use count */
929 if (bdops) bdev->bd_op = bdops;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/devfs/
H A Dbase.c2259 * @bdops: The &block_device_operations structure pointer.
2267 struct block_device_operations *bdops)
2270 return register_blkdev (major, name, bdops);
2449 struct block_device_operations *bdops; local
2453 bdops = devfs_get_ops (de);
2454 if (!bdops) return 0;
2455 if (bdops->check_media_change == NULL) goto out;
2456 if ( !bdops->check_media_change (dev) ) goto out;
2465 if (bdops->revalidate) bdops
2266 devfs_register_blkdev(unsigned int major, const char *name, struct block_device_operations *bdops) argument
[all...]

Completed in 63 milliseconds