Home
last modified time | relevance | path

Searched refs:fmr_physical (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/ext4/
H A Dfsmap.c21 dest->fmr_physical = src->fmr_physical << sb->s_blocksize_bits; in ext4_fsmap_from_internal()
36 dest->fmr_physical = src->fmr_physical >> sb->s_blocksize_bits; in ext4_fsmap_to_internal()
77 return rec->fmr_physical < info->gfi_low.fmr_physical; in ext4_getfsmap_rec_before_low_key()
289 irec.fmr_physical = fsb; in ext4_getfsmap_datadev_helper()
352 fsm->fmr_physical = fsb; in ext4_getfsmap_fill()
415 if (fa->fmr_physical < fb->fmr_physical) in ext4_getfsmap_compare()
417 else if (fa->fmr_physical > fb->fmr_physical) in ext4_getfsmap_compare()
436 prev->fmr_physical + prev->fmr_length == p->fmr_physical) { in ext4_getfsmap_merge_fixed_metadata()
539 if (keys[1].fmr_physical < keys[0].fmr_physical) in ext4_getfsmap_datadev()
647 if (low_key->fmr_physical > high_key->fmr_physical) in ext4_getfsmap_check_keys()
[all …]
H A Dfsmap.h17 uint64_t fmr_physical; /* device offset of segment */ member
/linux-6.15/fs/xfs/
H A Dxfs_fsmap.c40 dest->fmr_physical = BBTOB(src->fmr_physical); in xfs_fsmap_from_internal()
57 dest->fmr_physical = BTOBBT(src->fmr_physical); in xfs_fsmap_to_internal()
327 fmr.fmr_physical = info->next_daddr; in xfs_getfsmap_helper()
347 fmr.fmr_physical = frec->start_daddr; in xfs_getfsmap_helper()
487 if (keys[0].fmr_physical >= eofs) in __xfs_getfsmap_datadev()
692 if (keys[0].fmr_physical >= eofs) in xfs_getfsmap_logdev()
766 if (keys[0].fmr_physical >= eofs) in xfs_getfsmap_rtdev_rtbitmap()
891 if (key0.fmr_physical >= eofs) in xfs_getfsmap_rtdev_rmapbt()
1104 if (low_key->fmr_physical > high_key->fmr_physical) in xfs_getfsmap_check_keys()
1106 if (low_key->fmr_physical < high_key->fmr_physical) in xfs_getfsmap_check_keys()
[all …]
H A Dxfs_fsmap.h16 uint64_t fmr_physical; /* device offset of segment */ member
H A Dxfs_trace.h4269 __entry->block = fsmap->fmr_physical;
/linux-6.15/include/uapi/linux/
H A Dfsmap.h53 __u64 fmr_physical; /* device offset of segment */ member
/linux-6.15/include/trace/events/
H A Dext4.h2571 __entry->block = fsmap->fmr_physical;