tag | line | file | source code |
---|---|---|---|
set_device_ro | 269 | drivers/block/loop.c | set_device_ro(dev, 1); |
set_device_ro | 272 | drivers/block/loop.c | set_device_ro(dev, 0); |
set_device_ro | 89 | include/linux/blk.h | extern void set_device_ro(kdev_t dev,int flag); |
set_device_ro | 111 | include/linux/blk.h | set_device_ro((dev),get_fs_long((long *) (where))); return 0; \ |
set_device_ro | 67 | kernel/ksyms.c | extern void set_device_ro(int dev,int flag); |
set_device_ro | 192 | kernel/ksyms.c | X(set_device_ro), |