Home
last modified time | relevance | path

Searched refs:this_node (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dnsaccess.c293 struct acpi_namespace_node *this_node = NULL; in acpi_ns_lookup() local
362 this_node = acpi_gbl_root_node; in acpi_ns_lookup()
386 this_node = acpi_gbl_root_node; in acpi_ns_lookup()
395 this_node)); in acpi_ns_lookup()
408 this_node = prefix_node; in acpi_ns_lookup()
425 this_node = this_node->parent; in acpi_ns_lookup()
426 if (!this_node) { in acpi_ns_lookup()
451 (this_node), num_carats)); in acpi_ns_lookup()
475 type = this_node->type; in acpi_ns_lookup()
540 current_node = this_node; in acpi_ns_lookup()
[all …]
/linux/fs/befs/
H A Dbtree.c93 struct befs_btree_node *this_node,
248 struct befs_btree_node *this_node; in befs_btree_find() local
261 this_node = kmalloc_obj(struct befs_btree_node, GFP_NOFS); in befs_btree_find()
262 if (!this_node) { in befs_btree_find()
268 this_node->bh = NULL; in befs_btree_find()
272 if (befs_bt_read_node(sb, ds, this_node, node_off) != BEFS_OK) { in befs_btree_find()
278 while (!befs_leafnode(this_node)) { in befs_btree_find()
279 res = befs_find_key(sb, this_node, key, &node_off); in befs_btree_find()
282 node_off = this_node->head.overflow; in befs_btree_find()
283 if (befs_bt_read_node(sb, ds, this_node, node_off) != BEFS_OK) { in befs_btree_find()
[all …]
/linux/fs/ocfs2/
H A Dstack_o2cb.c410 .this_node = o2cb_cluster_this_node,
H A Dstackglue.c463 return active_stack->sp_ops->this_node(conn, node); in ocfs2_cluster_this_node()