Home
last modified time | relevance | path

Searched refs:dev_subsystem_part_major (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dfilter.h44 int dev_subsystem_part_major(const struct device *dev);
/netbsd-src/external/gpl2/lvm2/dist/lib/filters/
H A Dfilter.h44 int dev_subsystem_part_major(const struct device *dev);
H A Dfilter_netbsd.c57 int dev_subsystem_part_major(const struct device *dev) in dev_subsystem_part_major() function
H A Dfilter.c57 int dev_subsystem_part_major(const struct device *dev) in dev_subsystem_part_major() function
/netbsd-src/external/gpl2/lvm2/dist/lib/cache/
H A Dlvmcache.c1191 if (dev_subsystem_part_major(existing->dev) && in lvmcache_add()
1192 !dev_subsystem_part_major(dev)) { in lvmcache_add()
1206 } else if (!dev_subsystem_part_major(existing->dev) && in lvmcache_add()
1207 dev_subsystem_part_major(dev)) in lvmcache_add()
/netbsd-src/external/gpl2/lvm2/dist/lib/format_pool/
H A Ddisk_rep.c67 if (!dev_subsystem_part_major(data->dev)) { in _add_pl_to_list()
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/
H A Ddisk-rep.c440 if (!dev_subsystem_part_major(data->dev)) { in _add_pv_to_list()