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

/lxc/src/include/
H A Dlxcmntent.c175 char *hasmntopt (const struct mntent *mnt, const char *opt) argument
178 char *rest = mnt->mnt_opts, *p;
/lxc/hooks/
H A Dunmount-namespace.c73 static void mount_free(struct mount *mnt) { argument
74 free(mnt->src);
75 free(mnt->dst);
76 free(mnt->fs);
88 static int mount_should_error(const struct mount *mnt) { argument
89 const char *dst = mnt->dst;
178 if (!strncmp(argv[i], "mnt:", 4)) {

Completed in 8 milliseconds