Searched defs:rootfs_path (Results 1 - 3 of 3) sorted by relevance

/lxc/src/lxc/bdev/
H A Dlxcaufs.c317 char *aufs_get_rootfs(const char *rootfs_path, size_t *rootfslen) argument
324 if (!rootfs_path || !rootfslen)
327 s1 = strdup(rootfs_path);
356 char *rootfs_path = NULL; local
371 rootfs_path = rootfs->path;
390 if (rootfs_path) {
406 if (!rootfs_path)
H A Dlxcoverlay.c450 char *ovl_get_rootfs(const char *rootfs_path, size_t *rootfslen) argument
457 if (!rootfs_path || !rootfslen)
460 s1 = strdup(rootfs_path);
489 char *rootfs_path = NULL; local
504 rootfs_path = rootfs->path;
519 if (rootfs_path) {
524 rootfsdir = ovl_get_rootfs(rootfs_path, &rootfslen);
538 if (!rootfs_path)
548 if (!rootfs_path)
/lxc/src/lxc/
H A Dconf.c1907 char *rootfs_path = NULL; local
1909 rootfs_path = rootfs->mount;
1924 mntdata, optional, dev, rootfs_path);

Completed in 21 milliseconds