Searched refs:xfs_buf_offset (Results 1 – 13 of 13) sorted by relevance
/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/ |
H A D | xfs_iunlink_item.c | 73 dip = xfs_buf_offset(ibp, ip->i_imap.im_boffset); in xfs_iunlink_log_dinode()
|
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 | 310 static inline void *xfs_buf_offset(struct xfs_buf *bp, size_t offset) in xfs_buf_offset() function
|
H A D | xfs_error.c | 483 return xfs_buf_verifier_error(bp, error, "", xfs_buf_offset(bp, 0), in xfs_verifier_error()
|
H A D | xfs_inode_item_recover.c | 356 dip = xfs_buf_offset(bp, in_f->ilf_boffset); in xlog_recover_inode_commit_pass2()
|
H A D | xfs_dquot.c | 618 struct xfs_dqblk *dqb = xfs_buf_offset(bp, dqp->q_bufoffset); in xfs_dquot_from_disk() 1414 dqblk = xfs_buf_offset(bp, dqp->q_bufoffset); in xfs_qm_dqflush()
|
H A D | xfs_buf_item.c | 275 xfs_buf_offset(bp, offset), in xfs_buf_item_copy_iovec()
|
H A D | xfs_inode_item.c | 533 dip = xfs_buf_offset(ip->i_itemp->ili_item.li_buf, in xfs_copy_dm_fields_to_log_dinode()
|
H A D | xfs_inode.c | 2371 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()
|
/linux/fs/xfs/scrub/ |
H A D | ialloc_repair.c | 161 dip = xfs_buf_offset(cluster_bp, offset); in xrep_ibt_check_ifree()
|
H A D | ialloc.c | 445 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()
|
H A D | inode_repair.c | 174 struct xfs_dinode *dip = xfs_buf_offset(bp, ioffset); in xrep_dinode_buf_core() 1572 dip = xfs_buf_offset(bp, ri->imap.im_boffset); in xrep_dinode_core()
|