Home
last modified time | relevance | path

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

/linux-6.6.21/fs/configfs/
Dconfigfs_internal.h36 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.c186 BUG_ON(!sd || !sd->s_element); in configfs_get_name()
193 attr = sd->s_element; in configfs_get_name()
231 if (!sd->s_element) in configfs_hash_and_remove()
Ddir.c200 sd->s_element = element; in configfs_new_dirent()
229 if (sd->s_element) { in configfs_dirent_exists()
456 struct configfs_attribute *attr = sd->s_element; in configfs_lookup()
507 if (!sd->s_element || in configfs_detach_prep()
565 if (!sd->s_element || !(sd->s_type & CONFIGFS_NOT_PINNED)) in detach_attrs()
628 if (!sd->s_element || in detach_groups()
636 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()
1623 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.c58 .s_element = &configfs_root_group.cg_item,