Home
last modified time | relevance | path

Searched refs:object_id (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/fs/adfs/
Dadfs.h197 __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()
Ddir_f.c143 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/
Dpnfs_osd_xdr_cli.c378 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/
Dwmi.c53 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/
Dspu_notify.c34 ctx ? ctx->object_id : 0, spu); in spu_switch_notify()
/linux-4.1.27/drivers/net/wireless/
Drayctl.h348 struct object_id { struct
459 UCHAR object_id; member
464 UCHAR object_id; member
Dray_cs.c1736 writeb(objid, &pccs->var.update_param.object_id); in ray_update_parm()
/linux-4.1.27/sound/pci/mixart/
Dmixart_core.c92 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()
Dmixart.h37 u32 object_id; member
Dmixart_hwdep.c269 get_console_mgr.object_id = 0; in mixart_enum_physio()
/linux-4.1.27/include/scsi/
Dosd_sense.h226 /*24*/ __be64 object_id; member
Dosd_attributes.h392 __be64 object_id; member
Dosd_protocol.h385 __be64 object_id; member
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dspufs.h91 u64 object_id; /* user space pointer for oprofile */ member
Dfile.c2033 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/
Dlayout.h1151 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/
Dosd_initiator.c1823 osi->obj.id = be64_to_cpu(osidd->object_id); in osd_req_decode_sense_full()