Home
last modified time | relevance | path

Searched refs:kernfs_next_descendant_post (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/kernfs/
H A Ddir.c1237 * kernfs_next_descendant_post - find the next descendant for post-order walk
1245 static struct kernfs_node *kernfs_next_descendant_post(struct kernfs_node *pos, in kernfs_next_descendant_post() function
1289 while ((pos = kernfs_next_descendant_post(pos, kn))) { in kernfs_activate()
1321 while ((pos = kernfs_next_descendant_post(pos, kn))) in __kernfs_remove()
/kernel/linux/linux-6.6/fs/kernfs/
H A Ddir.c1327 * kernfs_next_descendant_post - find the next descendant for post-order walk
1337 static struct kernfs_node *kernfs_next_descendant_post(struct kernfs_node *pos, in kernfs_next_descendant_post() function
1397 while ((pos = kernfs_next_descendant_post(pos, kn))) in kernfs_activate()
1459 while ((pos = kernfs_next_descendant_post(pos, kn))) { in __kernfs_remove()

Completed in 4 milliseconds