Searched refs:packed (Results 1 – 23 of 23) sorted by relevance
| /fs/smb/client/ |
| A D | cifspdu.h | 450 } __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 D | rfc1002pdu.h | 36 } __attribute__((packed)) session_req; 40 } __attribute__((packed)) retarget_resp; 45 } __attribute__((packed)) trailer; 46 } __attribute__((packed));
|
| A D | ntlmssp.h | 76 } __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 D | rock.h | 12 } __attribute__ ((packed)); 26 } __attribute__ ((packed)); 30 } __attribute__ ((packed)); 48 } __attribute__ ((packed)); 53 } __attribute__ ((packed)); 58 } __attribute__ ((packed)); 71 } __attribute__ ((packed));
|
| /fs/jffs2/ |
| A D | summary.h | 52 } __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 D | dir_f.h | 18 } __attribute__((packed)); 34 } __attribute__((packed)); 48 } __attribute__((packed)); 59 } __attribute__((packed));
|
| A D | dir_fplus.h | 25 } __attribute__((packed, aligned(4))); 35 } __attribute__((packed, aligned(4))); 42 } __attribute__((packed, aligned(4)));
|
| /fs/smb/common/ |
| A D | smbacl.h | 95 } __attribute__((packed)); 102 } __attribute__((packed)); 112 } __attribute__((packed)); 120 } __attribute__((packed));
|
| /fs/xfs/ |
| A D | xfs_ioctl32.h | 27 #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 D | xfs_export.h | 55 } __attribute__((packed));
|
| /fs/bcachefs/ |
| A D | inode.c | 82 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 D | bkey.c | 50 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 D | bset.c | 994 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 D | ocfs2_ioctl.h | 107 } __attribute__ ((packed)); 112 } __attribute__ ((packed));
|
| A D | ocfs2_fs.h | 747 } __attribute__ ((packed));
|
| /fs/xfs/libxfs/ |
| A D | xfs_log_format.h | 328 } __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 D | xfs_format.h | 698 } __attribute__((packed)); 1736 } __attribute__((packed));
|
| /fs/btrfs/ |
| A D | export.h | 23 } __attribute__ ((packed));
|
| /fs/ceph/ |
| A D | export.c | 17 } __attribute__ ((packed)); 24 } __attribute__ ((packed)); 34 } __attribute__ ((packed));
|
| /fs/afs/ |
| A D | afs.h | 33 } __attribute__((packed)) afs_voltype_t;
|
| A D | internal.h | 190 } __attribute__((packed));
|
| /fs/squashfs/ |
| A D | Kconfig | 10 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 D | ufs_fs.h | 920 } __attribute__ ((packed)) fs_u2;
|
Completed in 85 milliseconds