Home
last modified time | relevance | path

Searched refs:metadata_buff (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/fs/ext4/
H A Dext4_journal.c343 char *metadata_buff = zalloc(fs->blksz); in recover_transaction() local
344 if (!temp_buff || !metadata_buff) in recover_transaction()
377 fs->blksz, metadata_buff); in recover_transaction()
379 metadata_buff, (uint32_t) fs->blksz); in recover_transaction()
383 free(metadata_buff); in recover_transaction()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.c226 u8 metadata_buff[MLX5E_TX_CQ_POLL_BUDGET]; in mlx5e_ptp_poll_ts_cq() local
245 metadata_buff, &metadata_buff_sz, napi_budget); in mlx5e_ptp_poll_ts_cq()
255 metadata_buff[--metadata_buff_sz]); in mlx5e_ptp_poll_ts_cq()