Home
last modified time | relevance | path

Searched refs:next_dirent (Results 1 – 1 of 1) sorted by relevance

/linux/fs/configfs/
H A Ddir.c571 static struct configfs_dirent *next_dirent(struct configfs_dirent *parent, in next_dirent() function
595 for (sd = next_dirent(parent_sd, NULL); sd; sd = next) { in detach_attrs()
598 next = next_dirent(parent_sd, sd); in detach_attrs()
681 for (sd = next_dirent(parent_sd, NULL); sd; sd = next) { in detach_groups()
682 next = next_dirent(parent_sd, sd); in detach_groups()