Home
last modified time | relevance | path

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

/linux-4.19.296/fs/configfs/
Dconfigfs_internal.h52 void * s_element; member
126 return ((struct config_item *) sd->s_element); in to_item()
132 return ((struct configfs_attribute *) sd->s_element); in to_attr()
150 struct configfs_symlink * sl = sd->s_element; in configfs_get_config_item()
153 item = config_item_get(sd->s_element); in configfs_get_config_item()
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()
Ddir.c217 sd->s_element = element; in configfs_new_dirent()
246 if (sd->s_element) { in configfs_dirent_exists()
460 struct configfs_attribute * attr = sd->s_element; in configfs_attach_attr()
549 if (!sd->s_element || in configfs_detach_prep()
607 if (!sd->s_element || !(sd->s_type & CONFIGFS_NOT_PINNED)) in detach_attrs()
670 if (!sd->s_element || in detach_groups()
678 configfs_detach_group(sd->s_element); in detach_groups()
1085 if (sd->s_element == target) /* Boo-yah */ in configfs_depend_prep()
1140 p->s_element == subsys_item) { in configfs_find_subsys_dentry()
1708 if (!next->s_element) in configfs_readdir()
[all …]
Dmount.c64 .s_element = &configfs_root_group.cg_item,
Dsymlink.c227 sl = sd->s_element; in configfs_unlink()