Searched defs:fstab (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/
H A Dconf.h270 * @mount_list : list of mount point (alternative to fstab file)
273 * @fstab : path to a fstab file format
295 char *fstab; member in struct:lxc_conf
H A Dconf.c1966 /* if rootfs->path is a blockdev path, allow container fstab to
2049 static int setup_mount(const struct lxc_rootfs *rootfs, const char *fstab, argument
2055 if (!fstab)
2058 file = setmntent(fstab, "r");
2060 SYSERROR("failed to use '%s'", fstab);
4004 if (setup_mount(&lxc_conf->rootfs, lxc_conf->fstab, name, lxcpath)) {
4023 * (is either mounted automatically or via fstab entries)
4440 free(conf->fstab);

Completed in 21 milliseconds