Home
last modified time | relevance | path

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

/Linux-v5.10/fs/configfs/
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()
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()
Ddir.c194 sd->s_element = element; in configfs_new_dirent()
223 if (sd->s_element) { in configfs_dirent_exists()
427 struct configfs_attribute * attr = sd->s_element; in configfs_attach_attr()
523 if (!sd->s_element || in configfs_detach_prep()
581 if (!sd->s_element || !(sd->s_type & CONFIGFS_NOT_PINNED)) in detach_attrs()
644 if (!sd->s_element || in detach_groups()
652 configfs_detach_group(sd->s_element); in detach_groups()
1059 if (sd->s_element == target) /* Boo-yah */ in configfs_depend_prep()
1114 p->s_element == subsys_item) { in configfs_find_subsys_dentry()
1644 if (!next->s_element) in configfs_readdir()
[all …]
Dsymlink.c231 target_sd = sd->s_element; in configfs_unlink()
251 target_sd->s_element); in configfs_unlink()
Dmount.c60 .s_element = &configfs_root_group.cg_item,