Searched refs:next_node (Results 1 – 8 of 8) sorted by relevance
/fs/hfs/ |
D | brec.c | 232 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local 252 next_node = hfs_bnode_find(tree, node->next); in hfs_bnode_split() 254 next_node = NULL; in hfs_bnode_split() 256 if (IS_ERR(next_node)) { in hfs_bnode_split() 259 return next_node; in hfs_bnode_split() 275 if (next_node) in hfs_bnode_split() 276 hfs_bnode_put(next_node); in hfs_bnode_split() 331 if (next_node) { in hfs_bnode_split() 332 next_node->prev = new_node->this; in hfs_bnode_split() 333 hfs_bnode_read(next_node, &node_desc, 0, sizeof(node_desc)); in hfs_bnode_split() [all …]
|
D | btree.c | 208 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local 278 next_node = hfs_bmap_new_bmap(node, idx); in hfs_bmap_alloc() 280 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc() 282 if (IS_ERR(next_node)) in hfs_bmap_alloc() 283 return next_node; in hfs_bmap_alloc() 284 node = next_node; in hfs_bmap_alloc()
|
/fs/hfsplus/ |
D | btree.c | 184 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local 254 next_node = hfs_bmap_new_bmap(node, idx); in hfs_bmap_alloc() 256 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc() 258 if (IS_ERR(next_node)) in hfs_bmap_alloc() 259 return next_node; in hfs_bmap_alloc() 260 node = next_node; in hfs_bmap_alloc()
|
D | brec.c | 306 struct hfs_bnode *next_node = hfs_bnode_find(tree, new_node->next); in hfs_bnode_split() local 307 next_node->prev = new_node->this; in hfs_bnode_split() 308 hfs_bnode_read(next_node, &node_desc, 0, sizeof(node_desc)); in hfs_bnode_split() 309 node_desc.prev = cpu_to_be32(next_node->prev); in hfs_bnode_split() 310 hfs_bnode_write(next_node, &node_desc, 0, sizeof(node_desc)); in hfs_bnode_split() 311 hfs_bnode_put(next_node); in hfs_bnode_split()
|
/fs/ext3/ |
D | dir.c | 460 goto next_node; in ext3_dx_readdir() 492 next_node: in ext3_dx_readdir()
|
/fs/ext4/ |
D | dir.c | 463 goto next_node; in ext4_dx_readdir() 495 next_node: in ext4_dx_readdir()
|
/fs/ocfs2/ |
D | alloc.c | 2082 goto next_node; in ocfs2_find_cpos_for_left_leaf() 2103 next_node: in ocfs2_find_cpos_for_left_leaf() 2669 goto next_node; in ocfs2_find_cpos_for_right_leaf() 2687 next_node: in ocfs2_find_cpos_for_right_leaf()
|
/fs/btrfs/ |
D | inode.c | 2335 goto next_node; 2347 next_node:
|