Home
last modified time | relevance | path

Searched refs:extra_devices (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/erofs/
H A Dsuper.c231 ondisk_extradevs = le16_to_cpu(dsb->extra_devices); in erofs_scan_devices()
233 if (sbi->devs->extra_devices && in erofs_scan_devices()
234 ondisk_extradevs != sbi->devs->extra_devices) { in erofs_scan_devices()
236 ondisk_extradevs, sbi->devs->extra_devices); in erofs_scan_devices()
242 if (!sbi->devs->extra_devices && !erofs_is_fscache_mode(sb)) in erofs_scan_devices()
248 if (sbi->devs->extra_devices) { in erofs_scan_devices()
267 ++sbi->devs->extra_devices; in erofs_scan_devices()
513 ++sbi->devs->extra_devices; in erofs_fc_parse_param()
H A Derofs_fs.h79 __le16 extra_devices; /* # of devices besides the primary device */ member
H A Dinternal.h81 unsigned int extra_devices; member
H A Ddata.c230 } else if (devs->extra_devices && !devs->flatdev) { in erofs_map_dev()