Home
last modified time | relevance | path

Searched refs:dev_create_file (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/include/
H A Ddevice.h92 struct device *dev_create_file(const char *filename, struct device *dev,
/netbsd-src/external/gpl2/lvm2/dist/lib/device/
H A Ddevice.h92 struct device *dev_create_file(const char *filename, struct device *dev,
H A Ddev-cache.c62 struct device *dev_create_file(const char *filename, struct device *dev, in dev_create_file() function
301 if (!(dev = dev_create_file(path, NULL, NULL, 0))) in _insert_dev()
/netbsd-src/external/gpl2/lvm2/dist/lib/log/
H A Dlog.c71 dev_create_file(log_file, &_log_dev, &_log_dev_alias, 1); in init_log_direct()
/netbsd-src/external/gpl2/lvm2/dist/lib/config/
H A Dconfig.c297 if (!(c->dev = dev_create_file(c->filename, NULL, NULL, 1))) in read_config_file()