Home
last modified time | relevance | path

Searched defs:packed (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dencodings.c207 struct packed_version_number packed = vdo_pack_version_number(version); in encode_version_number() local
215 struct packed_header packed = vdo_pack_header(header); in vdo_encode_header() local
224 struct packed_version_number packed; in decode_version_number() local
233 struct packed_header packed; in vdo_decode_header() local
1114 struct packed_vdo_component_41_0 packed; in encode_vdo_component() local
1165 struct packed_vdo_component_41_0 packed; in decode_vdo_component() local
H A Dencodings.h1017 struct packed_journal_header *packed) in vdo_pack_recovery_block_header()
1041 vdo_unpack_recovery_block_header(const struct packed_journal_header *packed) in vdo_unpack_recovery_block_header()
1144 struct packed_journal_point *packed) in vdo_pack_journal_point()
1156 static inline void vdo_unpack_journal_point(const struct packed_journal_point *packed, in vdo_unpack_journal_point()
1173 struct packed_slab_journal_block_header *packed) in vdo_pack_slab_journal_block_header()
1192 vdo_unpack_slab_journal_block_header(const struct packed_slab_journal_block_header *packed, in vdo_unpack_slab_journal_block_header()
1212 static inline void vdo_pack_slab_journal_entry(packed_slab_journal_entry *packed, in vdo_pack_slab_journal_entry()
1228 vdo_unpack_slab_journal_entry(const packed_slab_journal_entry *packed) in vdo_unpack_slab_journal_entry()
H A Dslab-depot.c1138 struct packed_reference_block *packed = buffer; in pack_reference_block() local
2263 static void unpack_reference_block(struct packed_reference_block *packed, in unpack_reference_block()
2309 struct packed_reference_block *packed = (struct packed_reference_block *) data; in finish_reference_block_load() local
H A Drepair.c1275 static bool unpack_entry(struct vdo *vdo, char *packed, enum vdo_metadata_type format, in unpack_entry()
/linux/arch/powerpc/platforms/pseries/
H A Dvphn.c25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity()
/linux/tools/testing/selftests/powerpc/vphn/
H A Dvphn.c25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity()
/linux/drivers/hid/
H A Dhid-wiimote-core.c1387 #define ir_to_input0(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 0) argument
1388 #define ir_to_input1(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 1) argument
1389 #define ir_to_input2(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 2) argument
1390 #define ir_to_input3(wdata, ir, packed) handler_ir((wdata), (ir), (packed), 3) argument
1393 bool packed, unsigned int id) in handler_ir()
H A Dhid-wiimote-modules.c551 bool packed, unsigned int id) in wiimod_ir_in_ir()
/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dctrl.c262 int nfp_abm_ctrl_prio_map_update(struct nfp_abm_link *alink, u32 *packed) in nfp_abm_ctrl_prio_map_update()
/linux/fs/bcachefs/
H A Dinode.c79 static inline void bch2_inode_pack_inlined(struct bkey_inode_buf *packed, in bch2_inode_pack_inlined()
154 void bch2_inode_pack(struct bkey_inode_buf *packed, in bch2_inode_pack()
/linux/include/linux/
H A Dvdpa.h64 struct vdpa_vq_state_packed packed; member
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_bin.c1976 u32 packed[80][3]; in bin_patch_mixed_packed_unpacked_random() member
/linux/tools/lib/bpf/
H A Dbtf_dump.c974 bool packed, prev_bitfield = false; in btf_dump_emit_struct_def() local
/linux/net/bluetooth/
H A Dl2cap_core.c1070 u32 packed; in __pack_extended_control() local
1089 u16 packed; in __pack_enhanced_control() local
/linux/drivers/virtio/
H A Dvirtio_ring.c204 struct vring_virtqueue_packed packed; member