Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c1880 static file_info_cb_t *file_cbs[DMU_OST_NUMTYPES]; variable
1885 file_cbs[ost] = cb; in dmu_objset_register_type()
1892 file_info_cb_t *cb = file_cbs[os->os_phys->os_type]; in dmu_get_file_info()
1902 file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_userused_enabled()
1916 return (file_cbs[os->os_phys->os_type] != NULL && in dmu_objset_projectquota_enabled()
2347 error = file_cbs[os->os_phys->os_type](dn->dn_bonustype, data, &zfi); in dmu_objset_userquota_get_ids()