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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Ddir.c334 struct configfs_dirent *child_sd; local
337 list_for_each_entry(child_sd, &sd->s_children, s_sibling)
338 if (child_sd->s_type & CONFIGFS_USET_CREATING)
339 configfs_dir_set_ready(child_sd);
970 struct configfs_dirent *child_sd; local
978 list_for_each_entry(child_sd, &sd->s_children, s_sibling) {
979 ret = configfs_dump(child_sd, level + 2);
1050 struct configfs_dirent *child_sd, *sd = origin->d_fsdata; local
1058 list_for_each_entry(child_sd, &sd->s_children, s_sibling) {
1059 if ((child_sd
[all...]

Completed in 109 milliseconds