Home
last modified time | relevance | path

Searched refs:configfs_remove_default_groups (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/target/
Dtarget_core_fabric_configfs.c340 configfs_remove_default_groups(&lacl->ml_stat_grps.stat_group); in target_fabric_drop_mappedlun()
341 configfs_remove_default_groups(&lacl->se_lun_group); in target_fabric_drop_mappedlun()
351 configfs_remove_default_groups(&se_nacl->acl_fabric_stat_group); in target_fabric_nacl_base_release()
419 configfs_remove_default_groups(&se_nacl->acl_fabric_stat_group); in target_fabric_make_nodeacl()
435 configfs_remove_default_groups(&se_nacl->acl_group); in target_fabric_drop_nodeacl()
791 configfs_remove_default_groups(&lun->port_stat_grps.stat_group); in target_fabric_drop_lun()
792 configfs_remove_default_groups(&lun->lun_group); in target_fabric_drop_lun()
892 configfs_remove_default_groups(&se_tpg->tpg_group); in target_fabric_drop_tpg()
902 configfs_remove_default_groups(&wwn->fabric_stat_group); in target_fabric_release_wwn()
968 configfs_remove_default_groups(&wwn->wwn_group); in target_fabric_drop_wwn()
Dtarget_core_configfs.c291 configfs_remove_default_groups(&tf->tf_group); in target_core_deregister_fabric()
3014 configfs_remove_default_groups(&dev->dev_stat_grps.stat_group); in target_core_drop_subdev()
3015 configfs_remove_default_groups(&dev->t10_alua.alua_tg_pt_gps_group); in target_core_drop_subdev()
3023 configfs_remove_default_groups(dev_cg); in target_core_drop_subdev()
3338 configfs_remove_default_groups(&alua_lu_gps_group); in target_core_exit_configfs()
3339 configfs_remove_default_groups(&alua_group); in target_core_exit_configfs()
3340 configfs_remove_default_groups(&target_core_hbagroup); in target_core_exit_configfs()
/Linux-v4.19/include/linux/
Dconfigfs.h259 void configfs_remove_default_groups(struct config_group *group);
/Linux-v4.19/fs/dlm/
Dconfig.c396 configfs_remove_default_groups(&cl->group); in drop_cluster()
443 configfs_remove_default_groups(&sp->group); in drop_space()
/Linux-v4.19/fs/configfs/
Ddir.c711 void configfs_remove_default_groups(struct config_group *group) in configfs_remove_default_groups() function
720 EXPORT_SYMBOL(configfs_remove_default_groups);
/Linux-v4.19/fs/ocfs2/cluster/
Dnodemanager.c753 configfs_remove_default_groups(&cluster->cl_group); in o2nm_cluster_group_drop_item()