Home
last modified time | relevance | path

Searched refs:qtype (Results 1 - 24 of 24) sorted by relevance

/third_party/f2fs-tools/fsck/
H A Dmkquota.c66 errcode_t quota_write_inode(struct f2fs_sb_info *sbi, enum quota_type qtype) in quota_write_inode() argument
75 if ((!qctx) || (!sb->qf_ino[qtype])) in quota_write_inode()
84 dict = qctx->quota_dict[qtype]; in quota_write_inode()
86 retval = quota_file_create(sbi, h, qtype); in quota_write_inode()
119 static inline qid_t get_qid(struct f2fs_inode *inode, enum quota_type qtype) in get_qid() argument
121 switch (qtype) { in get_qid()
153 enum quota_type qtype; in quota_init_context() local
163 for (qtype = 0; qtype < MAXQUOTAS; qtype in quota_init_context()
185 enum quota_type qtype; quota_release_context() local
232 enum quota_type qtype; quota_data_add() local
254 enum quota_type qtype; quota_data_sub() local
274 dict_t *dict; enum quota_type qtype; quota_data_inodes() local
362 quota_compare_and_update(struct f2fs_sb_info *sbi, enum quota_type qtype, int *usage_inconsistent, int preserve_limits) quota_compare_and_update() argument
[all...]
H A Dquotaio.c48 const char *quota_type2name(enum quota_type qtype) in quota_type2name() argument
50 if (qtype >= MAXQUOTAS) in quota_type2name()
52 return extensions[qtype]; in quota_type2name()
107 enum quota_type qtype, int flags) in quota_file_open()
116 if (qtype >= MAXQUOTAS) in quota_file_open()
119 qf_ino = sb->qf_ino[qtype]; in quota_file_open()
122 if (qctx->quota_file[qtype]) { in quota_file_open()
123 h = qctx->quota_file[qtype]; in quota_file_open()
140 h->qh_type = qtype; in quota_file_open()
146 (h->qh_ops->check_file(h, qtype) in quota_file_open()
106 quota_file_open(struct f2fs_sb_info *sbi, struct quota_handle *h, enum quota_type qtype, int flags) quota_file_open() argument
166 quota_file_create(struct f2fs_sb_info *sbi, struct quota_handle *h, enum quota_type qtype) quota_file_create() argument
[all...]
H A Dquotaio.h167 int (*init_io) (struct quota_handle *h, enum quota_type qtype);
202 enum quota_type qtype, int flags);
206 enum quota_type qtype);
214 const char *quota_type2name(enum quota_type qtype);
222 errcode_t quota_write_inode(struct f2fs_sb_info *sbi, enum quota_type qtype);
227 enum quota_type qtype, int *usage_inconsistent,
H A Dquotaio_v2.c22 static int v2_init_io(struct quota_handle *h, enum quota_type qtype);
172 static int v2_init_io(struct quota_handle *h, enum quota_type qtype) in v2_init_io() argument
178 u32 last_blkofs = qf_last_blkofs[qtype]; in v2_init_io()
193 if (qf_szchk_type[qtype] == QF_SZCHK_REGFILE && in v2_init_io()
195 last_blkofs + 1 || filesize > qf_maxsize[qtype])) { in v2_init_io()
H A Dnode.c43 int f2fs_rebuild_qf_inode(struct f2fs_sb_info *sbi, int qtype) in f2fs_rebuild_qf_inode() argument
50 nid_t ino = QUOTA_INO(sb, qtype); in f2fs_rebuild_qf_inode()
60 f2fs_init_qf_inode(sb, raw_node, qtype, time(NULL)); in f2fs_rebuild_qf_inode()
84 qtype, ino, blkaddr); in f2fs_rebuild_qf_inode()
H A Dfsck.c1972 enum quota_type qtype; in fsck_chk_quota_node() local
1977 for (qtype = 0; qtype < F2FS_MAX_QUOTAS; qtype++) { in fsck_chk_quota_node()
1978 cur_qtype = qtype; in fsck_chk_quota_node()
1979 if (sb->qf_ino[qtype] == 0) in fsck_chk_quota_node()
1981 nid_t ino = QUOTA_INO(sb, qtype); in fsck_chk_quota_node()
1984 DBG(1, "qtype [%d] ino [0x%x]\n", qtype, ino); in fsck_chk_quota_node()
2000 ASSERT_MSG("wrong quota inode, qtype [ in fsck_chk_quota_node()
2015 enum quota_type qtype; fsck_chk_quota_files() local
[all...]
H A Dfsck.h298 int f2fs_rebuild_qf_inode(struct f2fs_sb_info *sbi, int qtype);
/third_party/f2fs-tools/mkfs/
H A Df2fs_format.c226 enum quota_type qtype; in f2fs_prepare_super_block() local
526 for (qtype = 0; qtype < F2FS_MAX_QUOTAS; qtype++) { in f2fs_prepare_super_block()
527 if (!((1 << qtype) & c.quota_bits)) in f2fs_prepare_super_block()
529 sb->qf_ino[qtype] = cpu_to_le32(c.next_free_nid++); in f2fs_prepare_super_block()
531 qtype, c.next_free_nid - 1); in f2fs_prepare_super_block()
704 enum quota_type qtype; in f2fs_write_check_point_pack() local
877 for (qtype = 0, i = 1; qtype < F2FS_MAX_QUOTA in f2fs_write_check_point_pack()
1301 f2fs_write_default_quota(int qtype, unsigned int blkaddr, __le32 raw_id) f2fs_write_default_quota() argument
1372 f2fs_write_qf_inode(int qtype, int offset) f2fs_write_qf_inode() argument
1439 enum quota_type qtype; f2fs_update_nat_root() local
1687 enum quota_type qtype; f2fs_create_root_dir() local
[all...]
/third_party/libwebsockets/lib/system/async-dns/
H A Dasync-dns.c46 lws_adns_get_query(lws_async_dns_t *dns, adns_query_type_t qtype, in lws_adns_get_query() argument
60 if (name && q->qtype == ((tid & 1) ? LWS_ADNS_RECORD_AAAA : in lws_adns_get_query()
649 adns_query_type_t qtype, lws_async_dns_cb_t cb, in lws_async_dns_query()
667 if (qtype == LWS_ADNS_RECORD_AAAA) { in lws_async_dns_query()
808 q = lws_adns_get_query(dns, qtype, &dns->waiting, 0, name); in lws_async_dns_query()
811 qtype, name); in lws_async_dns_query()
847 q->qtype = (uint16_t)qtype; in lws_async_dns_query()
648 lws_async_dns_query(struct lws_context *context, int tsi, const char *name, adns_query_type_t qtype, lws_async_dns_cb_t cb, struct lws *wsi, void *opaque) lws_async_dns_query() argument
H A Dprivate-lib-async-dns.h74 uint16_t qtype; member
128 lws_adns_get_query(lws_async_dns_t *dns, adns_query_type_t qtype,
/third_party/node/deps/cares/src/tools/
H A Dadig.c75 ares_dns_rec_type_t qtype; member
204 if (!ares_dns_rec_type_fromstr(&config->qtype, state.optarg)) { in read_cmdline()
300 ares_dns_rec_type_t qtype; in print_question() local
303 if (ares_dns_record_query_get(dnsrec, i, &name, &qtype, &qclass) != in print_question()
319 ares_dns_rec_type_tostr(qtype)); in print_question()
804 if (config->qtype == ARES_REC_TYPE_PTR) { in enqueue_query()
816 ares_dns_record_query_add(dnsrec, name, config->qtype, config->qclass); in enqueue_query()
904 config.qtype = ARES_REC_TYPE_A; in main()
/third_party/node/deps/cares/src/lib/
H A Dares_qcache.c84 ares_dns_rec_type_t qtype; in ares__qcache_calc_key() local
87 status = ares_dns_record_query_get(dnsrec, i, &name, &qtype, &qclass); in ares__qcache_calc_key()
97 status = ares__buf_append_str(buf, ares_dns_rec_type_tostr(qtype)); in ares__qcache_calc_key()
H A Dares_dns_record.c240 ares_dns_rec_type_t qtype, in ares_dns_record_query_add()
247 !ares_dns_rec_type_isvalid(qtype, ARES_TRUE) || in ares_dns_record_query_add()
273 dnsrec->qd[idx].qtype = qtype; in ares_dns_record_query_add()
281 ares_dns_rec_type_t *qtype, in ares_dns_record_query_get()
292 if (qtype != NULL) { in ares_dns_record_query_get()
293 *qtype = dnsrec->qd[idx].qtype; in ares_dns_record_query_get()
238 ares_dns_record_query_add(ares_dns_record_t *dnsrec, const char *name, ares_dns_rec_type_t qtype, ares_dns_class_t qclass) ares_dns_record_query_add() argument
279 ares_dns_record_query_get(const ares_dns_record_t *dnsrec, size_t idx, const char **name, ares_dns_rec_type_t *qtype, ares_dns_class_t *qclass) ares_dns_record_query_get() argument
H A Dares_dns_mapping.c630 ares_bool_t ares_dns_rec_type_fromstr(ares_dns_rec_type_t *qtype, in ares_dns_rec_type_fromstr() argument
661 if (qtype == NULL || str == NULL) { in ares_dns_rec_type_fromstr()
667 *qtype = list[i].type; in ares_dns_rec_type_fromstr()
H A Dares_dns_private.h54 ares_dns_rec_type_t qtype; member
H A Dares_process.c1058 ares_dns_rec_type_t qtype; in same_questions() local
1063 if (ares_dns_record_query_get(qrec, i, &qname, &qtype, &qclass) != in same_questions()
1074 if (strcasecmp(qname, aname) != 0 || qtype != atype || qclass != aclass) { in same_questions()
H A Dares_dns_write.c145 ares_dns_rec_type_t qtype; in ares_dns_write_questions() local
148 status = ares_dns_record_query_get(dnsrec, i, &name, &qtype, &qclass); in ares_dns_write_questions()
160 status = ares__buf_append_be16(buf, (unsigned short)qtype); in ares_dns_write_questions()
/third_party/node/deps/cares/include/
H A Dares_dns_record.h449 * \param[out] qtype Pointer passed by reference to write record type
453 CARES_EXTERN ares_bool_t ares_dns_rec_type_fromstr(ares_dns_rec_type_t *qtype,
613 * \param[in] qtype Type of query
619 ares_dns_rec_type_t qtype,
634 * \param[out] qtype Optional. Returns record type, may pass NULL.
640 ares_dns_rec_type_t *qtype, ares_dns_class_t *qclass);
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc1364 bool IsInternalPointerType(clang::QualType qtype) { in IsInternalPointerType() argument
1365 const clang::CXXRecordDecl* record = qtype->getAsCXXRecordDecl(); in IsInternalPointerType()
1367 TRACE_LLVM_TYPE("is internal " << result, qtype); in IsInternalPointerType()
1373 bool RepresentsRawPointerType(clang::QualType qtype) { in RepresentsRawPointerType() argument
1375 if (qtype.isNull()) return false; in RepresentsRawPointerType()
1377 if (qtype->isNullPtrType()) return false; in RepresentsRawPointerType()
1380 llvm::dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull()); in RepresentsRawPointerType()
1384 return IsInternalPointerType(qtype); in RepresentsRawPointerType()
1388 bool IsGCGuard(clang::QualType qtype) { in IsGCGuard() argument
1390 if (qtype in IsGCGuard()
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-async-dns.h54 * \param qtype: type of query (A, AAAA etc)
70 adns_query_type_t qtype, lws_async_dns_cb_t cb,
/third_party/icu/icu4c/source/tools/genren/
H A Dgenren.pl154 chop $qtype;
/third_party/skia/third_party/externals/icu/source/tools/genren/
H A Dgenren.pl154 chop $qtype;
/third_party/f2fs-tools/include/
H A Df2fs_fs.h1691 struct f2fs_node *raw_node, int qtype, time_t mtime) in f2fs_init_qf_inode()
1693 raw_node->footer.nid = sb->qf_ino[qtype]; in f2fs_init_qf_inode()
1694 raw_node->footer.ino = sb->qf_ino[qtype]; in f2fs_init_qf_inode()
1690 f2fs_init_qf_inode(struct f2fs_super_block *sb, struct f2fs_node *raw_node, int qtype, time_t mtime) f2fs_init_qf_inode() argument
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2910 enum pipe_query_type qtype = pool->base_type; in handle_begin_query() local
2912 qtype, 0); in handle_begin_query()
2942 enum pipe_query_type qtype = pool->base_type; in handle_begin_query_indexed_ext() local
2944 qtype, qcmd->index); in handle_begin_query_indexed_ext()

Completed in 32 milliseconds