Home
last modified time | relevance | path

Searched refs:xfs_buf_offset (Results 1 – 11 of 11) sorted by relevance

/fs/xfs/
Dxfs_buf_item.c107 } else if (xfs_buf_offset(bp, next_bit * XFS_BLF_CHUNK) != in xfs_buf_item_size_segment()
108 (xfs_buf_offset(bp, last_bit * XFS_BLF_CHUNK) + in xfs_buf_item_size_segment()
202 xfs_buf_offset(bp, offset), in xfs_buf_item_copy_iovec()
213 return xfs_buf_offset(bp, offset + (next_bit << XFS_BLF_SHIFT)) != in xfs_buf_item_straddle()
214 (xfs_buf_offset(bp, offset + (last_bit << XFS_BLF_SHIFT)) + in xfs_buf_item_straddle()
Dxfs_buf_item_recover.c505 memcpy(xfs_buf_offset(bp, in xlog_recover_do_reg_buffer()
662 buffer_nextp = xfs_buf_offset(bp, next_unlinked_offset); in xlog_recover_do_inode_buffer()
671 xfs_buf_offset(bp, i * mp->m_sb.sb_inodesize)); in xlog_recover_do_inode_buffer()
971 be16_to_cpu(*((__be16 *)xfs_buf_offset(bp, 0))) && in xlog_recover_buf_commit_pass2()
Dxfs_dquot_item_recover.c133 ddq = xfs_buf_offset(bp, dq_f->qlf_boffset); in xlog_recover_dquot_commit_pass2()
Dxfs_buf.h284 extern void *xfs_buf_offset(struct xfs_buf *, size_t);
Dxfs_error.c421 return xfs_buf_verifier_error(bp, error, "", xfs_buf_offset(bp, 0), in xfs_verifier_error()
Dxfs_inode_item_recover.c242 dip = xfs_buf_offset(bp, in_f->ilf_boffset); in xlog_recover_inode_commit_pass2()
Dxfs_buf.c1716 xfs_buf_offset( in xfs_buf_offset() function
Dxfs_inode.c3460 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()
/fs/xfs/libxfs/
Dxfs_ialloc.h32 return xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog); in xfs_make_iptr()
Dxfs_inode_buf.c58 dip = xfs_buf_offset(bp, (i << mp->m_sb.sb_inodelog)); in xfs_inode_buf_verify()
156 *dipp = xfs_buf_offset(bp, imap->im_boffset); in xfs_imap_to_bp()
/fs/xfs/scrub/
Dialloc.c294 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()