xfs_buf_offset 32 fs/xfs/libxfs/xfs_ialloc.h return xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog); xfs_buf_offset 37 fs/xfs/libxfs/xfs_inode_buf.c dip = xfs_buf_offset(bp, i * mp->m_sb.sb_inodesize); xfs_buf_offset 93 fs/xfs/libxfs/xfs_inode_buf.c dip = xfs_buf_offset(bp, (i << mp->m_sb.sb_inodelog)); xfs_buf_offset 196 fs/xfs/libxfs/xfs_inode_buf.c *dipp = xfs_buf_offset(bp, imap->im_boffset); xfs_buf_offset 295 fs/xfs/scrub/ialloc.c dip = xfs_buf_offset(cluster_bp, imap.im_boffset); xfs_buf_offset 275 fs/xfs/xfs_buf.h extern void *xfs_buf_offset(struct xfs_buf *, size_t); xfs_buf_offset 89 fs/xfs/xfs_buf_item.c } else if (xfs_buf_offset(bp, next_bit * XFS_BLF_CHUNK) != xfs_buf_offset 90 fs/xfs/xfs_buf_item.c (xfs_buf_offset(bp, last_bit * XFS_BLF_CHUNK) + xfs_buf_offset 183 fs/xfs/xfs_buf_item.c xfs_buf_offset(bp, offset), xfs_buf_offset 194 fs/xfs/xfs_buf_item.c return xfs_buf_offset(bp, offset + (next_bit << XFS_BLF_SHIFT)) != xfs_buf_offset 195 fs/xfs/xfs_buf_item.c (xfs_buf_offset(bp, offset + (last_bit << XFS_BLF_SHIFT)) + xfs_buf_offset 392 fs/xfs/xfs_error.c return xfs_buf_verifier_error(bp, error, "", xfs_buf_offset(bp, 0), xfs_buf_offset 3784 fs/xfs/xfs_inode.c dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); xfs_buf_offset 2148 fs/xfs/xfs_log_recover.c buffer_nextp = xfs_buf_offset(bp, next_unlinked_offset); xfs_buf_offset 2157 fs/xfs/xfs_log_recover.c xfs_buf_offset(bp, i * mp->m_sb.sb_inodesize)); xfs_buf_offset 2637 fs/xfs/xfs_log_recover.c memcpy(xfs_buf_offset(bp, xfs_buf_offset 2816 fs/xfs/xfs_log_recover.c be16_to_cpu(*((__be16 *)xfs_buf_offset(bp, 0))) && xfs_buf_offset 2966 fs/xfs/xfs_log_recover.c dip = xfs_buf_offset(bp, in_f->ilf_boffset); xfs_buf_offset 3300 fs/xfs/xfs_log_recover.c ddq = xfs_buf_offset(bp, dq_f->qlf_boffset);