byteoff 367 fs/xfs/libxfs/xfs_dir2_sf.c int byteoff; /* byte offset in sf dir */ byteoff 374 fs/xfs/libxfs/xfs_dir2_sf.c byteoff = (int)((char *)sfep - (char *)sfp); byteoff 384 fs/xfs/libxfs/xfs_dir2_sf.c sfep = (xfs_dir2_sf_entry_t *)((char *)sfp + byteoff); byteoff 867 fs/xfs/libxfs/xfs_dir2_sf.c int byteoff; /* offset of removed entry */ byteoff 914 fs/xfs/libxfs/xfs_dir2_sf.c byteoff = (int)((char *)sfep - (char *)sfp); byteoff 920 fs/xfs/libxfs/xfs_dir2_sf.c if (byteoff + entsize < oldsize) byteoff 921 fs/xfs/libxfs/xfs_dir2_sf.c memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize, byteoff 922 fs/xfs/libxfs/xfs_dir2_sf.c oldsize - (byteoff + entsize)); byteoff 355 fs/xfs/xfs_dir2_readdir.c int byteoff; /* offset in current block */ byteoff 402 fs/xfs/xfs_dir2_readdir.c byteoff = xfs_dir2_byte_to_off(geo, curoff); byteoff 406 fs/xfs/xfs_dir2_readdir.c if (byteoff == 0) byteoff 412 fs/xfs/xfs_dir2_readdir.c while ((char *)ptr - (char *)hdr < byteoff) {