Home
last modified time | relevance | path

Searched refs:byteoff (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c464 int byteoff = (int)((char *)sfep - (char *)sfp); in xfs_dir2_sf_addname_easy() local
474 sfep = (xfs_dir2_sf_entry_t *)((char *)sfp + byteoff); in xfs_dir2_sf_addname_easy()
923 int byteoff; /* offset of removed entry */ in xfs_dir2_sf_removename() local
959 byteoff = (int)((char *)sfep - (char *)sfp); in xfs_dir2_sf_removename()
965 if (byteoff + entsize < oldsize) in xfs_dir2_sf_removename()
966 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize, in xfs_dir2_sf_removename()
967 oldsize - (byteoff + entsize)); in xfs_dir2_sf_removename()
/linux/drivers/infiniband/hw/irdma/
H A Dctrl.c6403 u16 idx = map[i].byteoff / sizeof(u64); in sc_vsi_update_stats()
6551 static inline u64 irdma_stat_val(const u64 *stats_val, u16 byteoff, u8 bitoff, in irdma_stat_val() argument
6554 u16 idx = byteoff / sizeof(*stats_val); in irdma_stat_val()
6591 u64 new_val = irdma_stat_val(gather_stats->val, map[i].byteoff, in irdma_update_stats()
6594 map[i].byteoff, map[i].bitoff, in irdma_update_stats()
H A Dtype.h329 u16 byteoff; member
H A Dutils.c1714 gather_stats->val[map[i].byteoff / sizeof(u64)] = new_val; in irdma_cqp_gather_stats_gen1()