Searched refs:quota_file_close (Results 1 – 6 of 6) sorted by relevance
/external/f2fs-tools/fsck/ |
D | quotaio.c | 123 (void) quota_file_close(sbi, h, 0); in quota_file_open() 196 errcode_t quota_file_close(struct f2fs_sb_info *sbi, struct quota_handle *h, in quota_file_close() function
|
D | quotaio.h | 212 errcode_t quota_file_close(struct f2fs_sb_info *sbi, struct quota_handle *h,
|
D | mkquota.c | 91 quota_file_close(sbi, h, 1); in quota_write_inode()
|
/external/e2fsprogs/lib/support/ |
D | mkquota.c | 205 retval = quota_file_close(qctx, h); in quota_write_inode() 350 err = quota_file_close(ctx, ctx->quota_file[qtype]); in quota_release_context() 630 err = quota_file_close(qctx, qh); in quota_update_limits() 691 err = quota_file_close(qctx, &qh); in quota_compare_and_update()
|
D | quotaio.c | 225 (void) quota_file_close(qctx, h); in quota_file_open() 381 errcode_t quota_file_close(quota_ctx_t qctx, struct quota_handle *h) in quota_file_close() function
|
D | quotaio.h | 199 errcode_t quota_file_close(quota_ctx_t qctx, struct quota_handle *h);
|