fmr_device         19 fs/ext4/fsmap.c 	dest->fmr_device = src->fmr_device;
fmr_device         34 fs/ext4/fsmap.c 	dest->fmr_device = src->fmr_device;
fmr_device        141 fs/ext4/fsmap.c 		fmr.fmr_device = info->gfi_dev;
fmr_device        163 fs/ext4/fsmap.c 	fmr.fmr_device = info->gfi_dev;
fmr_device        235 fs/ext4/fsmap.c 	irec.fmr_device = 0;
fmr_device        297 fs/ext4/fsmap.c 	fsm->fmr_device = 0;
fmr_device        571 fs/ext4/fsmap.c 	if (fm->fmr_device == 0 || fm->fmr_device == UINT_MAX ||
fmr_device        572 fs/ext4/fsmap.c 	    fm->fmr_device == new_encode_dev(sb->s_bdev->bd_dev))
fmr_device        575 fs/ext4/fsmap.c 	    fm->fmr_device == new_encode_dev(EXT4_SB(sb)->journal_bdev->bd_dev))
fmr_device        584 fs/ext4/fsmap.c 	if (low_key->fmr_device > high_key->fmr_device)
fmr_device        586 fs/ext4/fsmap.c 	if (low_key->fmr_device < high_key->fmr_device)
fmr_device        685 fs/ext4/fsmap.c 		if (head->fmh_keys[0].fmr_device > handlers[i].gfd_dev)
fmr_device        687 fs/ext4/fsmap.c 		if (head->fmh_keys[1].fmr_device < handlers[i].gfd_dev)
fmr_device        697 fs/ext4/fsmap.c 		if (handlers[i].gfd_dev == head->fmh_keys[1].fmr_device)
fmr_device        699 fs/ext4/fsmap.c 		if (handlers[i].gfd_dev > head->fmh_keys[0].fmr_device)
fmr_device         15 fs/ext4/fsmap.h 	dev_t		fmr_device;	/* device id */
fmr_device         34 fs/xfs/xfs_fsmap.c 	dest->fmr_device = src->fmr_device;
fmr_device         51 fs/xfs/xfs_fsmap.c 	dest->fmr_device = src->fmr_device;
fmr_device        281 fs/xfs/xfs_fsmap.c 		fmr.fmr_device = info->dev;
fmr_device        302 fs/xfs/xfs_fsmap.c 	fmr.fmr_device = info->dev;
fmr_device        743 fs/xfs/xfs_fsmap.c 	if (fm->fmr_device == 0 || fm->fmr_device == UINT_MAX ||
fmr_device        744 fs/xfs/xfs_fsmap.c 	    fm->fmr_device == new_encode_dev(mp->m_ddev_targp->bt_dev))
fmr_device        747 fs/xfs/xfs_fsmap.c 	    fm->fmr_device == new_encode_dev(mp->m_logdev_targp->bt_dev))
fmr_device        750 fs/xfs/xfs_fsmap.c 	    fm->fmr_device == new_encode_dev(mp->m_rtdev_targp->bt_dev))
fmr_device        761 fs/xfs/xfs_fsmap.c 	if (low_key->fmr_device > high_key->fmr_device)
fmr_device        763 fs/xfs/xfs_fsmap.c 	if (low_key->fmr_device < high_key->fmr_device)
fmr_device        903 fs/xfs/xfs_fsmap.c 		if (head->fmh_keys[0].fmr_device > handlers[i].dev)
fmr_device        905 fs/xfs/xfs_fsmap.c 		if (head->fmh_keys[1].fmr_device < handlers[i].dev)
fmr_device        915 fs/xfs/xfs_fsmap.c 		if (handlers[i].dev == head->fmh_keys[1].fmr_device)
fmr_device        917 fs/xfs/xfs_fsmap.c 		if (handlers[i].dev > head->fmh_keys[0].fmr_device)
fmr_device         13 fs/xfs/xfs_fsmap.h 	dev_t		fmr_device;	/* device id */
fmr_device       3283 fs/xfs/xfs_trace.h 		__entry->keydev = new_decode_dev(fsmap->fmr_device);
fmr_device       2641 include/trace/events/ext4.h 		__entry->keydev = new_decode_dev(fsmap->fmr_device);
fmr_device         51 include/uapi/linux/fsmap.h 	__u32		fmr_device;	/* device id */