HomeSort by relevance Sort by last modified time
    Searched refs:mountopt (Results 1 - 2 of 2) sorted by null

  /external/syslinux/extlinux/
mountinfo.h 25 const char *mountopt; member in struct:mountinfo
mountinfo.c 72 free((char *)m->mountopt);
167 m->mountopt = strdup(string_buf);
168 if (!m->mountopt)
269 m->root, m->fstype, m->mountopt);

Completed in 167 milliseconds