Home
last modified time | relevance | path

Searched refs:packed (Results 1 – 23 of 23) sorted by relevance

/fs/smb/client/
A Dcifspdu.h450 } __attribute__((packed));
693 } __attribute__((packed));
702 } __attribute__((packed));
709 } __attribute__((packed));
1524 } __attribute__((packed));
1534 } __attribute__((packed));
1560 } __attribute__((packed));
1565 } __attribute__((packed));
1584 } __attribute__((packed));
1589 } __attribute__((packed));
[all …]
A Drfc1002pdu.h36 } __attribute__((packed)) session_req;
40 } __attribute__((packed)) retarget_resp;
45 } __attribute__((packed)) trailer;
46 } __attribute__((packed));
A Dntlmssp.h76 } __attribute__((packed)) SECURITY_BUFFER;
88 } __attribute__((packed)) NEGOTIATE_MESSAGE, *PNEGOTIATE_MESSAGE;
124 } __attribute__((packed)) CHALLENGE_MESSAGE, *PCHALLENGE_MESSAGE;
139 } __attribute__((packed)) AUTHENTICATE_MESSAGE, *PAUTHENTICATE_MESSAGE;
/fs/isofs/
A Drock.h12 } __attribute__ ((packed));
26 } __attribute__ ((packed));
30 } __attribute__ ((packed));
48 } __attribute__ ((packed));
53 } __attribute__ ((packed));
58 } __attribute__ ((packed));
71 } __attribute__ ((packed));
/fs/jffs2/
A Dsummary.h52 } __attribute__((packed));
65 } __attribute__((packed));
74 } __attribute__((packed));
80 } __attribute__((packed));
107 } __attribute__((packed));
121 } __attribute__((packed));
131 } __attribute__((packed));
138 } __attribute__((packed));
/fs/adfs/
A Ddir_f.h18 } __attribute__((packed));
34 } __attribute__((packed));
48 } __attribute__((packed));
59 } __attribute__((packed));
A Ddir_fplus.h25 } __attribute__((packed, aligned(4)));
35 } __attribute__((packed, aligned(4)));
42 } __attribute__((packed, aligned(4)));
/fs/smb/common/
A Dsmbacl.h95 } __attribute__((packed));
102 } __attribute__((packed));
112 } __attribute__((packed));
120 } __attribute__((packed));
/fs/xfs/
A Dxfs_ioctl32.h27 #define __compat_packed __attribute__((packed))
166 } __attribute__((packed)) compat_xfs_fsop_geom_v1_t;
175 } __attribute__((packed));
181 } __attribute__((packed)) compat_xfs_growfs_data_t;
186 } __attribute__((packed)) compat_xfs_growfs_rt_t;
A Dxfs_export.h55 } __attribute__((packed));
/fs/bcachefs/
A Dinode.c82 struct bkey_i_inode_v3 *k = &packed->inode; in bch2_inode_pack_inlined()
84 u8 *end = (void *) &packed[1]; in bch2_inode_pack_inlined()
90 bkey_inode_v3_init(&packed->inode.k_i); in bch2_inode_pack_inlined()
91 packed->inode.k.p.offset = inode->bi_inum; in bch2_inode_pack_inlined()
93 packed->inode.v.bi_hash_seed = inode->bi_hash_seed; in bch2_inode_pack_inlined()
98 SET_INODEv3_MODE(&packed->inode.v, inode->bi_mode); in bch2_inode_pack_inlined()
128 bytes = out - (u8 *) &packed->inode.v; in bch2_inode_pack_inlined()
129 set_bkey_val_bytes(&packed->inode.k, bytes); in bch2_inode_pack_inlined()
130 memset_u64s_tail(&packed->inode.v, 0, bytes); in bch2_inode_pack_inlined()
154 void bch2_inode_pack(struct bkey_inode_buf *packed, in bch2_inode_pack() argument
[all …]
A Dbkey.c50 static void __bch2_bkey_pack_verify(const struct bkey_packed *packed, in __bch2_bkey_pack_verify() argument
56 BUG_ON(bkeyp_val_u64s(format, packed) != in __bch2_bkey_pack_verify()
59 BUG_ON(packed->u64s < bkeyp_key_u64s(format, packed)); in __bch2_bkey_pack_verify()
61 tmp = __bch2_bkey_unpack_key(format, packed); in __bch2_bkey_pack_verify()
96 static inline void bch2_bkey_pack_verify(const struct bkey_packed *packed, in bch2_bkey_pack_verify() argument
101 __bch2_bkey_pack_verify(packed, unpacked, format); in bch2_bkey_pack_verify()
A Dbset.c994 struct bkey_packed packed, *src = bkey_to_packed(insert); in bch2_bset_insert() local
999 if (bch2_bkey_pack_key(&packed, &insert->k, f)) in bch2_bset_insert()
1000 src = &packed; in bch2_bset_insert()
/fs/ocfs2/
A Docfs2_ioctl.h107 } __attribute__ ((packed));
112 } __attribute__ ((packed));
A Docfs2_fs.h747 } __attribute__ ((packed));
/fs/xfs/libxfs/
A Dxfs_log_format.h328 } __attribute__((packed));
623 } __attribute__((packed)) xfs_extent_32_t;
658 } __attribute__((packed)) xfs_efi_log_format_32_t;
711 } __attribute__((packed)) xfs_efd_log_format_32_t;
A Dxfs_format.h698 } __attribute__((packed));
1736 } __attribute__((packed));
/fs/btrfs/
A Dexport.h23 } __attribute__ ((packed));
/fs/ceph/
A Dexport.c17 } __attribute__ ((packed));
24 } __attribute__ ((packed));
34 } __attribute__ ((packed));
/fs/afs/
A Dafs.h33 } __attribute__((packed)) afs_voltype_t;
A Dinternal.h190 } __attribute__((packed));
/fs/squashfs/
A DKconfig10 are very small and all blocks are packed to minimise data overhead.
251 (if larger). This, because blocks are packed together and
/fs/ufs/
A Dufs_fs.h920 } __attribute__ ((packed)) fs_u2;

Completed in 85 milliseconds