HomeSort by relevance Sort by last modified time
    Searched refs:quota_get_mem (Results 1 - 4 of 4) sorted by null

  /external/f2fs-tools/fsck/
mkquota.c 74 retval = quota_get_mem(sizeof(struct quota_handle), &h);
151 err = quota_get_mem(sizeof(struct quota_ctx), &ctx);
163 err = quota_get_mem(sizeof(dict_t), &dict);
210 if (quota_get_mem(sizeof(struct dquot), &dq)) {
quotaio.h 222 static inline errcode_t quota_get_mem(unsigned long size, void *ptr) function
quotaio.c 117 err = quota_get_mem(sizeof(struct quota_handle), &h);
quotaio_tree.c 332 retval = quota_get_mem(info->dqi_entry_size, &ddquot);
525 if (quota_get_mem(info->dqi_entry_size, &ddquot)) {

Completed in 511 milliseconds