Searched refs:xfs_buf_offset (Results 1 – 14 of 14) sorted by relevance
/fs/xfs/ |
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()
|
D | xfs_buf_item.c | 67 first = xfs_buf_offset(bp, offset + (first_bit << XFS_BLF_SHIFT)); in xfs_buf_item_straddle() 68 last = xfs_buf_offset(bp, in xfs_buf_item_straddle() 263 xfs_buf_offset(bp, offset), in xfs_buf_item_copy_iovec()
|
D | xfs_dquot_item_recover.c | 133 ddq = xfs_buf_offset(bp, dq_f->qlf_boffset); in xlog_recover_dquot_commit_pass2()
|
D | xfs_buf.h | 286 extern void *xfs_buf_offset(struct xfs_buf *, size_t);
|
D | xfs_error.c | 435 return xfs_buf_verifier_error(bp, error, "", xfs_buf_offset(bp, 0), in xfs_verifier_error()
|
D | xfs_inode_item_recover.c | 242 dip = xfs_buf_offset(bp, in_f->ilf_boffset); in xlog_recover_inode_commit_pass2()
|
D | xfs_inode_item.c | 349 dip = xfs_buf_offset(ip->i_itemp->ili_item.li_buf, in xfs_copy_dm_fields_to_log_dinode()
|
D | xfs_inode.c | 2109 dip = xfs_buf_offset(ibp, ip->i_imap.im_boffset); in xfs_iunlink_update_inode() 2247 *dipp = xfs_buf_offset(*bpp, imap->im_boffset); in xfs_iunlink_map_ino() 3484 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()
|
D | xfs_icache.c | 630 xfs_buf_offset(bp, ip->i_imap.im_boffset)); in xfs_iget_cache_miss()
|
D | xfs_buf.c | 1650 xfs_buf_offset( in xfs_buf_offset() function
|
D | xfs_log_recover.c | 2723 dip = xfs_buf_offset(ibp, ip->i_imap.im_boffset); in xlog_recover_process_one_iunlink()
|
/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 32 return xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog); in xfs_make_iptr()
|
D | xfs_inode_buf.c | 58 dip = xfs_buf_offset(bp, (i << mp->m_sb.sb_inodelog)); in xfs_inode_buf_verify()
|
/fs/xfs/scrub/ |
D | ialloc.c | 293 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()
|