Home
last modified time | relevance | path

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

/linux/fs/ext4/
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()
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 …]
A Dfsmap.h17 uint64_t fmr_physical; /* device offset of segment */ member
/linux/fs/xfs/
A Dxfs_fsmap.c37 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 …]
A Dxfs_fsmap.h15 uint64_t fmr_physical; /* device offset of segment */ member
A Dxfs_trace.h3493 __entry->block = fsmap->fmr_physical;
/linux/include/uapi/linux/
A Dfsmap.h53 __u64 fmr_physical; /* device offset of segment */ member
/linux/include/trace/events/
A Dext4.h2521 __entry->block = fsmap->fmr_physical;

Completed in 15 milliseconds