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

/systemd/src/core/
H A Dmount.c1636 _cleanup_set_free_ Set *around = NULL, *gone = NULL; local
1689 * might be gone, or might never have
1696 if (set_ensure_allocated(&gone, &string_hash_ops) < 0 ||
1697 set_put(gone, mount->parameters_proc_self_mountinfo.what) < 0)
1758 SET_FOREACH(what, gone, i) {

Completed in 295 milliseconds