Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_fsmap.c410 .offset = rec->rm_offset, in xfs_getfsmap_rmapbt_helper()
497 info->low.rm_offset = XFS_BB_TO_FSBT(mp, keys[0].fmr_offset); in __xfs_getfsmap_datadev()
510 info->low.rm_offset = 0; in __xfs_getfsmap_datadev()
517 info->low.rm_offset += info->low.rm_blockcount; in __xfs_getfsmap_datadev()
523 info->high.rm_offset = ULLONG_MAX; in __xfs_getfsmap_datadev()
539 info->high.rm_offset = XFS_BB_TO_FSBT(mp, in __xfs_getfsmap_datadev()
846 .offset = rec->rm_offset, in xfs_getfsmap_rtdev_rmapbt_helper()
938 info->low.rm_offset = XFS_BB_TO_FSBT(mp, key0.fmr_offset); in xfs_getfsmap_rtdev_rmapbt()
951 info->low.rm_offset = 0; in xfs_getfsmap_rtdev_rmapbt()
958 info->low.rm_offset += info->low.rm_blockcount; in xfs_getfsmap_rtdev_rmapbt()
[all …]
H A Dxfs_zone_gc.c299 return cmp_int(reca->rm_offset, recb->rm_offset); in xfs_zone_gc_rmap_rec_cmp()
422 irec->rm_offset += count_fsb; in xfs_zone_gc_iter_advance()
696 chunk->offset = XFS_FSB_TO_B(mp, irec.rm_offset); in xfs_zone_gc_start_chunk()
/linux/drivers/video/
H A Dsticore.c936 unsigned int i, rm_offset; in sti_try_rom_generic() local
951 rm_offset = le16_to_cpu(i & 0xffff); in sti_try_rom_generic()
952 if (rm_offset) { in sti_try_rom_generic()
955 *rm++ = gsc_readl(address+rm_offset+0x00); in sti_try_rom_generic()
956 *rm++ = gsc_readl(address+rm_offset+0x04); in sti_try_rom_generic()
957 *rm++ = gsc_readl(address+rm_offset+0x08); in sti_try_rom_generic()
958 *rm++ = gsc_readl(address+rm_offset+0x0c); in sti_try_rom_generic()
/linux/fs/xfs/libxfs/
H A Dxfs_ag.c421 rrec->rm_offset = 0; in xfs_rmaproot_init()
428 rrec->rm_offset = 0; in xfs_rmaproot_init()
436 rrec->rm_offset = 0; in xfs_rmaproot_init()
443 rrec->rm_offset = 0; in xfs_rmaproot_init()
451 rrec->rm_offset = 0; in xfs_rmaproot_init()
463 rrec->rm_offset = 0; in xfs_rmaproot_init()
H A Dxfs_rmap.h56 x = XFS_RMAP_OFF(irec->rm_offset); in xfs_rmap_irec_offset_pack()
74 irec->rm_offset = XFS_RMAP_OFF(offset); in xfs_rmap_irec_offset_unpack()
H A Dxfs_types.h188 uint64_t rm_offset; /* offset within the owner */ member
H A Dxfs_format.h1691 __be64 rm_offset; /* offset within the owner */ member
1735 __be64 rm_offset; /* offset within the owner */ member
/linux/fs/xfs/scrub/
H A Drmap.c171 if (lkey->rmap.rm_offset & badflag) { in xchk_rmapbt_check_unwritten_in_keyflags()
177 if (hkey->rmap.rm_offset & badflag) { in xchk_rmapbt_check_unwritten_in_keyflags()
261 return r1->rm_offset + r1->rm_blockcount == r2->rm_offset; in xchk_rmap_mergeable()
H A Dbmap_repair.c214 !xfs_verify_fileext(sc->mp, rec->rm_offset, rec->rm_blockcount)) in xrep_bmap_check_fork_rmap()
288 return xrep_bmap_from_rmap(rb, rec->rm_offset, fsbno, in xrep_bmap_walk_rmap()
392 if (!xfs_verify_fileext(sc->mp, rec->rm_offset, rec->rm_blockcount)) in xrep_bmap_check_rtfork_rmap()
440 return xrep_bmap_from_rmap(rb, rec->rm_offset, in xrep_bmap_walk_rtrmap()
H A Drtrmap_repair.c151 .rm_offset = offset, in xrep_rtrmap_stash()
212 rf->accum.rm_offset, rf->accum.rm_flags); in xrep_rtrmap_stash_accumulated()
239 rec->br_startoff == accum->rm_offset + accum->rm_blockcount && in xrep_rtrmap_visit_bmbt()
253 accum->rm_offset = rec->br_startoff; in xrep_rtrmap_visit_bmbt()
H A Drmap_repair.c221 .rm_offset = offset, in xrep_rmap_stash()
329 rf->accum.rm_offset, rf->accum.rm_flags); in xrep_rmap_stash_accumulated()
358 rec->br_startoff == accum->rm_offset + accum->rm_blockcount && in xrep_rmap_visit_bmbt()
372 accum->rm_offset = rec->br_startoff; in xrep_rmap_visit_bmbt()
H A Dtrace.h2103 __entry->offset = rec->rm_offset;
2254 __entry->offset = rec->rm_offset;
3869 __entry->offset = rec->rm_offset;