Home
last modified time | relevance | path

Searched refs:qh_type (Results 1 – 9 of 9) sorted by relevance

/external/f2fs-tools/fsck/
Dquotaio.c139 h->qh_type = qtype; in quota_file_open()
180 h->qh_type = qtype; in quota_file_create()
212 if (qctx->quota_file[h->qh_type] == h) in quota_file_close()
213 quota_free_mem(&qctx->quota_file[h->qh_type]); in quota_file_close()
Dquotaio.h124 enum quota_type qh_type; /* Type of quotafile */ member
Dquotaio_v2.c247 ddqheader.dqh_magic = cpu_to_le32(file_magics[h->qh_type]); in v2_new_io()
Dquotaio_tree.c599 quota_type2name(h->qh_type)); in check_reference()
/external/e2fsprogs/lib/support/
Dquotaio.c243 h->qh_type = qtype; in quota_file_open()
355 h->qh_type = qtype; in quota_file_create()
393 if (qctx->quota_file[h->qh_type] == h) in quota_file_close()
394 ext2fs_free_mem(&qctx->quota_file[h->qh_type]); in quota_file_close()
Dquotaio.h120 enum quota_type qh_type; /* Type of quotafile */ member
Dmkquota.c576 scan_data.quota_dict = qctx->quota_dict[qh->qh_type]; in quota_read_all_dquots()
596 write_dquots(qctx->quota_dict[qh->qh_type], qh);
Dquotaio_v2.c232 ddqheader.dqh_magic = ext2fs_cpu_to_le32(file_magics[h->qh_type]); in v2_new_io()
Dquotaio_tree.c548 quota_type2name(h->qh_type)); in check_reference()