Home
last modified time | relevance | path

Searched refs:xfs_sysfs_init (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
Dxfs_sysfs.h41 xfs_sysfs_init( in xfs_sysfs_init() function
Dxfs_mount.c702 error = xfs_sysfs_init(&mp->m_kobj, &xfs_mp_ktype, NULL, mp->m_fsname); in xfs_mountfs()
706 error = xfs_sysfs_init(&mp->m_stats.xs_kobj, &xfs_stats_ktype, in xfs_mountfs()
Dxfs_super.c1883 error = xfs_sysfs_init(&xfsstats.xs_kobj, &xfs_stats_ktype, NULL, in init_xfs_fs()
1890 error = xfs_sysfs_init(&xfs_dbg_kobj, &xfs_dbg_ktype, NULL, "debug"); in init_xfs_fs()
Dxfs_log.c708 error = xfs_sysfs_init(&mp->m_log->l_kobj, &xfs_log_ktype, &mp->m_kobj, in xfs_log_mount()