Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_objset.c1744 static file_info_cb_t *file_cbs[DMU_OST_NUMTYPES]; variable
1749 file_cbs[ost] = cb; in dmu_objset_register_type()
1756 file_info_cb_t *cb = file_cbs[os->os_phys->os_type]; in dmu_get_file_info()
1766 file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_userused_enabled()
1780 return (file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_projectquota_enabled()
2211 error = file_cbs[os->os_phys->os_type](dn->dn_bonustype, data, &zfi); in dmu_objset_userquota_get_ids()