Home
last modified time | relevance | path

Searched refs:this_node (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/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(sizeof(struct befs_btree_node), in befs_btree_find()
263 if (!this_node) { in befs_btree_find()
269 this_node->bh = NULL; in befs_btree_find()
273 if (befs_bt_read_node(sb, ds, this_node, node_off) != BEFS_OK) { in befs_btree_find()
279 while (!befs_leafnode(this_node)) { in befs_btree_find()
280 res = befs_find_key(sb, this_node, key, &node_off); in befs_btree_find()
283 node_off = this_node->head.overflow; in befs_btree_find()
284 if (befs_bt_read_node(sb, ds, this_node, node_of in befs_btree_find()
415 struct befs_btree_node *this_node; befs_btree_read() local
542 befs_btree_seekleaf(struct super_block *sb, const befs_data_stream *ds, befs_btree_super *bt_super, struct befs_btree_node *this_node, befs_off_t * node_off) befs_btree_seekleaf() argument
[all...]
/kernel/linux/linux-6.6/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(sizeof(struct befs_btree_node), in befs_btree_find()
263 if (!this_node) { in befs_btree_find()
269 this_node->bh = NULL; in befs_btree_find()
273 if (befs_bt_read_node(sb, ds, this_node, node_off) != BEFS_OK) { in befs_btree_find()
279 while (!befs_leafnode(this_node)) { in befs_btree_find()
280 res = befs_find_key(sb, this_node, key, &node_off); in befs_btree_find()
283 node_off = this_node->head.overflow; in befs_btree_find()
284 if (befs_bt_read_node(sb, ds, this_node, node_of in befs_btree_find()
415 struct befs_btree_node *this_node; befs_btree_read() local
542 befs_btree_seekleaf(struct super_block *sb, const befs_data_stream *ds, befs_btree_super *bt_super, struct befs_btree_node *this_node, befs_off_t * node_off) befs_btree_seekleaf() argument
[all...]
/kernel/linux/linux-5.10/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 in acpi_ns_lookup()
[all...]
H A Dnsdump.c144 struct acpi_namespace_node *this_node; in acpi_ns_dump_one_object() local
165 this_node = acpi_ns_validate_handle(obj_handle); in acpi_ns_dump_one_object()
166 if (!this_node) { in acpi_ns_dump_one_object()
172 type = this_node->type; in acpi_ns_dump_one_object()
178 (info->owner_id != this_node->owner_id)) { in acpi_ns_dump_one_object()
195 acpi_os_printf("%4.4s", acpi_ut_get_node_name(this_node)); in acpi_ns_dump_one_object()
201 acpi_ut_get_type_name(type), this_node, in acpi_ns_dump_one_object()
202 this_node->owner_id); in acpi_ns_dump_one_object()
206 obj_desc = acpi_ns_get_attached_object(this_node); in acpi_ns_dump_one_object()
211 if (this_node in acpi_ns_dump_one_object()
[all...]
/kernel/linux/linux-6.6/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 in acpi_ns_lookup()
[all...]
H A Dnsdump.c144 struct acpi_namespace_node *this_node; in acpi_ns_dump_one_object() local
165 this_node = acpi_ns_validate_handle(obj_handle); in acpi_ns_dump_one_object()
166 if (!this_node) { in acpi_ns_dump_one_object()
172 type = this_node->type; in acpi_ns_dump_one_object()
178 (info->owner_id != this_node->owner_id)) { in acpi_ns_dump_one_object()
195 acpi_os_printf("%4.4s", acpi_ut_get_node_name(this_node)); in acpi_ns_dump_one_object()
201 acpi_ut_get_type_name(type), this_node, in acpi_ns_dump_one_object()
202 this_node->owner_id); in acpi_ns_dump_one_object()
206 obj_desc = acpi_ns_get_attached_object(this_node); in acpi_ns_dump_one_object()
211 if (this_node in acpi_ns_dump_one_object()
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dgfp.h219 static inline void warn_if_node_offline(int this_node, gfp_t gfp_mask) in warn_if_node_offline() argument
226 if (node_online(this_node)) in warn_if_node_offline()
229 pr_warn("%pGg allocation from offline node %d\n", &gfp_mask, this_node); in warn_if_node_offline()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dstackglue.h149 * ->this_node() returns the cluster's unique identifier for the
152 int (*this_node)(struct ocfs2_cluster_connection *conn, member
H A Dstack_user.c1063 unsigned int *this_node) in user_cluster_this_node()
1078 *this_node = rc; in user_cluster_this_node()
1085 .this_node = user_cluster_this_node,
1062 user_cluster_this_node(struct ocfs2_cluster_connection *conn, unsigned int *this_node) user_cluster_this_node() argument
H A Dstack_o2cb.c412 .this_node = o2cb_cluster_this_node,
H A Dstackglue.c465 return active_stack->sp_ops->this_node(conn, node); in ocfs2_cluster_this_node()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dstackglue.h147 * ->this_node() returns the cluster's unique identifier for the
150 int (*this_node)(struct ocfs2_cluster_connection *conn, member
H A Dstack_user.c1049 unsigned int *this_node) in user_cluster_this_node()
1064 *this_node = rc; in user_cluster_this_node()
1071 .this_node = user_cluster_this_node,
1048 user_cluster_this_node(struct ocfs2_cluster_connection *conn, unsigned int *this_node) user_cluster_this_node() argument
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()

Completed in 12 milliseconds