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 | 2000 userquota_update_cache(avl_tree_t *avl, const char *id, int64_t delta) in userquota_update_cache() function 2033 userquota_update_cache(&cache->uqc_user_deltas, name, delta); in do_userquota_update() 2036 userquota_update_cache(&cache->uqc_group_deltas, name, delta); in do_userquota_update() 2041 userquota_update_cache(&cache->uqc_project_deltas, in do_userquota_update() 2057 userquota_update_cache(&cache->uqc_user_deltas, name, delta); in do_userobjquota_update() 2061 userquota_update_cache(&cache->uqc_group_deltas, name, delta); in do_userobjquota_update() 2066 userquota_update_cache(&cache->uqc_project_deltas, in do_userobjquota_update()
|