Searched refs:hdr_size (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_attr_remote.c | 284 int hdr_size = 0; in xfs_attr_rmtval_copyout() local 297 hdr_size = sizeof(struct xfs_attr3_rmt_hdr); in xfs_attr_rmtval_copyout() 300 memcpy(*dst, src + hdr_size, byte_cnt); in xfs_attr_rmtval_copyout() 332 int hdr_size; in xfs_attr_rmtval_copyin() local 336 hdr_size = xfs_attr3_rmt_hdr_set(mp, dst, ino, *offset, in xfs_attr_rmtval_copyin() 339 memcpy(dst + hdr_size, *src, byte_cnt); in xfs_attr_rmtval_copyin() 345 if (byte_cnt + hdr_size < blksize) { in xfs_attr_rmtval_copyin() 348 memset(dst + hdr_size + byte_cnt, 0, in xfs_attr_rmtval_copyin() 349 blksize - hdr_size - byte_cnt); in xfs_attr_rmtval_copyin()
|
/linux-4.19.296/drivers/thunderbolt/ |
D | switch.c | 108 unsigned int image_size, hdr_size; in nvm_validate_and_write() local 124 hdr_size = (*(u32 *)buf) & 0xffffff; in nvm_validate_and_write() 125 if (hdr_size + NVM_DEVID + 2 >= image_size) in nvm_validate_and_write() 129 if (!IS_ALIGNED(hdr_size, SZ_4K)) in nvm_validate_and_write() 136 ds_size = *(u16 *)(buf + hdr_size); in nvm_validate_and_write() 147 device_id = *(u16 *)(buf + hdr_size + NVM_DEVID); in nvm_validate_and_write() 161 buf += hdr_size; in nvm_validate_and_write() 162 image_size -= hdr_size; in nvm_validate_and_write() 356 u32 nvm_size, hdr_size; in tb_switch_nvm_add() local 363 hdr_size = sw->generation < 3 ? SZ_8K : SZ_16K; in tb_switch_nvm_add() [all …]
|
/linux-4.19.296/fs/cifs/ |
D | smb2misc.c | 139 int hdr_size = sizeof(struct smb2_sync_hdr); in smb2_check_message() local 169 if ((len >= hdr_size) in smb2_check_message()
|
/linux-4.19.296/include/linux/avf/ |
D | virtchnl.h | 303 u16 hdr_size; member
|
/linux-4.19.296/include/scsi/ |
D | iscsi_if.h | 141 uint32_t hdr_size; member
|
/linux-4.19.296/drivers/bluetooth/ |
D | btusb.c | 2565 size_t hdr_size) in btusb_setup_qca_download_fw() argument 2579 size = min_t(size_t, count, hdr_size); in btusb_setup_qca_download_fw()
|
/linux-4.19.296/include/linux/ |
D | ieee80211.h | 3130 static inline int ieee80211_get_tdls_action(struct sk_buff *skb, u32 hdr_size) in ieee80211_get_tdls_action() argument
|