| /linux-6.15/fs/bcachefs/ |
| H A D | inode.c | 134 struct bch_inode_unpacked unpacked; in bch2_inode_pack_inlined() local 183 unpacked->_name = field[1]; \ in bch2_inode_unpack_v1() 220 unpacked->_name = v[0]; \ in bch2_inode_unpack_v2() 243 unpacked->bi_inum = inode.k->p.offset; in bch2_inode_unpack_v3() 271 unpacked->_name = v[0]; \ in bch2_inode_unpack_v3() 286 memset(unpacked, 0, sizeof(*unpacked)); in bch2_inode_unpack_slowpath() 295 unpacked->bi_journal_seq= 0; in bch2_inode_unpack_slowpath() 333 ? bch2_inode_unpack_v3(k, unpacked) in bch2_inode_unpack() 435 struct bch_inode_unpacked unpacked; in __bch2_inode_validate() local 461 unpacked.bi_nlink != 0, in __bch2_inode_validate() [all …]
|
| H A D | bkey_cmp.h | 113 struct bkey unpacked; in bch2_bkey_cmp_packed_inlined() local 119 __bkey_unpack_key_format_checked(b, &unpacked, l); in bch2_bkey_cmp_packed_inlined() 120 l = (void *) &unpacked; in bch2_bkey_cmp_packed_inlined() 122 __bkey_unpack_key_format_checked(b, &unpacked, r); in bch2_bkey_cmp_packed_inlined() 123 r = (void *) &unpacked; in bch2_bkey_cmp_packed_inlined()
|
| H A D | bkey.c | 53 const struct bkey *unpacked, in bch2_bkey_pack_verify() argument 59 bkey_val_u64s(unpacked)); in bch2_bkey_pack_verify() 65 if (memcmp(&tmp, unpacked, sizeof(struct bkey))) { in bch2_bkey_pack_verify() 77 bch2_bkey_to_text(&buf, unpacked); in bch2_bkey_pack_verify() 86 (struct bkey_packed *) unpacked); in bch2_bkey_pack_verify() 100 const struct bkey *unpacked, in bch2_bkey_pack_verify() argument
|
| H A D | btree_journal_iter.h | 23 struct bkey unpacked; member
|
| H A D | bset.h | 456 #define for_each_btree_node_key_unpack(b, k, iter, unpacked) \ argument 458 (k = bch2_btree_node_iter_peek_unpack((iter), (b), (unpacked))).k;\
|
| H A D | btree_node_scan.c | 94 struct bkey unpacked; in found_btree_node_is_readable() local 96 for_each_btree_node_key_unpack(b, k, &iter, &unpacked) in found_btree_node_is_readable()
|
| H A D | btree_journal_iter.c | 509 iter->b, &iter->unpacked); in bch2_journal_iter_peek_btree()
|
| H A D | btree_io.c | 674 struct bkey unpacked; in bch2_btree_node_drop_keys_outside_node() local 676 for_each_btree_node_key_unpack(b, k, &iter, &unpacked) { in bch2_btree_node_drop_keys_outside_node()
|
| /linux-6.15/tools/testing/selftests/powerpc/vphn/ |
| H A D | vphn.c | 25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument 49 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 57 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 70 unpacked[0] = cpu_to_be32(nr_assoc_doms); in vphn_unpack_associativity()
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | vphn.c | 25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument 49 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 57 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 70 unpacked[0] = cpu_to_be32(nr_assoc_doms); in vphn_unpack_associativity()
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-y16i.rst | 16 from 2 sources interleaved and unpacked. Each pixel is stored in a 16-bit word 19 **Pixel unpacked representation.** 20 Left/Right pixels 16-bit unpacked - 16-bit for each interleaved pixel.
|
| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | encodings.h | 1143 static inline void vdo_pack_journal_point(const struct journal_point *unpacked, in vdo_pack_journal_point() argument 1147 __cpu_to_le64((unpacked->sequence_number << 16) | unpacked->entry_count); in vdo_pack_journal_point() 1157 struct journal_point *unpacked) in vdo_unpack_journal_point() argument 1161 unpacked->sequence_number = (native >> 16); in vdo_unpack_journal_point() 1162 unpacked->entry_count = (native & 0xffff); in vdo_unpack_journal_point()
|
| H A D | recovery-journal.c | 943 struct recovery_block_header unpacked; in advance_tail() local 953 unpacked = (struct recovery_block_header) { in advance_tail() 972 vdo_pack_recovery_block_header(&unpacked, header); in advance_tail()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | packing.rst | 310 /* Ordering inside the unpacked structure is flexible and can be different 331 void unpack_your_data(const packed_buf_t *buf, struct data *unpacked) 335 unpack_fields(buf, sizeof(*buf), unpacked, fields, 339 void pack_your_data(const struct data *unpacked, packed_buf_t *buf) 343 pack_fields(buf, sizeof(*buf), unpacked, fields,
|
| /linux-6.15/drivers/clk/renesas/ |
| H A D | renesas-cpg-mssr.c | 685 unsigned int unpacked = reset_spec->args[0]; in cpg_mssr_reset_xlate() local 686 unsigned int idx = MOD_CLK_PACK(unpacked); in cpg_mssr_reset_xlate() 688 if (unpacked % 100 > 31 || idx >= rcdev->nr_resets) { in cpg_mssr_reset_xlate() 689 dev_err(priv->dev, "Invalid reset index %u\n", unpacked); in cpg_mssr_reset_xlate()
|
| /linux-6.15/arch/m68k/fpsp040/ |
| H A D | get_op.S | 537 fmovex %fp0,ETEMP(%a6) |put the unpacked sop in the fsave stack 607 | ;put the unpacked sop in the fsave stack
|
| /linux-6.15/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_bin.c | 1977 u32 unpacked[80]; in bin_patch_mixed_packed_unpacked_random() member 1991 get_random_bytes(payload->unpacked, sizeof(payload->unpacked)); in bin_patch_mixed_packed_unpacked_random() 2021 &payload->unpacked[i], in bin_patch_mixed_packed_unpacked_random() 2022 sizeof(payload->unpacked[i])); in bin_patch_mixed_packed_unpacked_random() 2087 KUNIT_EXPECT_EQ(test, readback[0], payload->unpacked[i]); in bin_patch_mixed_packed_unpacked_random() 2090 cs_dsp_mock_regmap_drop_bytes(priv, reg_addr, sizeof(payload->unpacked[i])); in bin_patch_mixed_packed_unpacked_random()
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | qcom_camss.rst | 80 - Plain16 RAW10 (10bit unpacked Bayer RAW - V4L2_PIX_FMT_SBGGR10 / V4L2_PIX_FMT_Y10).
|
| /linux-6.15/usr/ |
| H A D | Kconfig | 226 short time at boot, while both the cpio image and the unpacked
|
| /linux-6.15/Documentation/arch/arm/omap/ |
| H A D | dss.rst | 28 - RGB16, RGB24 packed, RGB24 unpacked
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 5363 Verify the integrity of the unpacked image. Only if this succeeds,
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 2239 image is unpacked asynchronously, concurrently
|