/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf_item.c | 107 } 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()
|
H A D | xfs_buf_item_recover.c | 505 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()
|
H A D | xfs_dquot_item_recover.c | 133 ddq = xfs_buf_offset(bp, dq_f->qlf_boffset); in xlog_recover_dquot_commit_pass2()
|
H A D | xfs_error.c | 421 return xfs_buf_verifier_error(bp, error, "", xfs_buf_offset(bp, 0), in xfs_verifier_error()
|
H A D | xfs_buf.h | 284 extern void *xfs_buf_offset(struct xfs_buf *, size_t);
|
H A D | xfs_inode_item_recover.c | 242 dip = xfs_buf_offset(bp, in_f->ilf_boffset); in xlog_recover_inode_commit_pass2()
|
H A D | xfs_buf.c | 1716 xfs_buf_offset( in xfs_buf_offset() function
|
H A D | xfs_inode.c | 3460 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_buf_item_recover.c | 514 memcpy(xfs_buf_offset(bp, in xlog_recover_do_reg_buffer() 671 buffer_nextp = xfs_buf_offset(bp, next_unlinked_offset); in xlog_recover_do_inode_buffer() 680 xfs_buf_offset(bp, i * mp->m_sb.sb_inodesize)); in xlog_recover_do_inode_buffer() 990 be16_to_cpu(*((__be16 *)xfs_buf_offset(bp, 0))) && in xlog_recover_buf_commit_pass2()
|
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_buf_item.c | 68 first = xfs_buf_offset(bp, offset + (first_bit << XFS_BLF_SHIFT)); in xfs_buf_item_straddle() 69 last = xfs_buf_offset(bp, in xfs_buf_item_straddle() 264 xfs_buf_offset(bp, offset), in xfs_buf_item_copy_iovec()
|
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 | 315 extern void *xfs_buf_offset(struct xfs_buf *, size_t);
|
H A D | xfs_inode_item_recover.c | 317 dip = xfs_buf_offset(bp, in_f->ilf_boffset); in xlog_recover_inode_commit_pass2()
|
H A D | xfs_error.c | 477 return xfs_buf_verifier_error(bp, error, "", xfs_buf_offset(bp, 0), in xfs_verifier_error()
|
H A D | xfs_dquot.c | 565 struct xfs_dqblk *dqb = xfs_buf_offset(bp, dqp->q_bufoffset); in xfs_dquot_from_disk() 1254 dqblk = xfs_buf_offset(bp, dqp->q_bufoffset); in xfs_qm_dqflush()
|
H A D | xfs_inode_item.c | 486 dip = xfs_buf_offset(ip->i_itemp->ili_item.li_buf, in xfs_copy_dm_fields_to_log_dinode()
|
H A D | xfs_icache.c | 640 xfs_buf_offset(bp, ip->i_imap.im_boffset)); in xfs_iget_cache_miss()
|
H A D | xfs_buf.c | 1709 xfs_buf_offset( in xfs_buf_offset() function
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 32 return xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog); in xfs_make_iptr()
|
H A D | xfs_inode_buf.c | 58 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()
|
/kernel/linux/linux-6.6/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()
|
H A D | xfs_inode_buf.c | 57 dip = xfs_buf_offset(bp, (i << mp->m_sb.sb_inodelog)); in xfs_inode_buf_verify()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | ialloc.c | 294 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | ialloc.c | 447 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()
|