Searched refs:xfs_buf_offset (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_buf_item_recover.c | 549 memcpy(xfs_buf_offset(bp, in xlog_recover_do_reg_buffer() 710 buffer_nextp = xfs_buf_offset(bp, next_unlinked_offset); in xlog_recover_do_inode_buffer() 719 xfs_buf_offset(bp, i * mp->m_sb.sb_inodesize)); in xlog_recover_do_inode_buffer() 1159 be16_to_cpu(*((__be16 *)xfs_buf_offset(bp, 0))) && in xlog_recover_buf_commit_pass2()
|
| H A D | xfs_dquot_item_recover.c | 135 dqb = xfs_buf_offset(bp, dq_f->qlf_boffset); in xlog_recover_dquot_commit_pass2()
|
| H A D | xfs_buf.h | 294 static inline void *xfs_buf_offset(struct xfs_buf *bp, size_t offset) in xfs_buf_offset() function
|
| H A D | xfs_dquot.c | 618 struct xfs_dqblk *dqb = xfs_buf_offset(bp, dqp->q_bufoffset); in xfs_dquot_from_disk() 1390 dqblk = xfs_buf_offset(bp, dqp->q_bufoffset); in xfs_qm_dqflush()
|
| H A D | xfs_buf_item.c | 273 xlog_format_copy(lfb, XLOG_REG_TYPE_BCHUNK, xfs_buf_offset(bp, offset), in xfs_buf_item_copy_iovec()
|
| H A D | xfs_inode.c | 2389 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.h | 33 return xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog); in xfs_make_iptr()
|
| /linux/fs/xfs/scrub/ |
| H A D | inode_repair.c | 174 struct xfs_dinode *dip = xfs_buf_offset(bp, ioffset); in xrep_dinode_buf_core() 1576 dip = xfs_buf_offset(bp, ri->imap.im_boffset); in xrep_dinode_core()
|