Searched refs:first_dev (Results 1 - 5 of 5) sorted by relevance

/fs/exofs/
H A Dexofs.h228 unsigned dev_mod = (unsigned)oid, first_dev; local
234 oc->first_dev = 0;
241 first_dev = (dev_mod * sbi->layout.mirrors_p1) % sbi->oc.numdevs;
242 oc->ods = &sbi->oc.ods[first_dev];
H A Dore.c136 ORE_DBGMSG2("oc->first_dev=%d oc->numdevs=%d i=%d oc->ods=%p\n",
137 ios->oc->first_dev, ios->oc->numdevs, index,
458 unsigned dev = per_dev->dev - ios->oc->first_dev;
553 u32 first_dev = C - C % group_width; local
559 si->cur_comp = C - first_dev;
568 group_width + first_dev;
570 group_width + first_dev;
662 unsigned dev, unsigned first_dev,
672 per_dev = &ios->per_dev[dev - first_dev];
688 dev = ((dev + mirrors_p1) % devs_in_group) + first_dev;
660 _add_parity_units(struct ore_io_state *ios, struct ore_striping_info *si, unsigned dev, unsigned first_dev, unsigned mirrors_p1, unsigned devs_in_group, unsigned cur_len) argument
705 unsigned first_dev = dev - (dev % devs_in_group); local
963 unsigned first_dev = (unsigned)obj->id; local
[all...]
H A Dore_raid.c343 unsigned first_dev = si->dev - (si->dev % local
345 unsigned comp = si->dev - first_dev;
/fs/btrfs/
H A Dsuper.c1930 struct btrfs_device *dev, *first_dev = NULL; local
1943 if (!first_dev || dev->devid < first_dev->devid)
1944 first_dev = dev;
1949 if (first_dev) {
1951 name = rcu_dereference(first_dev->name);
/fs/nfs/objlayout/
H A Dobjio_osd.c243 objio_seg->oc.first_dev = layout.olo_comps_index;

Completed in 46 milliseconds