Searched refs:byteoff (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_dir2_readdir.c362 int byteoff; /* offset in current block */ local
411 byteoff = xfs_dir2_byte_to_off(geo, curoff);
415 if (byteoff == 0)
421 while (offset < byteoff) {
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c464 int byteoff = (int)((char *)sfep - (char *)sfp); local
474 sfep = (xfs_dir2_sf_entry_t *)((char *)sfp + byteoff);
923 int byteoff; /* offset of removed entry */ local
959 byteoff = (int)((char *)sfep - (char *)sfp);
965 if (byteoff + entsize < oldsize)
966 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize,
967 oldsize - (byteoff + entsize));
/linux-master/drivers/infiniband/hw/irdma/
H A Dtype.h288 u16 byteoff; member in struct:irdma_hw_stat_map
H A Dctrl.c5434 * @byteoff: byte offset of counter value in the buffer (8B-aligned)
5438 static inline u64 irdma_stat_val(const u64 *stats_val, u16 byteoff, u8 bitoff, argument
5441 u16 idx = byteoff / sizeof(*stats_val);
5478 u64 new_val = irdma_stat_val(gather_stats->val, map[i].byteoff,
5481 map[i].byteoff, map[i].bitoff,
H A Dutils.c1729 gather_stats->val[map[i].byteoff / sizeof(u64)] = new_val;

Completed in 134 milliseconds