Searched refs:userquota_update_cache (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_objset.c | 1898 userquota_update_cache(avl_tree_t *avl, const char *id, int64_t delta) in userquota_update_cache() function 1931 userquota_update_cache(&cache->uqc_user_deltas, name, delta); in do_userquota_update() 1934 userquota_update_cache(&cache->uqc_group_deltas, name, delta); in do_userquota_update() 1939 userquota_update_cache(&cache->uqc_project_deltas, in do_userquota_update() 1955 userquota_update_cache(&cache->uqc_user_deltas, name, delta); in do_userobjquota_update() 1959 userquota_update_cache(&cache->uqc_group_deltas, name, delta); in do_userobjquota_update() 1964 userquota_update_cache(&cache->uqc_project_deltas, in do_userobjquota_update()
|