Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/configfs/
H A Dconfigfs_internal.h38 void * s_element; member
105 return ((struct config_item *) sd->s_element); in to_item()
111 return ((struct configfs_attribute *) sd->s_element); in to_attr()
128 item = config_item_get(sd->s_element); in configfs_get_config_item()
H A Ddir.c202 sd->s_element = element; in configfs_new_dirent()
231 if (sd->s_element) { in configfs_dirent_exists()
435 struct configfs_attribute * attr = sd->s_element; in configfs_attach_attr()
531 if (!sd->s_element || in configfs_detach_prep()
589 if (!sd->s_element || !(sd->s_type & CONFIGFS_NOT_PINNED)) in detach_attrs()
652 if (!sd->s_element || in detach_groups()
660 configfs_detach_group(sd->s_element); in detach_groups()
1067 if (sd->s_element == target) /* Boo-yah */ in configfs_depend_prep()
1122 p->s_element == subsys_item) { in configfs_find_subsys_dentry()
1667 if (!next->s_element) in configfs_readdir()
[all …]
H A Dinode.c194 BUG_ON(!sd || !sd->s_element); in configfs_get_name()
201 attr = sd->s_element; in configfs_get_name()
239 if (!sd->s_element) in configfs_hash_and_remove()
H A Dsymlink.c231 target_sd = sd->s_element; in configfs_unlink()
251 target_sd->s_element); in configfs_unlink()
H A Dmount.c60 .s_element = &configfs_root_group.cg_item,