Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_rmap.c348 rec->rm_offset + rec->rm_blockcount - 1 != info->high.rm_offset) in xfs_rmap_find_left_neighbor_helper()
385 info.high.rm_offset = 0; in xfs_rmap_find_left_neighbor()
445 (rec->rm_offset > info->high.rm_offset || in xfs_rmap_lookup_le_range_helper()
446 rec->rm_offset + rec->rm_blockcount <= info->high.rm_offset)) in xfs_rmap_lookup_le_range_helper()
478 info.high.rm_offset = 0; in xfs_rmap_lookup_le_range()
646 ltoff = ltrec.rm_offset; in xfs_rmap_unmap()
1486 NEW.rm_offset += len; in xfs_rmap_convert()
1509 NEW.rm_offset += len; in xfs_rmap_convert()
1914 NEW.rm_offset += len; in xfs_rmap_convert_shared()
1950 NEW.rm_offset += len; in xfs_rmap_convert_shared()
[all …]
A Dxfs_rmap_btree.c179 key->rmap.rm_offset = ondisk_rec_offset_to_key(rec); in xfs_rmapbt_init_key_from_rec()
202 key->rmap.rm_offset = ondisk_rec_offset_to_key(rec); in xfs_rmapbt_init_high_key_from_rec()
206 off = be64_to_cpu(key->rmap.rm_offset); in xfs_rmapbt_init_high_key_from_rec()
208 key->rmap.rm_offset = cpu_to_be64(off); in xfs_rmapbt_init_high_key_from_rec()
219 rec->rmap.rm_offset = cpu_to_be64( in xfs_rmapbt_init_rec_from_cur()
266 x = offset_keymask(be64_to_cpu(kp->rm_offset)); in xfs_rmapbt_key_diff()
304 if (!mask || mask->rmap.rm_offset) { in xfs_rmapbt_diff_two_keys()
308 x = offset_keymask(be64_to_cpu(kp1->rm_offset)); in xfs_rmapbt_diff_two_keys()
309 y = offset_keymask(be64_to_cpu(kp2->rm_offset)); in xfs_rmapbt_diff_two_keys()
436 a = offset_keymask(be64_to_cpu(k1->rmap.rm_offset)); in xfs_rmapbt_keys_inorder()
[all …]
A Dxfs_ag.c498 rrec->rm_offset = 0; in xfs_rmaproot_init()
505 rrec->rm_offset = 0; in xfs_rmaproot_init()
513 rrec->rm_offset = 0; in xfs_rmaproot_init()
520 rrec->rm_offset = 0; in xfs_rmaproot_init()
528 rrec->rm_offset = 0; in xfs_rmaproot_init()
540 rrec->rm_offset = 0; in xfs_rmaproot_init()
A Dxfs_rmap.h55 x = XFS_RMAP_OFF(irec->rm_offset); in xfs_rmap_irec_offset_pack()
73 irec->rm_offset = XFS_RMAP_OFF(offset); in xfs_rmap_irec_offset_unpack()
A Dxfs_attr_remote.c92 if (offset != be32_to_cpu(rmt->rm_offset)) in xfs_attr3_rmt_hdr_ok()
120 if (be32_to_cpu(rmt->rm_offset) + in xfs_attr3_rmt_verify()
266 rmt->rm_offset = cpu_to_be32(offset); in xfs_attr3_rmt_hdr_set()
A Dxfs_types.h184 uint64_t rm_offset; /* offset within the owner */ member
A Dxfs_da_format.h872 __be32 rm_offset; member
A Dxfs_format.h1530 __be64 rm_offset; /* offset within the owner */ member
1574 __be64 rm_offset; /* offset within the owner */ member
/linux/fs/xfs/scrub/
A Dbmap.c221 if (rmap.rm_offset != irec->br_startoff) in xchk_bmap_xref_rmap()
225 rmap_end = (unsigned long long)rmap.rm_offset + rmap.rm_blockcount; in xchk_bmap_xref_rmap()
583 rec->rm_offset); in xchk_bmap_check_rmap()
586 have_map = xfs_iext_lookup_extent(sc->ip, ifp, rec->rm_offset, in xchk_bmap_check_rmap()
590 rec->rm_offset); in xchk_bmap_check_rmap()
600 if (irec.br_startoff != check_rec.rm_offset) in xchk_bmap_check_rmap()
602 check_rec.rm_offset); in xchk_bmap_check_rmap()
607 check_rec.rm_offset); in xchk_bmap_check_rmap()
610 check_rec.rm_offset); in xchk_bmap_check_rmap()
614 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
[all …]
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()
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()
A Dbmap_repair.c205 !xfs_verify_fileext(sc->mp, rec->rm_offset, rec->rm_blockcount)) in xrep_bmap_check_fork_rmap()
281 return xrep_bmap_from_rmap(rb, rec->rm_offset, fsbno, in xrep_bmap_walk_rmap()
A Dialloc_repair.c428 rec->rm_offset, rec->rm_flags); in xrep_ibt_record_inode_blocks()
A Dtrace.h2159 __entry->offset = rec->rm_offset;
/linux/fs/xfs/
A Dxfs_fsmap.c363 fmr.fmr_offset = XFS_FSB_TO_BB(mp, rec->rm_offset); in xfs_getfsmap_helper()
423 irec.rm_offset = 0; in xfs_getfsmap_datadev_bnobt_helper()
490 info->low.rm_offset = XFS_BB_TO_FSBT(mp, keys[0].fmr_offset); in __xfs_getfsmap_datadev()
503 info->low.rm_offset = 0; in __xfs_getfsmap_datadev()
510 info->low.rm_offset += info->low.rm_blockcount; in __xfs_getfsmap_datadev()
516 info->high.rm_offset = ULLONG_MAX; in __xfs_getfsmap_datadev()
532 info->high.rm_offset = XFS_BB_TO_FSBT(mp, in __xfs_getfsmap_datadev()
702 rmap.rm_offset = 0; in xfs_getfsmap_logdev()
733 irec.rm_offset = 0; in xfs_getfsmap_rtdev_rtbitmap_helper()
A Dxfs_notify_failure.c40 loff_t pos = XFS_FSB_TO_B(mp, rec->rm_offset); in xfs_failure_pgoff()
A Dxfs_trace.h3862 __entry->offset = rmap->rm_offset;
/linux/drivers/video/
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/Documentation/filesystems/xfs/
A Dxfs-online-fsck-design.rst1021 uint64_t rm_offset; /* offset within the owner */

Completed in 54 milliseconds