Searched refs:iops (Results 1 – 12 of 12) sorted by relevance
231 struct inode_operations *iops; in presto_settime() local271 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() local388 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 …]
251 struct inode_operations *iops; in presto_lookup() local264 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()
12 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 \
1049 hwif->iops = old_hwif.iops; in ide_unregister()
2446 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 …]
71 hwif->iops = swarm_iops; in swarm_ide_probe()
2969 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 …]
149 struct i2o_sys_tbl_entry iops[0]; member
74 struct inode_operations *iops,609 struct inode_operations *iops, struct file_operations *fops) in debug_create_proc_dir_entry() argument634 rc->ops = iops; in debug_create_proc_dir_entry()
247 struct i2o_sys_tbl_entry iops[0]; member
337 ide_io_ops_t *iops,