Searched refs:this_node (Results 1 – 5 of 5) sorted by relevance
/fs/befs/ |
D | btree.c | 93 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_off) != BEFS_OK) { in befs_btree_find() [all …]
|
/fs/ocfs2/ |
D | stackglue.h | 152 int (*this_node)(struct ocfs2_cluster_connection *conn, member
|
D | stack_user.c | 1063 unsigned int *this_node) in user_cluster_this_node() argument 1078 *this_node = rc; in user_cluster_this_node() 1085 .this_node = user_cluster_this_node,
|
D | stack_o2cb.c | 412 .this_node = o2cb_cluster_this_node,
|
D | stackglue.c | 465 return active_stack->sp_ops->this_node(conn, node); in ocfs2_cluster_this_node()
|