Searched refs:xfs_buf_offset (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_buf_item.c | 89 } else if (xfs_buf_offset(bp, next_bit * XFS_BLF_CHUNK) != in xfs_buf_item_size_segment() 90 (xfs_buf_offset(bp, last_bit * XFS_BLF_CHUNK) + in xfs_buf_item_size_segment() 183 xfs_buf_offset(bp, offset), in xfs_buf_item_copy_iovec() 194 return xfs_buf_offset(bp, offset + (next_bit << XFS_BLF_SHIFT)) != in xfs_buf_item_straddle() 195 (xfs_buf_offset(bp, offset + (last_bit << XFS_BLF_SHIFT)) + in xfs_buf_item_straddle()
|
D | xfs_buf.h | 275 extern void *xfs_buf_offset(struct xfs_buf *, size_t);
|
D | xfs_error.c | 392 return xfs_buf_verifier_error(bp, error, "", xfs_buf_offset(bp, 0), in xfs_verifier_error()
|
D | xfs_log_recover.c | 2148 buffer_nextp = xfs_buf_offset(bp, next_unlinked_offset); in xlog_recover_do_inode_buffer() 2157 xfs_buf_offset(bp, i * mp->m_sb.sb_inodesize)); in xlog_recover_do_inode_buffer() 2637 memcpy(xfs_buf_offset(bp, in xlog_recover_do_reg_buffer() 2816 be16_to_cpu(*((__be16 *)xfs_buf_offset(bp, 0))) && in xlog_recover_buffer_pass2() 2966 dip = xfs_buf_offset(bp, in_f->ilf_boffset); in xlog_recover_inode_pass2() 3300 ddq = xfs_buf_offset(bp, dq_f->qlf_boffset); in xlog_recover_dquot_pass2()
|
D | xfs_buf.c | 1506 xfs_buf_offset( in xfs_buf_offset() function
|
D | xfs_inode.c | 3784 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush_int()
|
/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 | 37 dip = xfs_buf_offset(bp, i * mp->m_sb.sb_inodesize); in xfs_inobp_check() 93 dip = xfs_buf_offset(bp, (i << mp->m_sb.sb_inodelog)); in xfs_inode_buf_verify() 196 *dipp = xfs_buf_offset(bp, imap->im_boffset); in xfs_imap_to_bp()
|
/fs/xfs/scrub/ |
D | ialloc.c | 295 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()
|