Searched refs:rm_offset (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_rmap.c | 49 cur->bc_rec.r.rm_offset = offset; in xfs_rmap_lookup_le() 82 cur->bc_rec.r.rm_offset = offset; in xfs_rmap_lookup_eq() 102 irec->rm_owner, irec->rm_offset, irec->rm_flags); in xfs_rmap_update() 107 rec.rmap.rm_offset = cpu_to_be64( in xfs_rmap_update() 142 rcur->bc_rec.r.rm_offset = offset; in xfs_rmap_insert() 204 return xfs_rmap_irec_offset_unpack(be64_to_cpu(rec->rmap.rm_offset), in xfs_rmap_btrec_to_irec() 276 rec->rm_blockcount, rec->rm_owner, rec->rm_offset, in xfs_rmap_find_left_neighbor_helper() 283 rec->rm_offset + rec->rm_blockcount - 1 != info->high.rm_offset) in xfs_rmap_find_left_neighbor_helper() 318 info.high.rm_offset = offset - 1; in xfs_rmap_find_left_neighbor() 320 info.high.rm_offset = 0; in xfs_rmap_find_left_neighbor() [all …]
|
D | xfs_rmap_btree.c | 166 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() 191 XFS_RMAP_IS_BMBT_BLOCK(be64_to_cpu(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() [all …]
|
D | xfs_rmap.h | 55 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()
|
D | xfs_ag.c | 502 rrec->rm_offset = 0; in xfs_rmaproot_init() 509 rrec->rm_offset = 0; in xfs_rmaproot_init() 517 rrec->rm_offset = 0; in xfs_rmaproot_init() 524 rrec->rm_offset = 0; in xfs_rmaproot_init() 532 rrec->rm_offset = 0; in xfs_rmaproot_init() 544 rrec->rm_offset = 0; in xfs_rmaproot_init()
|
D | xfs_attr_remote.c | 78 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()
|
D | xfs_types.h | 195 uint64_t rm_offset; /* offset within the owner */ member
|
D | xfs_da_format.h | 781 __be32 rm_offset; member
|
D | xfs_format.h | 1531 __be64 rm_offset; /* offset within the owner */ member 1575 __be64 rm_offset; /* offset within the owner */ member
|
/Linux-v6.1/fs/xfs/scrub/ |
D | bmap.c | 185 rmap_end = (unsigned long long)rmap.rm_offset + in xchk_bmap_xref_rmap() 187 if (rmap.rm_offset > irec->br_startoff || in xchk_bmap_xref_rmap() 484 rec->rm_offset); in xchk_bmap_check_rmap() 487 have_map = xfs_iext_lookup_extent(sc->ip, ifp, rec->rm_offset, in xchk_bmap_check_rmap() 491 rec->rm_offset); in xchk_bmap_check_rmap() 501 if (irec.br_startoff != check_rec.rm_offset) in xchk_bmap_check_rmap() 503 check_rec.rm_offset); in xchk_bmap_check_rmap() 508 check_rec.rm_offset); in xchk_bmap_check_rmap() 511 check_rec.rm_offset); in xchk_bmap_check_rmap() 515 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap() [all …]
|
D | rmap.c | 136 if (is_bmbt && irec.rm_offset != 0) in xchk_rmapbt_rec() 139 if (non_inode && irec.rm_offset != 0) in xchk_rmapbt_rec()
|
/Linux-v6.1/fs/xfs/ |
D | xfs_fsmap.c | 322 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() 506 info->high.rm_offset = XFS_BB_TO_FSBT(mp, keys[1].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() [all …]
|
D | xfs_notify_failure.c | 39 loff_t pos = XFS_FSB_TO_B(mp, rec->rm_offset); in xfs_failure_pgoff()
|
D | xfs_trace.h | 3478 __entry->offset = rmap->rm_offset;
|
/Linux-v6.1/drivers/video/console/ |
D | sticore.c | 889 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()
|