Home
last modified time | relevance | path

Searched refs:iops (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/fs/intermezzo/
Dvfs.c231 struct inode_operations *iops; in presto_settime() local
271 iops = filter_c2cdiops(fset->fset_cache->cache_filter); in presto_settime()
272 if (!iops) { in presto_settime()
277 if (iops->setattr != NULL) in presto_settime()
278 error = iops->setattr(dentry, &iattr); in presto_settime()
366 struct inode_operations *iops; in presto_do_setattr() local
388 iops = filter_c2cdiops(fset->fset_cache->cache_filter); in presto_do_setattr()
413 if (dentry->d_inode && iops && iops->setattr) { in presto_do_setattr()
414 error = iops->setattr(dentry, iattr); in presto_do_setattr()
560 struct inode_operations *iops; in presto_do_create() local
[all …]
Ddir.c251 struct inode_operations *iops; in presto_lookup() local
264 iops = filter_c2cdiops(cache->cache_filter); in presto_lookup()
265 if (!iops || !iops->lookup) { in presto_lookup()
290 de = iops->lookup(dir, dentry); in presto_lookup()
/linux-2.4.37.9/drivers/ide/
DMakefile12 export-objs := ide-iops.o ide-taskfile.o ide-proc.o ide.o ide-probe.o ide-probe-mini.o ide-dma.o id…
31 ide-core-objs := ide-iops.o ide-taskfile.o ide.o ide-lib.o ide-io.o \
Dide.c1049 hwif->iops = old_hwif.iops; in ide_unregister()
/linux-2.4.37.9/drivers/message/i2o/
Di2o_core.c2446 sys_tbl->iops[count].org_id = iop->status_block->org_id; in i2o_build_sys_table()
2447 sys_tbl->iops[count].iop_id = iop->unit + 2; in i2o_build_sys_table()
2448 sys_tbl->iops[count].seg_num = 0; in i2o_build_sys_table()
2449 sys_tbl->iops[count].i2o_version = in i2o_build_sys_table()
2451 sys_tbl->iops[count].iop_state = in i2o_build_sys_table()
2453 sys_tbl->iops[count].msg_type = in i2o_build_sys_table()
2455 sys_tbl->iops[count].frame_size = in i2o_build_sys_table()
2457 sys_tbl->iops[count].last_changed = sys_tbl_ind - 1; // ?? in i2o_build_sys_table()
2458 sys_tbl->iops[count].iop_capabilities = in i2o_build_sys_table()
2460 sys_tbl->iops[count].inbound_low = iop->post_port; in i2o_build_sys_table()
[all …]
/linux-2.4.37.9/drivers/ide/ppc/
Dswarm.c71 hwif->iops = swarm_iops; in swarm_ide_probe()
/linux-2.4.37.9/drivers/scsi/
Ddpt_i2o.c2969 sys_tbl->iops[count].org_id = pHba->status_block->org_id; in adpt_i2o_build_sys_table()
2970 sys_tbl->iops[count].iop_id = pHba->unit + 2; in adpt_i2o_build_sys_table()
2971 sys_tbl->iops[count].seg_num = 0; in adpt_i2o_build_sys_table()
2972 sys_tbl->iops[count].i2o_version = pHba->status_block->i2o_version; in adpt_i2o_build_sys_table()
2973 sys_tbl->iops[count].iop_state = pHba->status_block->iop_state; in adpt_i2o_build_sys_table()
2974 sys_tbl->iops[count].msg_type = pHba->status_block->msg_type; in adpt_i2o_build_sys_table()
2975 sys_tbl->iops[count].frame_size = pHba->status_block->inbound_frame_size; in adpt_i2o_build_sys_table()
2976 sys_tbl->iops[count].last_changed = sys_tbl_ind - 1; // ?? in adpt_i2o_build_sys_table()
2977 sys_tbl->iops[count].iop_capabilities = pHba->status_block->iop_capabilities; in adpt_i2o_build_sys_table()
2978 sys_tbl->iops[count].inbound_low = (u32)virt_to_bus((void*)pHba->post_port); in adpt_i2o_build_sys_table()
[all …]
/linux-2.4.37.9/drivers/scsi/dpt/
Ddpti_i2o.h149 struct i2o_sys_tbl_entry iops[0]; member
/linux-2.4.37.9/arch/s390/kernel/
Ddebug.c74 struct inode_operations *iops,
609 struct inode_operations *iops, struct file_operations *fops) in debug_create_proc_dir_entry() argument
634 rc->ops = iops; in debug_create_proc_dir_entry()
/linux-2.4.37.9/arch/s390x/kernel/
Ddebug.c74 struct inode_operations *iops,
609 struct inode_operations *iops, struct file_operations *fops) in debug_create_proc_dir_entry() argument
634 rc->ops = iops; in debug_create_proc_dir_entry()
/linux-2.4.37.9/include/linux/
Di2o.h247 struct i2o_sys_tbl_entry iops[0]; member
Dide.h337 ide_io_ops_t *iops,