Searched refs:owner_id (Results 1 - 25 of 28) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h960 /* 48*/ u32 owner_id; /* Owner_id of the user owning member in struct:__anon1246::__anon1247::__anon1249
2180 i.e. in the entry where owner_id = QUOTA_DEFAULTS_ID. */
2199 * i.e. the key is the owner_id. The user_id of the owner of a file, i.e. the
2200 * owner_id, is found in the standard information attribute. The collation rule
2205 * entry belongs to, i.e. the owner_id. The collation rule for $O is
2237 u32 owner_id; member in struct:__anon1297
2244 * enum PREDEFINED_OWNER_IDS - Predefined owner_id values (32-bit).
2338 u32 owner_id; /* $Q index in FILE_Extend/$Quota: member in union:__anon1303::__anon1306
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsummit.c44 if (rio_devs[i]->node_id == rio_devs[wpeg_num]->owner_id){
45 twister = rio_devs[i]->owner_id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsinit.c94 if (node->owner_id != info->owner_id) {
160 acpi_owner_id owner_id; local
164 status = acpi_tb_get_owner_id(table_index, &owner_id);
178 info.owner_id = owner_id;
195 table->signature, owner_id, info.object_count,
H A Ddsmethod.c275 * to begin concurrent execution. We only need one owner_id, even if the
278 if (!obj_desc->method.owner_id) {
279 status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id);
356 next_walk_state = acpi_ds_create_walk_state(obj_desc->method.owner_id,
587 acpi_ns_delete_namespace_by_owner(method_desc->method.owner_id);
602 * Additional threads. Do not release the owner_id in this case,
626 /* No more threads, we can free the owner_id */
628 acpi_ut_release_owner_id(&method_desc->method.owner_id);
H A Ddswstate.c621 * PARAMETERS: owner_id - ID for object creation
633 struct acpi_walk_state *acpi_ds_create_walk_state(acpi_owner_id owner_id, union acpi_parse_object argument
650 walk_state->owner_id = owner_id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexdump.c128 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.owner_id), "Owner Id"},
272 {ACPI_EXD_UINT8, ACPI_EXD_NSOFFSET(owner_id), "Owner Id"},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnsalloc.c179 acpi_owner_id owner_id = 0; local
190 owner_id = walk_state->owner_id;
216 node->owner_id = owner_id;
222 acpi_ut_get_type_name(node->type), node, owner_id,
393 * PARAMETERS: owner_id - All nodes with this owner will be deleted
405 void acpi_ns_delete_namespace_by_owner(acpi_owner_id owner_id) argument
413 ACPI_FUNCTION_TRACE_U32(ns_delete_namespace_by_owner, owner_id);
415 if (owner_id
[all...]
H A Dnsdump.c188 if ((info->owner_id != ACPI_OWNER_ID_MAX) &&
189 (info->owner_id != this_node->owner_id)) {
222 this_node->owner_id);
606 * owner_id - Dump only objects owned by this ID. Use
621 acpi_owner_id owner_id, acpi_handle start_handle)
628 info.owner_id = owner_id;
659 info.owner_id = ACPI_OWNER_ID_MAX;
618 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) argument
H A Dnsparse.c75 acpi_owner_id owner_id; local
79 status = acpi_tb_get_owner_id(table_index, &owner_id);
93 walk_state = acpi_ds_create_walk_state(owner_id, NULL, NULL, NULL);
H A Dnsxfobj.c87 *ret_id = node->owner_id;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/parser/
H A Dpsxface.c265 acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/tables/
H A Dtbinstal.c281 owner_id = 0;
382 acpi_owner_id owner_id; local
386 owner_id =
387 acpi_gbl_root_table_list.tables[table_index].owner_id;
394 acpi_ns_delete_namespace_by_owner(owner_id);
405 * DESCRIPTION: Allocates owner_id in table_desc
418 (&(acpi_gbl_root_table_list.tables[table_index].owner_id));
433 * DESCRIPTION: Releases owner_id in table_desc
447 tables[table_index].owner_id));
460 * owner_id
469 acpi_tb_get_owner_id(acpi_native_uint table_index, acpi_owner_id * owner_id) argument
[all...]
H A Dtbxface.c345 if (id != acpi_gbl_root_table_list.tables[i].owner_id) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutmisc.c156 * PARAMETERS: owner_id - Where the new owner ID is returned
166 acpi_status acpi_ut_allocate_owner_id(acpi_owner_id * owner_id) argument
177 if (*owner_id) {
179 *owner_id));
226 *owner_id =
231 (unsigned int)*owner_id));
274 acpi_owner_id owner_id = *owner_id_ptr; local
279 ACPI_FUNCTION_TRACE_U32(ut_release_owner_id, owner_id);
281 /* Always clear the input owner_id (zero is an invalid ID) */
287 if (owner_id
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp.h137 u8 owner_id; member in struct:rio_detail
H A Dibmphp_ebda.c155 debug ("%s - owner_id = %x\n", __FUNCTION__, ptr->owner_id);
172 debug ("%s - owner_id = %x\n", __FUNCTION__, ptr->owner_id);
430 rio_detail_ptr->owner_id = readb (io_mem + offset + 6);
439 // debug ("rio_node_id: %x\nbbar: %x\nrio_type: %x\nowner_id: %x\nport0_node: %x\nport0_port: %x\nport1_node: %x\nport1_port: %x\nfirst_slot_num: %x\nstatus: %x\n", rio_detail_ptr->rio_node_id, rio_detail_ptr->bbar, rio_detail_ptr->rio_type, rio_detail_ptr->owner_id, rio_detail_ptr->port0_node_connect, rio_detail_ptr->port0_port_connect, rio_detail_ptr->port1_node_connect, rio_detail_ptr->port1_port_connect, rio_detail_ptr->first_slot_num, rio_detail_ptr->status);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c181 #define stateid_hashval(owner_id, file_id) \
182 (((owner_id) + (file_id)) & STATEID_HASH_MASK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlayout.h867 /* 48*/ le32 owner_id; /* Owner_id of the user owning member in struct:__anon7560::__anon7561::__anon7563
2043 * in the entry where owner_id = QUOTA_DEFAULTS_ID.
2064 * i.e. the key is the owner_id. The user_id of the owner of a file, i.e. the
2065 * owner_id, is found in the standard information attribute. The collation rule
2070 * entry belongs to, i.e. the owner_id. The collation rule for $O is
2094 * Predefined owner_id values (32-bit).
2204 le32 owner_id; /* $Q index in FILE_Extend/$Quota: member in union:__anon7618::__anon7622
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacdispat.h293 struct acpi_walk_state *acpi_ds_create_walk_state(acpi_owner_id owner_id, union acpi_parse_object
H A Daclocal.h189 acpi_owner_id owner_id; /* Node creator */ member in struct:acpi_namespace_node
226 acpi_owner_id owner_id; member in struct:acpi_table_desc
H A Dacnamesp.h142 void acpi_ns_delete_namespace_by_owner(acpi_owner_id owner_id);
173 acpi_owner_id owner_id, acpi_handle start_handle);
H A Dacobject.h184 acpi_owner_id owner_id; member in struct:acpi_object_method
H A Dacparser.h185 acpi_owner_id owner_id,
H A Dacstruct.h83 acpi_owner_id owner_id; /* Owner of objects created during the walk */ member in struct:acpi_walk_state
142 acpi_owner_id owner_id; member in struct:acpi_init_walk_info
219 acpi_owner_id owner_id; member in struct:acpi_walk_info
H A Dactables.h91 acpi_tb_get_owner_id(acpi_native_uint table_index, acpi_owner_id * owner_id);

Completed in 270 milliseconds

12