Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdmu_objset.c1802 static file_info_cb_t *file_cbs[DMU_OST_NUMTYPES]; variable
1807 file_cbs[ost] = cb; in dmu_objset_register_type()
1814 file_info_cb_t *cb = file_cbs[os->os_phys->os_type]; in dmu_get_file_info()
1824 file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_userused_enabled()
1838 return (file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_projectquota_enabled()
2269 error = file_cbs[os->os_phys->os_type](dn->dn_bonustype, data, &zfi); in dmu_objset_userquota_get_ids()