xfs_buf_offset    236 fs/xfs/linux-2.6/xfs_buf.h extern xfs_caddr_t xfs_buf_offset(xfs_buf_t *, size_t);
xfs_buf_offset    199 fs/xfs/xfs_buf_item.c 		} else if (xfs_buf_offset(bp, next_bit * XFS_BLI_CHUNK) !=
xfs_buf_offset    200 fs/xfs/xfs_buf_item.c 			   (xfs_buf_offset(bp, last_bit * XFS_BLI_CHUNK) +
xfs_buf_offset    297 fs/xfs/xfs_buf_item.c 			vecp->i_addr = xfs_buf_offset(bp, buffer_offset);
xfs_buf_offset    304 fs/xfs/xfs_buf_item.c 			vecp->i_addr = xfs_buf_offset(bp, buffer_offset);
xfs_buf_offset    312 fs/xfs/xfs_buf_item.c 		} else if (xfs_buf_offset(bp, next_bit << XFS_BLI_SHIFT) !=
xfs_buf_offset    313 fs/xfs/xfs_buf_item.c 			   (xfs_buf_offset(bp, last_bit << XFS_BLI_SHIFT) +
xfs_buf_offset    316 fs/xfs/xfs_buf_item.c 			vecp->i_addr = xfs_buf_offset(bp, buffer_offset);
xfs_buf_offset     46 fs/xfs/xfs_ialloc.h 		(xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog));
xfs_buf_offset    115 fs/xfs/xfs_inode.c 		dip = (xfs_dinode_t *)xfs_buf_offset(bp,
xfs_buf_offset    174 fs/xfs/xfs_inode.c 		dip = (xfs_dinode_t *)xfs_buf_offset(bp,
xfs_buf_offset    246 fs/xfs/xfs_inode.c 	*dipp = (xfs_dinode_t *)xfs_buf_offset(bp, imap.im_boffset);
xfs_buf_offset    324 fs/xfs/xfs_inode.c 	*dipp = (xfs_dinode_t *)xfs_buf_offset(bp, imap.im_boffset);
xfs_buf_offset   3256 fs/xfs/xfs_inode.c 	dip = (xfs_dinode_t *)xfs_buf_offset(bp, ip->i_boffset);
xfs_buf_offset    282 fs/xfs/xfs_itable.c 			xfs_buf_offset(bp, clustidx << mp->m_sb.sb_inodelog);
xfs_buf_offset   1865 fs/xfs/xfs_log_recover.c 		buffer_nextp = (xfs_agino_t *)xfs_buf_offset(bp,
xfs_buf_offset   1926 fs/xfs/xfs_log_recover.c 			memcpy(xfs_buf_offset(bp,
xfs_buf_offset   2219 fs/xfs/xfs_log_recover.c 	    be16_to_cpu(*((__be16 *)xfs_buf_offset(bp, 0))) &&
xfs_buf_offset   2313 fs/xfs/xfs_log_recover.c 	dip = (xfs_dinode_t *)xfs_buf_offset(bp, imap.im_boffset);
xfs_buf_offset   2626 fs/xfs/xfs_log_recover.c 	ddq = (xfs_disk_dquot_t *)xfs_buf_offset(bp, dq_f->qlf_boffset);