Lines Matching refs:mounts
431 BindMount *m, *mounts = NULL;
451 m = mounts = (BindMount *) alloca0(n * sizeof(BindMount));
519 assert(mounts + n == m);
521 qsort(mounts, n, sizeof(BindMount), mount_path_compare);
522 drop_duplicates(mounts, &n);
539 for (m = mounts; m < mounts + n; ++m) {
545 for (m = mounts; m < mounts + n; ++m) {
572 for (m = mounts; m < mounts + n; ++m)