/linux-4.1.27/fs/adfs/ |
D | adfs.h | 197 __adfs_block_map(struct super_block *sb, unsigned int object_id, in __adfs_block_map() argument 200 if (object_id & 255) { in __adfs_block_map() 203 off = (object_id & 255) - 1; in __adfs_block_map() 207 return adfs_map_lookup(sb, object_id >> 8, block); in __adfs_block_map()
|
D | dir_f.c | 143 adfs_dir_read(struct super_block *sb, unsigned long object_id, in adfs_dir_read() argument 164 phys = __adfs_block_map(sb, object_id, blk); in adfs_dir_read() 167 object_id, blk); in adfs_dir_read() 196 object_id); in adfs_dir_read() 331 adfs_dir_find_entry(struct adfs_dir *dir, unsigned long object_id) in adfs_dir_find_entry() argument 343 if (obj.file_id == object_id) { in adfs_dir_find_entry()
|
/linux-4.1.27/fs/nfs/objlayout/ |
D | pnfs_osd_xdr_cli.c | 378 pnfs_osd_xdr_encode_objid(__be32 *p, struct pnfs_osd_objid *object_id) in pnfs_osd_xdr_encode_objid() argument 380 p = xdr_encode_opaque_fixed(p, &object_id->oid_device_id.data, in pnfs_osd_xdr_encode_objid() 381 sizeof(object_id->oid_device_id.data)); in pnfs_osd_xdr_encode_objid() 382 p = xdr_encode_hyper(p, object_id->oid_partition_id); in pnfs_osd_xdr_encode_objid() 383 p = xdr_encode_hyper(p, object_id->oid_object_id); in pnfs_osd_xdr_encode_objid()
|
/linux-4.1.27/drivers/platform/x86/ |
D | wmi.c | 53 char object_id[2]; member 322 strncat(method, block->object_id, 2); in wmi_evaluate_method() 376 strncat(wc_method, block->object_id, 2); in wmi_query_block() 389 strncat(method, block->object_id, 2); in wmi_query_block() 452 strncat(method, block->object_id, 2); in wmi_set_block() 465 pr_info("\tobject_id: %c%c\n", g->object_id[0], g->object_id[1]); in wmi_dump_wdg()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | spu_notify.c | 34 ctx ? ctx->object_id : 0, spu); in spu_switch_notify()
|
/linux-4.1.27/drivers/net/wireless/ |
D | rayctl.h | 348 struct object_id { struct 459 UCHAR object_id; member 464 UCHAR object_id; member
|
D | ray_cs.c | 1736 writeb(objid, &pccs->var.update_param.object_id); in ray_update_parm()
|
/linux-4.1.27/sound/pci/mixart/ |
D | mixart_core.c | 92 resp->uid.object_id = readl_be(MIXART_MEM(mgr, msg_frame_address + 8)); /* uidDest */ in get_msg() 186 …writel_be( msg->uid.object_id, MIXART_MEM(mgr, msg_frame_address + 8) ); /* uid… in send_msg() 387 msg, resp.message_id, resp.uid.object_id, resp.uid.desc, resp.size); in snd_mixart_process_msg()
|
D | mixart.h | 37 u32 object_id; member
|
D | mixart_hwdep.c | 269 get_console_mgr.object_id = 0; in mixart_enum_physio()
|
/linux-4.1.27/include/scsi/ |
D | osd_sense.h | 226 /*24*/ __be64 object_id; member
|
D | osd_attributes.h | 392 __be64 object_id; member
|
D | osd_protocol.h | 385 __be64 object_id; member
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | spufs.h | 91 u64 object_id; /* user space pointer for oprofile */ member
|
D | file.c | 2033 return ctx->object_id; in spufs_object_id_get() 2039 ctx->object_id = id; in spufs_object_id_set()
|
/linux-4.1.27/fs/ntfs/ |
D | layout.h | 1151 GUID object_id; /* Unique id assigned to the member 2264 GUID object_id; /* $O index in FILE_Extend/$ObjId: The member
|
/linux-4.1.27/drivers/scsi/osd/ |
D | osd_initiator.c | 1823 osi->obj.id = be64_to_cpu(osidd->object_id); in osd_req_decode_sense_full()
|