Searched refs:mount_point (Results 1 - 2 of 2) sorted by relevance

/systemd/src/core/
H A Dumount.c47 LIST_FIELDS(struct MountPoint, mount_point);
54 LIST_REMOVE(mount_point, *head, m);
136 LIST_PREPEND(mount_point, *head, m);
194 LIST_PREPEND(mount_point, *head, swap);
258 LIST_PREPEND(mount_point, *head, lb);
321 LIST_PREPEND(mount_point, *head, m);
373 LIST_FOREACH_SAFE(mount_point, m, n, *head) {
442 LIST_FOREACH_SAFE(mount_point, m, n, *head) {
467 LIST_FOREACH_SAFE(mount_point, m, n, *head) {
504 LIST_FOREACH_SAFE(mount_point,
[all...]
/systemd/src/cryptsetup/
H A Dcryptsetup.c319 _cleanup_free_ char *description = NULL, *name_buffer = NULL, *mount_point = NULL, *maj_min = NULL, *text = NULL, *escaped_name = NULL; local
330 mount_point = disk_mount_point(vol);
338 if (mount_point && description)
339 r = asprintf(&name_buffer, "%s (%s) on %s", description, vol, mount_point);
340 else if (mount_point)
341 r = asprintf(&name_buffer, "%s on %s", vol, mount_point);

Completed in 21 milliseconds