Searched refs:xfs_buf_offset (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_buf_item.c | 102 } else if (xfs_buf_offset(bp, next_bit * XFS_BLF_CHUNK) != in xfs_buf_item_size_segment() 103 (xfs_buf_offset(bp, last_bit * XFS_BLF_CHUNK) + in xfs_buf_item_size_segment() 196 xfs_buf_offset(bp, offset), in xfs_buf_item_copy_iovec() 207 return xfs_buf_offset(bp, offset + (next_bit << XFS_BLF_SHIFT)) != in xfs_buf_item_straddle() 208 (xfs_buf_offset(bp, offset + (last_bit << XFS_BLF_SHIFT)) + in xfs_buf_item_straddle()
|
D | xfs_error.c | 175 xfs_hex_dump(xfs_buf_offset(bp, 0), 64); in xfs_verifier_error()
|
D | xfs_buf.h | 304 extern void *xfs_buf_offset(struct xfs_buf *, size_t);
|
D | xfs_log_recover.c | 1792 buffer_nextp = xfs_buf_offset(bp, next_unlinked_offset); in xlog_recover_do_inode_buffer() 1801 xfs_buf_offset(bp, i * mp->m_sb.sb_inodesize)); in xlog_recover_do_inode_buffer() 2238 memcpy(xfs_buf_offset(bp, in xlog_recover_do_reg_buffer() 2416 be16_to_cpu(*((__be16 *)xfs_buf_offset(bp, 0))) && in xlog_recover_buffer_pass2() 2563 dip = xfs_buf_offset(bp, in_f->ilf_boffset); in xlog_recover_inode_pass2() 2902 ddq = xfs_buf_offset(bp, dq_f->qlf_boffset); in xlog_recover_dquot_pass2()
|
D | xfs_buf.c | 1428 xfs_buf_offset( in xfs_buf_offset() function
|
D | xfs_inode.c | 3461 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush_int()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_inode_buf.c | 49 dip = xfs_buf_offset(bp, i * mp->m_sb.sb_inodesize); in xfs_inobp_check() 91 dip = xfs_buf_offset(bp, (i << mp->m_sb.sb_inodelog)); in xfs_inode_buf_verify() 193 *dipp = xfs_buf_offset(bp, imap->im_boffset); in xfs_imap_to_bp()
|
D | xfs_ialloc.h | 54 return xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog); in xfs_make_iptr()
|