Home
last modified time | relevance | path

Searched refs:quota_file_open (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/debugfs/
Dquota.c82 retval = quota_file_open(current_qctx, NULL, 0, i, -1, flags); in parse_quota_type()
/external/f2fs-tools/fsck/
Dquotaio.h193 errcode_t quota_file_open(struct f2fs_sb_info *sbi, struct quota_handle *h,
Dquotaio.c97 errcode_t quota_file_open(struct f2fs_sb_info *sbi, struct quota_handle *h, in quota_file_open() function
Dmkquota.c374 err = quota_file_open(sbi, &qh, qtype, 0); in quota_compare_and_update()
/external/e2fsprogs/lib/support/
Dquotaio.h189 errcode_t quota_file_open(quota_ctx_t qctx, struct quota_handle *h,
Dmkquota.c622 err = quota_file_open(qctx, qh, qf_ino, qtype, -1, 0); in quota_update_limits()
660 err = quota_file_open(qctx, &qh, 0, qtype, -1, 0); in quota_compare_and_update()
Dquotaio.c213 errcode_t quota_file_open(quota_ctx_t qctx, struct quota_handle *h, in quota_file_open() function