Searched refs:xfs_buf_offset (Results 1 - 17 of 17) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_iunlink_item.c73 dip = xfs_buf_offset(ibp, ip->i_imap.im_boffset);
H A Dxfs_dquot_item_recover.c135 dqb = xfs_buf_offset(bp, dq_f->qlf_boffset);
H A Dxfs_buf_item_recover.c514 memcpy(xfs_buf_offset(bp,
671 buffer_nextp = xfs_buf_offset(bp, next_unlinked_offset);
680 xfs_buf_offset(bp, i * mp->m_sb.sb_inodesize));
990 be16_to_cpu(*((__be16 *)xfs_buf_offset(bp, 0))) &&
H A Dxfs_buf_item.c68 first = xfs_buf_offset(bp, offset + (first_bit << XFS_BLF_SHIFT));
69 last = xfs_buf_offset(bp,
264 xfs_buf_offset(bp, offset),
H A Dxfs_buf.h328 extern void *xfs_buf_offset(struct xfs_buf *, size_t);
H A Dxfs_error.c477 return xfs_buf_verifier_error(bp, error, "", xfs_buf_offset(bp, 0),
H A Dxfs_inode_item_recover.c318 dip = xfs_buf_offset(bp, in_f->ilf_boffset);
H A Dxfs_dquot.c591 struct xfs_dqblk *dqb = xfs_buf_offset(bp, dqp->q_bufoffset);
1292 dqblk = xfs_buf_offset(bp, dqp->q_bufoffset);
H A Dxfs_inode_item.c485 dip = xfs_buf_offset(ip->i_itemp->ili_item.li_buf,
H A Dxfs_icache.c647 xfs_buf_offset(bp, ip->i_imap.im_boffset));
H A Dxfs_buf.c1782 xfs_buf_offset( function
H A Dxfs_inode.c3342 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset);
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.h33 return xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog);
H A Dxfs_inode_buf.c58 dip = xfs_buf_offset(bp, (i << mp->m_sb.sb_inodelog));
/linux-master/fs/xfs/scrub/
H A Dialloc.c447 dip = xfs_buf_offset(cluster_bp, imap.im_boffset);
H A Dialloc_repair.c164 dip = xfs_buf_offset(cluster_bp, offset);
H A Dinode_repair.c170 struct xfs_dinode *dip = xfs_buf_offset(bp, ioffset);
1322 dip = xfs_buf_offset(bp, ri->imap.im_boffset);

Completed in 190 milliseconds