ml_entry
SIMPLEQ_REMOVE_HEAD(&sr->sr_mappers, ml_entry);
SIMPLEQ_INSERT_TAIL(&sr->sr_mappers, ml, ml_entry);
SIMPLEQ_FOREACH(ml, &sr->sr_mappers, ml_entry) {
SIMPLEQ_FOREACH(ml, &sr->sr_mappers, ml_entry) {
SIMPLEQ_ENTRY(maplink) ml_entry;
struct ml_entry *ml;
struct ml_entry *ml;
struct ml_entry *ml;
struct ml_entry *ml;
if ((ml = malloc(sizeof(struct ml_entry))) == NULL) {
LIST_ENTRY(ml_entry) ml_entries;
static LIST_HEAD(mount_list, ml_entry) mount_list;