Lines Matching refs:kobj
255 struct xfs_kobj *kobj = to_kobj(kobject); in to_xstats() local
257 return container_of(kobj, struct xstats, xs_kobj); in to_xstats()
310 struct xfs_kobj *kobj = to_kobj(kobject); in to_xlog() local
312 return container_of(kobj, struct xlog, l_kobj); in to_xlog()
403 struct xfs_kobj *kobj = to_kobj(kobject); in to_error_cfg() local
404 return container_of(kobj, struct xfs_error_cfg, kobj); in to_error_cfg()
410 struct xfs_kobj *kobj = to_kobj(kobject); in err_to_mp() local
411 return container_of(kobj, struct xfs_mount, m_error_kobj); in err_to_mp()
601 error = xfs_sysfs_init(&cfg->kobj, &xfs_error_cfg_ktype, in xfs_error_sysfs_init_class()
619 xfs_sysfs_del(&cfg->kobj); in xfs_error_sysfs_init_class()
668 xfs_sysfs_del(&cfg->kobj); in xfs_error_sysfs_del()