Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_buf_item.c199 } else if (xfs_buf_offset(bp, next_bit * XFS_BLI_CHUNK) != in xfs_buf_item_size()
200 (xfs_buf_offset(bp, last_bit * XFS_BLI_CHUNK) + in xfs_buf_item_size()
297 vecp->i_addr = xfs_buf_offset(bp, buffer_offset); in xfs_buf_item_format()
304 vecp->i_addr = xfs_buf_offset(bp, buffer_offset); in xfs_buf_item_format()
312 } else if (xfs_buf_offset(bp, next_bit << XFS_BLI_SHIFT) != in xfs_buf_item_format()
313 (xfs_buf_offset(bp, last_bit << XFS_BLI_SHIFT) + in xfs_buf_item_format()
316 vecp->i_addr = xfs_buf_offset(bp, buffer_offset); in xfs_buf_item_format()
Dxfs_ialloc.h46 (xfs_buf_offset(b, o << (mp)->m_sb.sb_inodelog)); in xfs_make_iptr()
Dxfs_inode.c115 dip = (xfs_dinode_t *)xfs_buf_offset(bp, in xfs_inobp_check()
174 dip = (xfs_dinode_t *)xfs_buf_offset(bp, in xfs_imap_to_bp()
247 *dipp = (xfs_dinode_t *)xfs_buf_offset(bp, imap.im_boffset); in xfs_inotobp()
295 *dipp = (xfs_dinode_t *)xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_itobp()
804 dip = (xfs_dinode_t *)xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iread()
3042 dip = (xfs_dinode_t *)xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush_int()
Dxfs_log_recover.c1891 buffer_nextp = (xfs_agino_t *)xfs_buf_offset(bp, in xlog_recover_do_inode_buffer()
1952 memcpy(xfs_buf_offset(bp, in xlog_recover_do_reg_buffer()
2245 be16_to_cpu(*((__be16 *)xfs_buf_offset(bp, 0))) && in xlog_recover_do_buffer_trans()
2318 dip = (xfs_dinode_t *)xfs_buf_offset(bp, in_f->ilf_boffset); in xlog_recover_do_inode_trans()
2631 ddq = (xfs_disk_dquot_t *)xfs_buf_offset(bp, dq_f->qlf_boffset); in xlog_recover_do_dquot_trans()
Dxfs_itable.c295 xfs_buf_offset(bp, clustidx << mp->m_sb.sb_inodelog); in xfs_bulkstat_use_dinode()
/fs/xfs/linux-2.6/
Dxfs_buf.h237 extern xfs_caddr_t xfs_buf_offset(xfs_buf_t *, size_t);
Dxfs_buf.c1298 xfs_buf_offset( in xfs_buf_offset() function