Searched refs:this_node (Results 1 – 5 of 5) sorted by relevance
/fs/befs/ |
D | btree.c | 93 struct befs_btree_node *this_node, 253 struct befs_btree_node *this_node; in befs_btree_find() local 266 this_node = kmalloc(sizeof(struct befs_btree_node), in befs_btree_find() 268 if (!this_node) { in befs_btree_find() 274 this_node->bh = NULL; in befs_btree_find() 278 if (befs_bt_read_node(sb, ds, this_node, node_off) != BEFS_OK) { in befs_btree_find() 284 while (!befs_leafnode(this_node)) { in befs_btree_find() 285 res = befs_find_key(sb, this_node, key, &node_off); in befs_btree_find() 287 node_off = this_node->head.overflow; in befs_btree_find() 289 if (befs_bt_read_node(sb, ds, this_node, node_off) != BEFS_OK) { in befs_btree_find() [all …]
|
/fs/ocfs2/ |
D | stackglue.h | 160 int (*this_node)(struct ocfs2_cluster_connection *conn, member
|
D | stack_user.c | 1064 unsigned int *this_node) in user_cluster_this_node() argument 1079 *this_node = rc; in user_cluster_this_node() 1086 .this_node = user_cluster_this_node,
|
D | stack_o2cb.c | 420 .this_node = o2cb_cluster_this_node,
|
D | stackglue.c | 473 return active_stack->sp_ops->this_node(conn, node); in ocfs2_cluster_this_node()
|