Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/lib/device/
H A Ddev-cache.h44 int dev_cache_add_loopfile(const char *path);
H A Ddev-cache.c643 int dev_cache_add_loopfile(const char *path) in dev_cache_add_loopfile() function
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Ddev-cache.h44 int dev_cache_add_loopfile(const char *path);
/netbsd-src/external/gpl2/lvm2/dist/lib/commands/
H A Dtoolcontext.c586 if (!dev_cache_add_loopfile(cv->v.str)) { in _init_dev_cache()