Lines Matching refs:mount
25 #include <sys/mount.h>
35 #include "mount-setup.h"
85 "%*s " /* (1) mount id */
89 "%ms " /* (5) mount point */
90 "%*s" /* (6) mount flags */
94 "%*s" /* (10) mount source */
95 "%ms" /* (11) mount options */
110 /* Ignore mount points we can't unmount because they
376 read-only mount anything as that brings no real
382 * should be the same from the original mount
392 * Mount points can be stacked. If a mount
396 * underlying mount. There's nothing we can do
399 * somehwere else via a bind mount. If we
405 (void) mount(NULL, m->path, NULL, MS_REMOUNT|MS_RDONLY, options);