Home
last modified time | relevance | path

Searched refs:current_qctx (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/debugfs/
Dquota.c42 if (current_qctx) in load_quota_ctx()
45 retval = quota_init_context(&current_qctx, current_fs, QUOTA_ALL_BIT); in load_quota_ctx()
82 retval = quota_file_open(current_qctx, NULL, 0, i, -1, flags); in parse_quota_type()
126 qh = current_qctx->quota_file[type]; in do_list_quota()
161 qh = current_qctx->quota_file[type]; in do_get_quota()
Ddebugfs.h26 extern quota_ctx_t current_qctx;
Ddebugfs.c56 quota_ctx_t current_qctx; variable
325 if (current_qctx) in close_filesystem()
326 quota_release_context(&current_qctx); in close_filesystem()