Home
last modified time | relevance | path

Searched refs:im_boffset (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/fs/xfs/scrub/
Dialloc.c248 imap.im_boffset = XFS_INO_TO_OFFSET(mp, irec->ir_startino) << in xchk_iallocbt_check_cluster()
251 if (imap.im_boffset != 0 && cluster_base != 0) { in xchk_iallocbt_check_cluster()
252 ASSERT(imap.im_boffset == 0 || cluster_base == 0); in xchk_iallocbt_check_cluster()
289 if (imap.im_boffset >= BBTOB(cluster_bp->b_length)) { in xchk_iallocbt_check_cluster()
294 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()
299 imap.im_boffset += mp->m_sb.sb_inodesize; in xchk_iallocbt_check_cluster()
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_inode_buf.h47 unsigned short im_boffset; /* inode offset in block in bytes */ member
Dxfs_inode_buf.c156 *dipp = xfs_buf_offset(bp, imap->im_boffset); in xfs_imap_to_bp()
Dxfs_ialloc.c2391 imap->im_boffset = (unsigned short)(offset << in xfs_imap()
2421 imap->im_boffset = (unsigned short)(offset << mp->m_sb.sb_inodelog); in xfs_imap()
/Linux-v5.10/fs/xfs/
Dxfs_inode_item.c421 ilf->ilf_boffset = ip->i_imap.im_boffset; in xfs_inode_item_format()
Dxfs_inode.c2156 offset = imap->im_boffset + in xfs_iunlink_update_dinode()
3451 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()