Searched refs:rm_offset (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| A D | xfs_rmap.c | 275 rec->rm_offset + rec->rm_blockcount - 1 != info->high.rm_offset) in xfs_rmap_find_left_neighbor_helper() 312 info.high.rm_offset = 0; in xfs_rmap_find_left_neighbor() 351 (rec->rm_offset > info->high.rm_offset || in xfs_rmap_lookup_le_range_helper() 352 rec->rm_offset + rec->rm_blockcount <= info->high.rm_offset)) in xfs_rmap_lookup_le_range_helper() 384 info.high.rm_offset = 0; in xfs_rmap_lookup_le_range() 532 ltoff = ltrec.rm_offset; in xfs_rmap_unmap() 881 gtrec.rm_offset, in xfs_rmap_map() 1299 NEW.rm_offset += len; in xfs_rmap_convert() 1322 NEW.rm_offset += len; in xfs_rmap_convert() 1721 NEW.rm_offset += len; in xfs_rmap_convert_shared() [all …]
|
| A 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() 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 D | xfs_ag.c | 448 rrec->rm_offset = 0; in xfs_rmaproot_init() 455 rrec->rm_offset = 0; in xfs_rmaproot_init() 463 rrec->rm_offset = 0; in xfs_rmaproot_init() 470 rrec->rm_offset = 0; in xfs_rmaproot_init() 478 rrec->rm_offset = 0; in xfs_rmaproot_init() 490 rrec->rm_offset = 0; in xfs_rmaproot_init()
|
| A 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()
|
| A 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()
|
| A D | xfs_format.h | 1442 __be64 rm_offset; /* offset within the owner */ member 1488 uint64_t rm_offset; /* offset within the owner */ member 1500 __be64 rm_offset; /* offset within the owner */ member
|
| A D | xfs_da_format.h | 780 __be32 rm_offset; member
|
| /linux/fs/xfs/scrub/ |
| A D | bmap.c | 201 rmap_end = (unsigned long long)rmap.rm_offset + in xchk_bmap_xref_rmap() 203 if (rmap.rm_offset > irec->br_startoff || in xchk_bmap_xref_rmap() 500 rec->rm_offset); in xchk_bmap_check_rmap() 503 have_map = xfs_iext_lookup_extent(sc->ip, ifp, rec->rm_offset, in xchk_bmap_check_rmap() 507 rec->rm_offset); in xchk_bmap_check_rmap() 517 if (irec.br_startoff != check_rec.rm_offset) in xchk_bmap_check_rmap() 519 check_rec.rm_offset); in xchk_bmap_check_rmap() 524 check_rec.rm_offset); in xchk_bmap_check_rmap() 527 check_rec.rm_offset); in xchk_bmap_check_rmap() 531 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap() [all …]
|
| A 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/fs/xfs/ |
| A 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() 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 D | xfs_trace.h | 3456 __entry->offset = rmap->rm_offset;
|
| /linux/drivers/video/console/ |
| A D | sticore.c | 867 unsigned int i, rm_offset; in sti_try_rom_generic() local 882 rm_offset = le16_to_cpu(i & 0xffff); in sti_try_rom_generic() 883 if (rm_offset) { in sti_try_rom_generic() 886 *rm++ = gsc_readl(address+rm_offset+0x00); in sti_try_rom_generic() 887 *rm++ = gsc_readl(address+rm_offset+0x04); in sti_try_rom_generic() 888 *rm++ = gsc_readl(address+rm_offset+0x08); in sti_try_rom_generic() 889 *rm++ = gsc_readl(address+rm_offset+0x0c); in sti_try_rom_generic()
|
Completed in 44 milliseconds