Home
last modified time | relevance | path

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

/openbmc/linux/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()
90 ext4_fsblk_t rec_fsblk = rec->fmr_physical; in ext4_getfsmap_helper()
145 fmr.fmr_physical = info->gfi_next_fsblk; in ext4_getfsmap_helper()
167 fmr.fmr_physical = rec_fsblk; in ext4_getfsmap_helper()
185 return fmr->fmr_physical + fmr->fmr_length; in ext4_fsmap_next_pblk()
205 if (p->fmr_physical < info->gfi_next_fsblk) { in ext4_getfsmap_meta_helper()
210 if (p->fmr_physical <= fs_start || in ext4_getfsmap_meta_helper()
211 p->fmr_physical + p->fmr_length <= fs_end) { in ext4_getfsmap_meta_helper()
[all …]
H A Dfsmap.h17 uint64_t fmr_physical; /* device offset of segment */ member
/openbmc/linux/fs/xfs/
H 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()
326 fmr.fmr_physical = info->next_daddr; in xfs_getfsmap_helper()
345 fmr.fmr_physical = rec_daddr; in xfs_getfsmap_helper()
444 if (keys[0].fmr_physical >= eofs) in xfs_getfsmap_logdev()
447 keys[0].fmr_physical + keys[0].fmr_length); in xfs_getfsmap_logdev()
448 end_fsb = XFS_BB_TO_FSB(mp, min(eofs - 1, keys[1].fmr_physical)); in xfs_getfsmap_logdev()
518 if (keys[0].fmr_physical >= eofs) in xfs_getfsmap_rtdev_rtbitmap()
521 keys[0].fmr_physical + keys[0].fmr_length); in xfs_getfsmap_rtdev_rtbitmap()
522 end_rtb = XFS_BB_TO_FSB(mp, min(eofs - 1, keys[1].fmr_physical)); in xfs_getfsmap_rtdev_rtbitmap()
[all …]
H A Dxfs_fsmap.h15 uint64_t fmr_physical; /* device offset of segment */ member
H A Dxfs_trace.h3656 __entry->block = fsmap->fmr_physical;
/openbmc/linux/include/uapi/linux/
H A Dfsmap.h53 __u64 fmr_physical; /* device offset of segment */ member
/openbmc/linux/include/trace/events/
H A Dext4.h2571 __entry->block = fsmap->fmr_physical;