Lines Matching refs:keys
59 struct ext4_fsmap *keys,
256 static int ext4_getfsmap_logdev(struct super_block *sb, struct ext4_fsmap *keys,
262 /* Set up search keys */
263 info->gfi_low = keys[0];
278 if (keys[0].fmr_physical > 0)
467 struct ext4_fsmap *keys,
483 if (keys[0].fmr_physical >= eofs)
485 else if (keys[0].fmr_physical < bofs)
486 keys[0].fmr_physical = bofs;
487 if (keys[1].fmr_physical >= eofs)
488 keys[1].fmr_physical = eofs - 1;
489 if (keys[1].fmr_physical < keys[0].fmr_physical)
491 start_fsb = keys[0].fmr_physical;
492 end_fsb = keys[1].fmr_physical;
499 * Convert the fsmap low/high keys to bg based keys. Initialize
503 info->gfi_low = keys[0];
523 info->gfi_high = keys[1];
617 * There are multiple levels of keys and counters at work here:
618 * _fsmap_head.fmh_keys -- low and high fsmap keys passed in;
626 * _getfsmap_info.gfi_low/high -- per-bg low/high keys computed from
632 struct ext4_fsmap dkeys[2]; /* per-dev keys */