HomeSort by relevance Sort by last modified time
    Searched defs:qctx (Results 1 - 7 of 7) sorted by null

  /external/f2fs-tools/fsck/
quotaio.c 101 quota_ctx_t qctx = fsck->qctx; local
112 if (qctx->quota_file[qtype]) {
113 h = qctx->quota_file[qtype];
148 qctx->quota_file[qtype] = h;
190 quota_ctx_t qctx = fsck->qctx; local
202 if (qctx->quota_file[h->qh_type] == h)
203 quota_free_mem(&qctx->quota_file[h->qh_type]);
mkquota.c 65 quota_ctx_t qctx = fsck->qctx; local
70 if ((!qctx) || (!sb->qf_ino[qtype]))
79 dict = qctx->quota_dict[qtype];
173 fsck->qctx = ctx;
177 void quota_release_context(quota_ctx_t *qctx)
183 if (!qctx)
186 ctx = *qctx;
196 *qctx = NULL;
223 void quota_data_add(quota_ctx_t qctx, struct f2fs_inode *inode, qsize_t space
362 quota_ctx_t qctx = fsck->qctx; local
    [all...]
fsck.h 92 struct quota_ctx *qctx; member in struct:f2fs_fsck
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc 873 auto qctx = shape_refiner->GetContext(qnode); local
874 if (!qctx) {
877 auto* queue_handle_data = qctx->output_handle_shapes_and_types(0);
914 qctx->set_output_handle_shapes_and_types(0, queue_shapes_and_types);
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 328 quota_ctx_t qctx; member in struct:e2fsck_struct
  /external/e2fsprogs/misc/
mke2fs.c 2728 quota_ctx_t qctx; local
    [all...]
tune2fs.c 1483 quota_ctx_t qctx; local
    [all...]

Completed in 123 milliseconds