Searched refs:fmr_physical (Results 1 – 7 of 7) sorted by relevance
21 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()167 fmr.fmr_physical = rec_fsblk; in ext4_getfsmap_helper()239 irec.fmr_physical = fsb; in ext4_getfsmap_datadev_helper()302 fsm->fmr_physical = fsb; in ext4_getfsmap_fill()365 if (fa->fmr_physical < fb->fmr_physical) in ext4_getfsmap_compare()367 else if (fa->fmr_physical > fb->fmr_physical) in ext4_getfsmap_compare()386 prev->fmr_physical + prev->fmr_length == p->fmr_physical) { in ext4_getfsmap_merge_fixed_metadata()592 if (low_key->fmr_physical > high_key->fmr_physical) in ext4_getfsmap_check_keys()[all …]
17 uint64_t fmr_physical; /* device offset of segment */ member
37 dest->fmr_physical = BBTOB(src->fmr_physical); in xfs_fsmap_from_internal()54 dest->fmr_physical = BTOBBT(src->fmr_physical); in xfs_fsmap_to_internal()299 fmr.fmr_physical = info->next_daddr; in xfs_getfsmap_helper()318 fmr.fmr_physical = rec_daddr; in xfs_getfsmap_helper()436 if (keys[0].fmr_physical > 0) in xfs_getfsmap_logdev()488 if (keys[0].fmr_physical >= eofs) in __xfs_getfsmap_rtdev()594 if (keys[0].fmr_physical >= eofs) in __xfs_getfsmap_datadev()799 if (low_key->fmr_physical > high_key->fmr_physical) in xfs_getfsmap_check_keys()801 if (low_key->fmr_physical < high_key->fmr_physical) in xfs_getfsmap_check_keys()912 dkeys[0].fmr_physical += dkeys[0].fmr_length; in xfs_getfsmap()[all …]
15 uint64_t fmr_physical; /* device offset of segment */ member
3493 __entry->block = fsmap->fmr_physical;
53 __u64 fmr_physical; /* device offset of segment */ member
2521 __entry->block = fsmap->fmr_physical;
Completed in 15 milliseconds