Searched refs:next_node (Results 1 – 7 of 7) sorted by relevance
| /fs/hfs/ |
| A D | brec.c | 234 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local 254 next_node = hfs_bnode_find(tree, node->next); in hfs_bnode_split() 256 next_node = NULL; in hfs_bnode_split() 258 if (IS_ERR(next_node)) { in hfs_bnode_split() 261 return next_node; in hfs_bnode_split() 277 if (next_node) in hfs_bnode_split() 278 hfs_bnode_put(next_node); in hfs_bnode_split() 333 if (next_node) { in hfs_bnode_split() 334 next_node->prev = new_node->this; in hfs_bnode_split() 336 node_desc.prev = cpu_to_be32(next_node->prev); in hfs_bnode_split() [all …]
|
| A D | btree.c | 287 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local 342 next_node = hfs_bmap_new_bmap(node, idx); in hfs_bmap_alloc() 344 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc() 346 if (IS_ERR(next_node)) in hfs_bmap_alloc() 347 return next_node; in hfs_bmap_alloc() 348 node = next_node; in hfs_bmap_alloc()
|
| /fs/hfsplus/ |
| A D | brec.c | 238 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local 258 next_node = hfs_bnode_find(tree, node->next); in hfs_bnode_split() 260 next_node = NULL; in hfs_bnode_split() 262 if (IS_ERR(next_node)) { in hfs_bnode_split() 265 return next_node; in hfs_bnode_split() 281 if (next_node) in hfs_bnode_split() 282 hfs_bnode_put(next_node); in hfs_bnode_split() 337 if (next_node) { in hfs_bnode_split() 338 next_node->prev = new_node->this; in hfs_bnode_split() 340 node_desc.prev = cpu_to_be32(next_node->prev); in hfs_bnode_split() [all …]
|
| A D | btree.c | 376 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local 432 next_node = hfs_bmap_new_bmap(node, idx); in hfs_bmap_alloc() 434 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc() 436 if (IS_ERR(next_node)) in hfs_bmap_alloc() 437 return next_node; in hfs_bmap_alloc() 438 node = next_node; in hfs_bmap_alloc()
|
| /fs/ext4/ |
| A D | dir.c | 586 goto next_node; in ext4_dx_readdir() 618 next_node: in ext4_dx_readdir()
|
| /fs/f2fs/ |
| A D | gc.c | 640 next_node: in atssr_lookup_victim() 675 goto next_node; in atssr_lookup_victim()
|
| /fs/ocfs2/ |
| A D | alloc.c | 2262 goto next_node; in ocfs2_find_cpos_for_left_leaf() 2282 next_node: in ocfs2_find_cpos_for_left_leaf() 2861 goto next_node; in ocfs2_find_cpos_for_right_leaf() 2878 next_node: in ocfs2_find_cpos_for_right_leaf()
|
Completed in 25 milliseconds