Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_buf_item_recover.c517 memcpy(xfs_buf_offset(bp, in xlog_recover_do_reg_buffer()
674 buffer_nextp = xfs_buf_offset(bp, next_unlinked_offset); in xlog_recover_do_inode_buffer()
683 xfs_buf_offset(bp, i * mp->m_sb.sb_inodesize)); in xlog_recover_do_inode_buffer()
1060 be16_to_cpu(*((__be16 *)xfs_buf_offset(bp, 0))) && in xlog_recover_buf_commit_pass2()
Dxfs_iunlink_item.c73 dip = xfs_buf_offset(ibp, ip->i_imap.im_boffset); in xfs_iunlink_log_dinode()
Dxfs_buf_item.c69 first = xfs_buf_offset(bp, offset + (first_bit << XFS_BLF_SHIFT)); in xfs_buf_item_straddle()
70 last = xfs_buf_offset(bp, in xfs_buf_item_straddle()
265 xfs_buf_offset(bp, offset), in xfs_buf_item_copy_iovec()
Dxfs_dquot_item_recover.c135 dqb = xfs_buf_offset(bp, dq_f->qlf_boffset); in xlog_recover_dquot_commit_pass2()
Dxfs_buf.h328 extern void *xfs_buf_offset(struct xfs_buf *, size_t);
Dxfs_error.c480 return xfs_buf_verifier_error(bp, error, "", xfs_buf_offset(bp, 0), in xfs_verifier_error()
Dxfs_dquot.c587 struct xfs_dqblk *dqb = xfs_buf_offset(bp, dqp->q_bufoffset); in xfs_dquot_from_disk()
1288 dqblk = xfs_buf_offset(bp, dqp->q_bufoffset); in xfs_qm_dqflush()
Dxfs_inode_item_recover.c318 dip = xfs_buf_offset(bp, in_f->ilf_boffset); in xlog_recover_inode_commit_pass2()
Dxfs_inode_item.c517 dip = xfs_buf_offset(ip->i_itemp->ili_item.li_buf, in xfs_copy_dm_fields_to_log_dinode()
Dxfs_icache.c684 xfs_buf_offset(bp, ip->i_imap.im_boffset)); in xfs_iget_cache_miss()
Dxfs_buf.c1785 xfs_buf_offset( in xfs_buf_offset() function
Dxfs_inode.c2358 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ialloc.h33 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()
/linux-6.12.1/fs/xfs/scrub/
Dinode_repair.c171 struct xfs_dinode *dip = xfs_buf_offset(bp, ioffset); in xrep_dinode_buf_core()
1386 dip = xfs_buf_offset(bp, ri->imap.im_boffset); in xrep_dinode_core()
Dialloc_repair.c164 dip = xfs_buf_offset(cluster_bp, offset); in xrep_ibt_check_ifree()
Dialloc.c447 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()