Home
last modified time | relevance | path

Searched refs:quota_get_mem (Results 1 – 4 of 4) sorted by relevance

/external/f2fs-tools/fsck/
Dmkquota.c78 retval = quota_get_mem(sizeof(struct quota_handle), &h); in quota_write_inode()
155 err = quota_get_mem(sizeof(struct quota_ctx), &ctx); in quota_init_context()
167 err = quota_get_mem(sizeof(dict_t), &dict); in quota_init_context()
214 if (quota_get_mem(sizeof(struct dquot), &dq)) { in get_dq()
Dquotaio.h233 static inline errcode_t quota_get_mem(unsigned long size, void *ptr) in quota_get_mem() function
Dquotaio.c125 err = quota_get_mem(sizeof(struct quota_handle), &h); in quota_file_open()
Dquotaio_tree.c332 retval = quota_get_mem(info->dqi_entry_size, &ddquot); in qtree_write_dquot()
526 if (quota_get_mem(info->dqi_entry_size, &ddquot)) { in qtree_read_dquot()