Searched refs:xs_kobj (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_linux.h160 struct xfs_kobj xs_kobj; member in struct:xstats
H A Dxfs_mount.c716 error = xfs_sysfs_init(&mp->m_stats.xs_kobj, &xfs_stats_ktype,
1041 xfs_sysfs_del(&mp->m_stats.xs_kobj);
1111 xfs_sysfs_del(&mp->m_stats.xs_kobj);
H A Dxfs_super.c2347 xfsstats.xs_kobj.kobject.kset = xfs_kset;
2355 error = xfs_sysfs_init(&xfsstats.xs_kobj, &xfs_stats_ktype, NULL,
2389 xfs_sysfs_del(&xfsstats.xs_kobj);
2418 xfs_sysfs_del(&xfsstats.xs_kobj);
H A Dxfs_sysfs.c343 return container_of(kobj, struct xstats, xs_kobj);

Completed in 116 milliseconds