Home
last modified time | relevance | path

Searched refs:byte_diff (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_fork.c513 int64_t byte_diff, in xfs_idata_realloc() argument
517 int64_t new_size = ifp->if_bytes + byte_diff; in xfs_idata_realloc()
522 if (byte_diff) { in xfs_idata_realloc()
Dxfs_inode_fork.h171 void * xfs_idata_realloc(struct xfs_inode *ip, int64_t byte_diff,
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_definer.c1695 int ret, byte_diff; in hws_definer_fc_bind() local
1705 byte_diff = fc->byte_off % DW_SIZE - tag_offset % DW_SIZE; in hws_definer_fc_bind()
1706 fc->bit_off = fc->bit_off + byte_diff * BITS_IN_BYTE; in hws_definer_fc_bind()