Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dquotaio.c130 h->qh_type = qtype; in quota_file_open()
170 h->qh_type = qtype; in quota_file_create()
202 if (qctx->quota_file[h->qh_type] == h) in quota_file_close()
203 quota_free_mem(&qctx->quota_file[h->qh_type]); in quota_file_close()
Dquotaio.h113 enum quota_type qh_type; /* Type of quotafile */ member
Dquotaio_v2.c202 ddqheader.dqh_magic = cpu_to_le32(file_magics[h->qh_type]); in v2_new_io()
Dquotaio_tree.c594 quota_type2name(h->qh_type)); in check_reference()
/external/e2fsprogs/lib/support/
Dquotaio.c265 h->qh_type = qtype; in quota_file_open()
375 h->qh_type = qtype; in quota_file_create()
422 if (qctx->quota_file[h->qh_type] == h) in quota_file_close()
423 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.c551 scan_data.quota_dict = qctx->quota_dict[qh->qh_type]; in quota_read_all_dquots()
570 write_dquots(qctx->quota_dict[qh->qh_type], qh);
Dquotaio_v2.c204 ddqheader.dqh_magic = ext2fs_cpu_to_le32(file_magics[h->qh_type]); in v2_new_io()
Dquotaio_tree.c591 quota_type2name(h->qh_type)); in check_reference()