Searched refs:unpacked (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dvphn.c25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) argument
49 unpacked[++nr_assoc_doms] =
57 unpacked[++nr_assoc_doms] =
70 unpacked[0] = cpu_to_be32(nr_assoc_doms);
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dvphn.c25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) argument
49 unpacked[++nr_assoc_doms] =
57 unpacked[++nr_assoc_doms] =
70 unpacked[0] = cpu_to_be32(nr_assoc_doms);
/linux-master/fs/bcachefs/
H A Dbkey_cmp.h113 struct bkey unpacked; local
119 __bkey_unpack_key_format_checked(b, &unpacked, l);
120 l = (void *) &unpacked;
122 __bkey_unpack_key_format_checked(b, &unpacked, r);
123 r = (void *) &unpacked;
H A Dinode.c128 struct bch_inode_unpacked unpacked; local
130 ret = bch2_inode_unpack(bkey_i_to_s_c(&packed->inode.k_i), &unpacked);
132 BUG_ON(unpacked.bi_inum != inode->bi_inum);
133 BUG_ON(unpacked.bi_hash_seed != inode->bi_hash_seed);
134 BUG_ON(unpacked.bi_sectors != inode->bi_sectors);
135 BUG_ON(unpacked.bi_size != inode->bi_size);
136 BUG_ON(unpacked.bi_version != inode->bi_version);
137 BUG_ON(unpacked.bi_mode != inode->bi_mode);
139 #define x(_name, _bits) if (unpacked._name != inode->_name) \
140 panic("unpacked
153 bch2_inode_unpack_v1(struct bkey_s_c_inode inode, struct bch_inode_unpacked *unpacked) argument
187 bch2_inode_unpack_v2(struct bch_inode_unpacked *unpacked, const u8 *in, const u8 *end, unsigned nr_fields) argument
226 bch2_inode_unpack_v3(struct bkey_s_c k, struct bch_inode_unpacked *unpacked) argument
277 bch2_inode_unpack_slowpath(struct bkey_s_c k, struct bch_inode_unpacked *unpacked) argument
319 bch2_inode_unpack(struct bkey_s_c k, struct bch_inode_unpacked *unpacked) argument
438 struct bch_inode_unpacked unpacked; local
[all...]
H A Dbtree_journal_iter.h21 struct bkey unpacked; member in struct:btree_and_journal_iter
H A Dbset.h276 /* packed or unpacked */
454 #define for_each_btree_node_key_unpack(b, k, iter, unpacked) \
456 (k = bch2_btree_node_iter_peek_unpack((iter), (b), (unpacked))).k;\
H A Dbkey.c53 const struct bkey *unpacked,
59 bkey_val_u64s(unpacked));
65 if (memcmp(&tmp, unpacked, sizeof(struct bkey))) {
77 bch2_bkey_to_text(&buf, unpacked);
86 (struct bkey_packed *) unpacked);
100 const struct bkey *unpacked,
345 * @dst: unpacked result
361 * @src: unpacked input
656 * unpacked format:
983 * rdi: dst - unpacked ke
52 bch2_bkey_pack_verify(const struct bkey_packed *packed, const struct bkey *unpacked, const struct bkey_format *format) argument
99 bch2_bkey_pack_verify(const struct bkey_packed *packed, const struct bkey *unpacked, const struct bkey_format *format) argument
[all...]
H A Dbtree_journal_iter.c373 iter->b, &iter->unpacked);
H A Dbtree_io.c660 struct bkey unpacked; local
662 for_each_btree_node_key_unpack(b, k, &iter, &unpacked) {
H A Dbtree_gc.c876 struct bkey unpacked; local
889 while ((k = bch2_btree_node_iter_peek_unpack(&iter, b, &unpacked)).k) {
/linux-master/drivers/md/dm-vdo/
H A Dencodings.h469 /* The unpacked representation of the header of a slab journal block */
925 * Return: The unpacked entry.
950 * @header: The unpacked block header to compare against.
1038 * Return: The unpacked header.
1140 * @unpacked: The unpacked input point.
1143 static inline void vdo_pack_journal_point(const struct journal_point *unpacked, argument
1147 __cpu_to_le64((unpacked->sequence_number << 16) | unpacked->entry_count);
1154 * @unpacked
1156 vdo_unpack_journal_point(const struct packed_journal_point *packed, struct journal_point *unpacked) argument
[all...]
H A Drecovery-journal.c943 struct recovery_block_header unpacked; local
953 unpacked = (struct recovery_block_header) {
972 vdo_pack_recovery_block_header(&unpacked, header);
/linux-master/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c691 unsigned int unpacked = reset_spec->args[0]; local
692 unsigned int idx = MOD_CLK_PACK(unpacked);
694 if (unpacked % 100 > 31 || idx >= rcdev->nr_resets) {
695 dev_err(priv->dev, "Invalid reset index %u\n", unpacked);
/linux-master/arch/m68k/fpsp040/
H A Dget_op.S20 | - For a packed number (opclass 2) the number is unpacked and the
537 fmovex %fp0,ETEMP(%a6) |put the unpacked sop in the fsave stack
607 | ;put the unpacked sop in the fsave stack

Completed in 462 milliseconds