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

/systemd/src/core/
H A Dnamespace.c58 typedef struct BindMount { struct
63 } BindMount; typedef in typeref:struct:BindMount
65 static int append_mounts(BindMount **p, char **strv, MountMode mode) {
92 const BindMount *p = a, *q = b;
112 static void drop_duplicates(BindMount *m, unsigned *n) {
113 BindMount *f, *t, *previous;
134 static int mount_dev(BindMount *m) {
271 static int mount_kdbus(BindMount *m) {
344 BindMount *m,
400 static int make_read_only(BindMount *
[all...]

Completed in 11 milliseconds