Home
last modified time | relevance | path

Searched refs:rm_offset (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_rmap.c283 rec->rm_offset + rec->rm_blockcount - 1 != info->high.rm_offset) in xfs_rmap_find_left_neighbor_helper()
320 info.high.rm_offset = 0; in xfs_rmap_find_left_neighbor()
382 (rec->rm_offset > info->high.rm_offset || in xfs_rmap_lookup_le_range_helper()
383 rec->rm_offset + rec->rm_blockcount <= info->high.rm_offset)) in xfs_rmap_lookup_le_range_helper()
415 info.high.rm_offset = 0; in xfs_rmap_lookup_le_range()
580 ltoff = ltrec.rm_offset; in xfs_rmap_unmap()
922 gtrec.rm_offset, in xfs_rmap_map()
1333 NEW.rm_offset += len; in xfs_rmap_convert()
1356 NEW.rm_offset += len; in xfs_rmap_convert()
1755 NEW.rm_offset += len; in xfs_rmap_convert_shared()
[all …]
A Dxfs_rmap_btree.c166 key->rmap.rm_offset = rec->rmap.rm_offset; in xfs_rmapbt_init_key_from_rec()
189 key->rmap.rm_offset = rec->rmap.rm_offset; in xfs_rmapbt_init_high_key_from_rec()
193 off = be64_to_cpu(key->rmap.rm_offset); in xfs_rmapbt_init_high_key_from_rec()
195 key->rmap.rm_offset = cpu_to_be64(off); in xfs_rmapbt_init_high_key_from_rec()
206 rec->rmap.rm_offset = cpu_to_be64( in xfs_rmapbt_init_rec_from_cur()
243 x = XFS_RMAP_OFF(be64_to_cpu(kp->rm_offset)); in xfs_rmapbt_key_diff()
244 y = rec->rm_offset; in xfs_rmapbt_key_diff()
275 x = XFS_RMAP_OFF(be64_to_cpu(kp1->rm_offset)); in xfs_rmapbt_diff_two_keys()
276 y = XFS_RMAP_OFF(be64_to_cpu(kp2->rm_offset)); in xfs_rmapbt_diff_two_keys()
390 a = XFS_RMAP_OFF(be64_to_cpu(k1->rmap.rm_offset)); in xfs_rmapbt_keys_inorder()
[all …]
A Dxfs_rmap.h55 x = XFS_RMAP_OFF(irec->rm_offset); in xfs_rmap_irec_offset_pack()
72 irec->rm_offset = XFS_RMAP_OFF(offset); in xfs_rmap_irec_offset_unpack()
A Dxfs_ag.c565 rrec->rm_offset = 0; in xfs_rmaproot_init()
572 rrec->rm_offset = 0; in xfs_rmaproot_init()
580 rrec->rm_offset = 0; in xfs_rmaproot_init()
587 rrec->rm_offset = 0; in xfs_rmaproot_init()
595 rrec->rm_offset = 0; in xfs_rmaproot_init()
607 rrec->rm_offset = 0; in xfs_rmaproot_init()
A Dxfs_attr_remote.c78 if (offset != be32_to_cpu(rmt->rm_offset)) in xfs_attr3_rmt_hdr_ok()
107 if (be32_to_cpu(rmt->rm_offset) + in xfs_attr3_rmt_verify()
253 rmt->rm_offset = cpu_to_be32(offset); in xfs_attr3_rmt_hdr_set()
A Dxfs_types.h195 uint64_t rm_offset; /* offset within the owner */ member
A Dxfs_da_format.h781 __be32 rm_offset; member
A Dxfs_format.h1531 __be64 rm_offset; /* offset within the owner */ member
1575 __be64 rm_offset; /* offset within the owner */ member
/linux-6.3-rc2/fs/xfs/scrub/
A Dbmap.c228 rmap_end = (unsigned long long)rmap.rm_offset + in xchk_bmap_xref_rmap()
230 if (rmap.rm_offset > irec->br_startoff || in xchk_bmap_xref_rmap()
545 rec->rm_offset); in xchk_bmap_check_rmap()
548 have_map = xfs_iext_lookup_extent(sc->ip, ifp, rec->rm_offset, in xchk_bmap_check_rmap()
552 rec->rm_offset); in xchk_bmap_check_rmap()
562 if (irec.br_startoff != check_rec.rm_offset) in xchk_bmap_check_rmap()
564 check_rec.rm_offset); in xchk_bmap_check_rmap()
569 check_rec.rm_offset); in xchk_bmap_check_rmap()
572 check_rec.rm_offset); in xchk_bmap_check_rmap()
576 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
[all …]
A Drmap.c136 if (is_bmbt && irec.rm_offset != 0) in xchk_rmapbt_rec()
139 if (non_inode && irec.rm_offset != 0) in xchk_rmapbt_rec()
/linux-6.3-rc2/fs/xfs/
A Dxfs_fsmap.c322 fmr.fmr_offset = XFS_FSB_TO_BB(mp, rec->rm_offset); in xfs_getfsmap_helper()
382 irec.rm_offset = 0; in xfs_getfsmap_datadev_bnobt_helper()
416 info->low.rm_offset = XFS_BB_TO_FSBT(mp, keys[0].fmr_offset); in xfs_getfsmap_logdev()
428 info->high.rm_offset = ULLONG_MAX; in xfs_getfsmap_logdev()
443 rmap.rm_offset = 0; in xfs_getfsmap_logdev()
466 irec.rm_offset = 0; in xfs_getfsmap_rtdev_rtbitmap_helper()
498 info->low.rm_offset = XFS_BB_TO_FSBT(mp, keys[0].fmr_offset); in __xfs_getfsmap_rtdev()
605 info->low.rm_offset = XFS_BB_TO_FSBT(mp, keys[0].fmr_offset); in __xfs_getfsmap_datadev()
614 info->high.rm_offset = ULLONG_MAX; in __xfs_getfsmap_datadev()
630 info->high.rm_offset = XFS_BB_TO_FSBT(mp, in __xfs_getfsmap_datadev()
[all …]
A Dxfs_notify_failure.c39 loff_t pos = XFS_FSB_TO_B(mp, rec->rm_offset); in xfs_failure_pgoff()
A Dxfs_trace.h3558 __entry->offset = rmap->rm_offset;
/linux-6.3-rc2/drivers/video/console/
A Dsticore.c889 unsigned int i, rm_offset; in sti_try_rom_generic() local
904 rm_offset = le16_to_cpu(i & 0xffff); in sti_try_rom_generic()
905 if (rm_offset) { in sti_try_rom_generic()
908 *rm++ = gsc_readl(address+rm_offset+0x00); in sti_try_rom_generic()
909 *rm++ = gsc_readl(address+rm_offset+0x04); in sti_try_rom_generic()
910 *rm++ = gsc_readl(address+rm_offset+0x08); in sti_try_rom_generic()
911 *rm++ = gsc_readl(address+rm_offset+0x0c); in sti_try_rom_generic()

Completed in 47 milliseconds