MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zfs_init

Function zfs_init

freebsd/contrib/openzfs/module/os/linux/zfs/zfs_vfsops.c:2140–2147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2138}
2139
2140void
2141zfs_init(void)
2142{
2143 zfsctl_init();
2144 zfs_znode_init();
2145 dmu_objset_register_type(DMU_OST_ZFS, zpl_get_file_info);
2146 register_filesystem(&zpl_fs_type);
2147}
2148
2149void
2150zfs_fini(void)

Callers 1

zfs_kmod_initFunction · 0.50

Calls 3

dmu_objset_register_typeFunction · 0.85
zfsctl_initFunction · 0.70
zfs_znode_initFunction · 0.70

Tested by

no test coverage detected