Home
last modified time | relevance | path

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

/Linux-v5.4/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()
290 if (imap.im_boffset >= BBTOB(cluster_bp->b_length)) { in xchk_iallocbt_check_cluster()
295 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()
300 imap.im_boffset += mp->m_sb.sb_inodesize; in xchk_iallocbt_check_cluster()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_inode_buf.h50 unsigned short im_boffset; /* inode offset in block in bytes */ member
Dxfs_inode_buf.c196 *dipp = xfs_buf_offset(bp, imap->im_boffset); in xfs_imap_to_bp()
Dxfs_ialloc.c2349 imap->im_boffset = (unsigned short)(offset << in xfs_imap()
2379 imap->im_boffset = (unsigned short)(offset << mp->m_sb.sb_inodelog); in xfs_imap()
/Linux-v5.4/fs/xfs/
Dxfs_inode_item.c404 ilf->ilf_boffset = ip->i_imap.im_boffset; in xfs_inode_item_format()
Dxfs_inode.c2163 offset = imap->im_boffset + in xfs_iunlink_update_dinode()
3784 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush_int()