Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dmkquota.c74 retval = quota_get_mem(sizeof(struct quota_handle), &h); in quota_write_inode()
151 err = quota_get_mem(sizeof(struct quota_ctx), &ctx); in quota_init_context()
163 err = quota_get_mem(sizeof(dict_t), &dict); in quota_init_context()
210 if (quota_get_mem(sizeof(struct dquot), &dq)) { in get_dq()
Dquotaio.h222 static inline errcode_t quota_get_mem(unsigned long size, void *ptr) in quota_get_mem() function
Dquotaio.c117 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()
525 if (quota_get_mem(info->dqi_entry_size, &ddquot)) { in qtree_read_dquot()