Home
last modified time | relevance | path

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

/Linux-v4.19/fs/configfs/
Dconfigfs_internal.h43 void * s_element; member
116 return ((struct config_item *) sd->s_element); in to_item()
122 return ((struct configfs_attribute *) sd->s_element); in to_attr()
140 struct configfs_symlink * sl = sd->s_element; in configfs_get_config_item()
143 item = config_item_get(sd->s_element); in configfs_get_config_item()
Ddir.c184 sd->s_element = element; in configfs_new_dirent()
212 if (sd->s_element) { in configfs_dirent_exists()
423 struct configfs_attribute * attr = sd->s_element; in configfs_attach_attr()
512 if (!sd->s_element || in configfs_detach_prep()
570 if (!sd->s_element || !(sd->s_type & CONFIGFS_NOT_PINNED)) in detach_attrs()
632 if (!sd->s_element || in detach_groups()
640 configfs_detach_group(sd->s_element); in detach_groups()
1043 if (sd->s_element == target) /* Boo-yah */ in configfs_depend_prep()
1098 p->s_element == subsys_item) { in configfs_find_subsys_dentry()
1646 if (!next->s_element) in configfs_readdir()
[all …]
Dinode.c225 BUG_ON(!sd || !sd->s_element); in configfs_get_name()
232 attr = sd->s_element; in configfs_get_name()
270 if (!sd->s_element) in configfs_hash_and_remove()
Dmount.c64 .s_element = &configfs_root_group.cg_item,
Dsymlink.c196 sl = sd->s_element; in configfs_unlink()