Searched refs:ec (Results 1 – 15 of 15) sorted by relevance
| /fs/exfat/ |
| A D | misc.c | 192 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir, in exfat_chain_set() argument 195 ec->dir = dir; in exfat_chain_set() 196 ec->size = size; in exfat_chain_set() 197 ec->flags = flags; in exfat_chain_set() 200 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec) in exfat_chain_dup() argument 202 return exfat_chain_set(dup, ec->dir, ec->size, ec->flags); in exfat_chain_dup()
|
| A D | exfat_fs.h | 576 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir, 578 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec);
|
| /fs/bcachefs/ |
| A D | alloc_foreground.c | 104 if (ob->ec) { in __bch2_open_bucket_put() 702 if (ob->ec) in add_new_bucket() 792 ob->ec = h->s; in bucket_alloc_from_stripe() 822 if (req->ec != (ob->ec != NULL)) in want_bucket() 918 if (req->ec) { in __open_bucket_add_buckets() 956 bool ec = false; in open_bucket_add_buckets() local 957 swap(ec, req->ec); in open_bucket_add_buckets() 959 swap(ec, req->ec); in open_bucket_add_buckets() 980 if (ec) { in should_drop_bucket() 1027 bool ec) in bch2_open_buckets_stop() argument [all …]
|
| A D | ec.h | 137 if (p.ec.block >= nr_data) in bch2_ptr_matches_stripe() 140 return __bch2_ptr_matches_stripe(&s->ptrs[p.ec.block], &p.ptr, in bch2_ptr_matches_stripe() 151 if (p.ec.block >= nr_data) in bch2_ptr_matches_stripe_m() 154 return __bch2_ptr_matches_stripe(&m->ptrs[p.ec.block], &p.ptr, in bch2_ptr_matches_stripe_m()
|
| A D | extents.c | 431 (lp.ec.block != rp.ec.block || in bch2_extent_merge() 432 lp.ec.redundancy != rp.ec.redundancy || in bch2_extent_merge() 433 lp.ec.idx != rp.ec.idx))) in bch2_extent_merge() 798 replicas += p.ec.redundancy; in bch2_bkey_replicas() 813 ? p->ec.redundancy + 1 in __extent_ptr_durability() 896 p->ec.type = 1 << BCH_EXTENT_ENTRY_stripe_ptr; in bch2_extent_ptr_decoded_append() 897 __extent_entry_insert(k, pos, to_entry(&p->ec)); in bch2_extent_ptr_decoded_append() 1348 const struct bch_extent_stripe_ptr *ec = &entry->stripe_ptr; in bch2_bkey_ptrs_to_text() local 1351 (u64) ec->idx, ec->block); in bch2_bkey_ptrs_to_text()
|
| A D | buckets.c | 248 struct gc_stripe *m = genradix_ptr(&c->gc_stripes, p.ec.idx); in bch2_check_fix_ptr() 254 (u64) p.ec.idx, in bch2_check_fix_ptr() 263 (u64) p.ec.idx, in bch2_check_fix_ptr() 696 BTREE_ID_stripes, POS(0, p.ec.idx), in bch2_trigger_stripe_ptr() 702 (u64) p.ec.idx); in bch2_trigger_stripe_ptr() 709 (u64) p.ec.idx); in bch2_trigger_stripe_ptr() 714 stripe_blockcount_set(&s->v, p.ec.block, in bch2_trigger_stripe_ptr() 715 stripe_blockcount_get(&s->v, p.ec.block) + in bch2_trigger_stripe_ptr() 733 (u64) p.ec.idx); in bch2_trigger_stripe_ptr() 744 (u64) p.ec.idx); in bch2_trigger_stripe_ptr() [all …]
|
| A D | extents_types.h | 28 struct bch_extent_stripe_ptr ec; member
|
| A D | alloc_foreground.h | 31 bool ec; member 128 if (ob->ec) in ec_open_bucket()
|
| A D | alloc_types.h | 59 struct ec_stripe_new *ec; member
|
| A D | Makefile | 37 ec.o \
|
| A D | ec.c | 846 ret = lockrestart_do(trans, get_stripe_key_trans(trans, rbio->pick.ec.idx, buf)); in bch2_ec_read_extent() 859 offset = rbio->bio.bi_iter.bi_sector - v->ptrs[rbio->pick.ec.block].offset; in bch2_ec_read_extent() 888 buf->data[rbio->pick.ec.block] + ((offset - buf->offset) << 9)); in bch2_ec_read_extent() 1381 ob->ec = NULL; in ec_stripe_create() 1461 struct ec_stripe_new *s = ob->ec; in bch2_ec_bucket_cancel() 1472 BUG_ON(!ob->ec->new_stripe.data[ob->ec_idx]); in bch2_writepoint_ec_buf() 1477 return ob->ec->new_stripe.data[ob->ec_idx] + (offset << 9); in bch2_writepoint_ec_buf()
|
| A D | extents.h | 339 (_ptr).ec = _entry->stripe_ptr; \
|
| A D | bcachefs_format.h | 916 x(ec, 4) \
|
| /fs/ntfs3/ |
| A D | dir.c | 39 u16 ec; in ntfs_utf16_to_nls() local 49 ec = le16_to_cpu(*name++); in ntfs_utf16_to_nls() 50 charlen = nls->uni2char(ec, op, buf_len); in ntfs_utf16_to_nls() 64 hex_byte_pack(&dump[0], ec >> 8); in ntfs_utf16_to_nls() 65 hex_byte_pack(&dump[2], ec); in ntfs_utf16_to_nls()
|
| /fs/fat/ |
| A D | dir.c | 146 wchar_t ec; in uni16_to_x8() local 154 ec = *ip++; in uni16_to_x8() 155 charlen = nls->uni2char(ec, op, NLS_MAX_CHARSET_SIZE); in uni16_to_x8() 162 op = hex_byte_pack(op, ec >> 8); in uni16_to_x8() 163 op = hex_byte_pack(op, ec); in uni16_to_x8()
|
Completed in 46 milliseconds