s_element          38 fs/configfs/configfs_internal.h 	void			* s_element;
s_element         105 fs/configfs/configfs_internal.h 	return ((struct config_item *) sd->s_element);
s_element         111 fs/configfs/configfs_internal.h 	return ((struct configfs_attribute *) sd->s_element);
s_element         128 fs/configfs/configfs_internal.h 		item = config_item_get(sd->s_element);
s_element         194 fs/configfs/dir.c 	sd->s_element = element;
s_element         223 fs/configfs/dir.c 		if (sd->s_element) {
s_element         427 fs/configfs/dir.c 	struct configfs_attribute * attr = sd->s_element;
s_element         523 fs/configfs/dir.c 		if (!sd->s_element ||
s_element         581 fs/configfs/dir.c 		if (!sd->s_element || !(sd->s_type & CONFIGFS_NOT_PINNED))
s_element         644 fs/configfs/dir.c 		if (!sd->s_element ||
s_element         652 fs/configfs/dir.c 		configfs_detach_group(sd->s_element);
s_element        1059 fs/configfs/dir.c 	if (sd->s_element == target)  /* Boo-yah */
s_element        1114 fs/configfs/dir.c 		    p->s_element == subsys_item) {
s_element        1644 fs/configfs/dir.c 		if (!next->s_element)
s_element        1714 fs/configfs/dir.c 				if (next->s_element)
s_element        1887 fs/configfs/dir.c 	link_group(to_config_group(sd->s_element), group);
s_element        1896 fs/configfs/dir.c 		err = configfs_attach_group(sd->s_element, &group->cg_item,
s_element         194 fs/configfs/inode.c 	BUG_ON(!sd || !sd->s_element);
s_element         201 fs/configfs/inode.c 		attr = sd->s_element;
s_element         239 fs/configfs/inode.c 		if (!sd->s_element)
s_element          60 fs/configfs/mount.c 	.s_element	= &configfs_root_group.cg_item,
s_element         231 fs/configfs/symlink.c 	target_sd = sd->s_element;
s_element         251 fs/configfs/symlink.c 					       target_sd->s_element);