Home
last modified time | relevance | path

Searched refs:im_boffset (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dialloc.c243 * ir_startino can be large enough to make im_boffset nonzero. in xchk_iallocbt_check_cluster()
248 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()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_iunlink_item.c73 dip = xfs_buf_offset(ibp, ip->i_imap.im_boffset); in xfs_iunlink_log_dinode()
88 offset = ip->i_imap.im_boffset + in xfs_iunlink_log_dinode()
H A Dxfs_inode_item.c487 ip->i_imap.im_boffset); in xfs_copy_dm_fields_to_log_dinode()
613 ilf->ilf_boffset = ip->i_imap.im_boffset; in xfs_inode_item_format()
H A Dxfs_icache.c640 xfs_buf_offset(bp, ip->i_imap.im_boffset)); in xfs_iget_cache_miss()
H A Dxfs_inode.c3198 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dialloc.c396 * ir_startino can be large enough to make im_boffset nonzero. in xchk_iallocbt_check_cluster()
401 imap.im_boffset = XFS_INO_TO_OFFSET(mp, irec->ir_startino) << in xchk_iallocbt_check_cluster()
404 if (imap.im_boffset != 0 && cluster_base != 0) { in xchk_iallocbt_check_cluster()
405 ASSERT(imap.im_boffset == 0 || cluster_base == 0); in xchk_iallocbt_check_cluster()
442 if (imap.im_boffset >= BBTOB(cluster_bp->b_length)) { in xchk_iallocbt_check_cluster()
447 dip = xfs_buf_offset(cluster_bp, imap.im_boffset); in xchk_iallocbt_check_cluster()
452 imap.im_boffset += mp->m_sb.sb_inodesize; in xchk_iallocbt_check_cluster()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_inode_buf.h47 unsigned short im_boffset; /* inode offset in block in bytes */ member
H A Dxfs_inode_buf.c156 *dipp = xfs_buf_offset(bp, imap->im_boffset); in xfs_imap_to_bp()
H A 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()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_inode_buf.h19 unsigned short im_boffset; /* inode offset in block in bytes */ member
H A Dxfs_ialloc.c2370 imap->im_boffset = (unsigned short)(offset << in xfs_imap()
2400 imap->im_boffset = (unsigned short)(offset << mp->m_sb.sb_inodelog); in xfs_imap()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_inode_item.c435 ilf->ilf_boffset = ip->i_imap.im_boffset; in xfs_inode_item_format()
H A Dxfs_inode.c2156 offset = imap->im_boffset + in xfs_iunlink_update_dinode()
3460 dip = xfs_buf_offset(bp, ip->i_imap.im_boffset); in xfs_iflush()

Completed in 22 milliseconds