HomeSort by: relevance | last modified time | path
    Searched refs:dquot_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_quota.c 72 static pool_cache_t dquot_cache;
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);
  /src/sys/ufs/ufs/
ufs_quota.c 71 static pool_cache_t dquot_cache;
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 119 milliseconds