Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
225 if (p->fmr_physical + p->fmr_length <= info->gfi_next_fsblk) { in ext4_getfsmap_datadev_helper()
228 } else if (p->fmr_physical < fsb) { in ext4_getfsmap_datadev_helper()
239 irec.fmr_physical = fsb; in ext4_getfsmap_datadev_helper()
[all …]
H A Dfsmap.h17 uint64_t fmr_physical; /* device offset of segment */ member
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_fsmap.c36 dest->fmr_physical = BBTOB(src->fmr_physical); in xfs_fsmap_from_internal()
53 dest->fmr_physical = BTOBBT(src->fmr_physical); in xfs_fsmap_to_internal()
299 fmr.fmr_physical = info->next_daddr; in xfs_getfsmap_helper()
317 fmr.fmr_physical = rec_daddr; in xfs_getfsmap_helper()
414 info->low.rm_startblock = XFS_BB_TO_FSBT(mp, keys[0].fmr_physical); in xfs_getfsmap_logdev()
435 if (keys[0].fmr_physical > 0) in xfs_getfsmap_logdev()
487 if (keys[0].fmr_physical >= eofs) in __xfs_getfsmap_rtdev()
489 if (keys[1].fmr_physical >= eofs) in __xfs_getfsmap_rtdev()
490 keys[1].fmr_physical = eofs - 1; in __xfs_getfsmap_rtdev()
491 start_fsb = XFS_BB_TO_FSBT(mp, keys[0].fmr_physical); in __xfs_getfsmap_rtdev()
[all …]
H A Dxfs_fsmap.h15 uint64_t fmr_physical; /* device offset of segment */ member
H A Dxfs_trace.h3355 __entry->block = fsmap->fmr_physical;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfsmap.h53 __u64 fmr_physical; /* device offset of segment */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfsmap.h53 __u64 fmr_physical; /* device offset of segment */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfsmap.h53 __u64 fmr_physical; /* device offset of segment */ member
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dext4.h2708 __entry->block = fsmap->fmr_physical;