Searched refs:dquot_cache (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/ufs/lfs/
H A Dulfs_quota.c72 static pool_cache_t dquot_cache; variable
709 dquot_cache = pool_cache_init(sizeof(struct dquot), 0, 0, 0, "lfsdq",
747 pool_cache_destroy(dquot_cache);
860 ndq = pool_cache_get(dquot_cache, PR_WAITOK);
883 pool_cache_put(dquot_cache, ndq);
965 pool_cache_put(dquot_cache, dq);
/netbsd-current/sys/ufs/ufs/
H A Dufs_quota.c71 static pool_cache_t dquot_cache; variable
693 dquot_cache = pool_cache_init(sizeof(struct dquot), 0, 0, 0, "ufsdq",
731 pool_cache_destroy(dquot_cache);
842 ndq = pool_cache_get(dquot_cache, PR_WAITOK);
865 pool_cache_put(dquot_cache, ndq);
947 pool_cache_put(dquot_cache, dq);

Completed in 189 milliseconds