Home
last modified time | relevance | path

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

/linux-4.4.14/fs/configfs/
Ddir.c315 struct configfs_dirent *child_sd; in configfs_dir_set_ready() local
318 list_for_each_entry(child_sd, &sd->s_children, s_sibling) in configfs_dir_set_ready()
319 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready()
320 configfs_dir_set_ready(child_sd); in configfs_dir_set_ready()
950 struct configfs_dirent *child_sd; in configfs_dump() local
958 list_for_each_entry(child_sd, &sd->s_children, s_sibling) { in configfs_dump()
959 ret = configfs_dump(child_sd, level + 2); in configfs_dump()
1030 struct configfs_dirent *child_sd, *sd; in configfs_depend_prep() local
1039 list_for_each_entry(child_sd, &sd->s_children, s_sibling) { in configfs_depend_prep()
1040 if ((child_sd->s_type & CONFIGFS_DIR) && in configfs_depend_prep()
[all …]