Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 25 of 9850) sorted by relevance

12345678910>>...394

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/
H A Dapi.rb160 mount ::API::Avatar
192 mount ::API::Files
194 mount ::API::Geo
211 mount ::API::Keys
213 mount ::API::Lint
222 mount ::API::Notes
245 mount ::API::Pages
284 mount ::API::Tags
286 mount ::API::Todos
293 mount ::API::Users
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_mount.py8 import salt.modules.mount as mount namespace
25 return {mount: {}}
38 mount.__salt__,
363 self.assertTrue(mount.mount("name", "device"))
369 self.assertTrue(mount.mount("name", "device", fstype="fstype"))
378 self.assertTrue(mount.mount("name", "device"))
387 self.assertTrue(mount.mount("name", "device"))
393 self.assertTrue(mount.mount("name", "device", fstype="fstype"))
402 self.assertTrue(mount.mount("name", "device"))
411 self.assertTrue(mount.mount("name", "device"))
[all …]
/dports/devel/gvfs/gvfs-1.46.2/monitor/udisks2/
H A Dgvfsudisks2mount.c109 gvfs_udisks2_volume_unset_mount (mount->volume, mount); in gvfs_udisks2_mount_finalize()
215 g_free (mount->name); mount->name = NULL; in update_mount()
228 mount->icon = g_object_ref (mount->autorun_icon); in update_mount()
234 mount->name = g_strdup (mount->bdmv_volume_info_name); in update_mount()
236 mount->name = g_strdup (mount->xdg_volume_info_name); in update_mount()
255 mount->icon = g_object_ref (mount->autorun_icon); in update_mount()
265 mount->name = g_strdup (mount->bdmv_volume_info_name); in update_mount()
267 mount->name = g_strdup (mount->xdg_volume_info_name); in update_mount()
269 mount->name = g_strdup (mount->mount_entry_name); in update_mount()
346 mount->root = g_file_new_for_path (mount->mount_path); in gvfs_udisks2_mount_new()
[all …]
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgmount.c132 g_mount_get_root (GMount *mount) in g_mount_get_root() argument
185 g_mount_get_name (GMount *mount) in g_mount_get_name() argument
207 g_mount_get_icon (GMount *mount) in g_mount_get_icon() argument
264 g_mount_get_uuid (GMount *mount) in g_mount_get_uuid() argument
313 g_mount_get_drive (GMount *mount) in g_mount_get_drive() argument
353 g_mount_can_eject (GMount *mount) in g_mount_can_eject() argument
921 get_private (GMount *mount) in get_private() argument
980 priv = get_private (mount); in g_mount_is_shadowed()
999 g_mount_shadow (GMount *mount) in g_mount_shadow() argument
1006 priv = get_private (mount); in g_mount_shadow()
[all …]
H A Dgunixmount.c75 GUnixMount *mount; in G_DEFINE_TYPE_WITH_CODE() local
82 if (mount->volume) in G_DEFINE_TYPE_WITH_CODE()
83 _g_unix_volume_unset_mount (mount->volume, mount); in G_DEFINE_TYPE_WITH_CODE()
88 g_free (mount->name); in G_DEFINE_TYPE_WITH_CODE()
113 GUnixMount *mount; in _g_unix_mount_new() local
130 mount->volume = volume; in _g_unix_mount_new()
134 return mount; in _g_unix_mount_new()
142 _g_unix_volume_unset_mount (mount->volume, mount); in _g_unix_mount_unmounted()
143 mount->volume = NULL; in _g_unix_mount_unmounted()
156 mount->volume = NULL; in _g_unix_mount_unset_volume()
[all …]
H A Dgmount.h81 void (* changed) (GMount *mount);
82 void (* unmounted) (GMount *mount);
86 GFile * (* get_root) (GMount *mount);
87 char * (* get_name) (GMount *mount);
95 void (* unmount) (GMount *mount,
100 gboolean (* unmount_finish) (GMount *mount,
104 void (* eject) (GMount *mount,
109 gboolean (* eject_finish) (GMount *mount,
113 void (* remount) (GMount *mount,
119 gboolean (* remount_finish) (GMount *mount,
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/states/
H A Dtest_mount.py7 import salt.states.mount as mount namespace
19 return {mount: {}}
68 mount.__salt__,
161 mount.mounted(name, device, fstype, mount=False), ret
173 mount.mounted(name, device, fstype, mount=False), ret
188 mount.mounted(name, device, fstype, mount=False), ret
203 mount.mounted(name, device, fstype, mount=False), ret
212 mount.mounted(name, device, fstype, mount=False), ret
218 mount.mounted(name, device, fstype, mount=False), ret
781 mount=True,
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dmount.h110 struct mount { struct
217 int (*vfs_start) (struct mount *, int);
261 int VFS_START(struct mount *, int);
262 int VFS_UNMOUNT(struct mount *, int);
271 int VFS_SUSPENDCTL(struct mount *, int);
356 void (*vh_unmount)(struct mount *);
368 void vfs_hooks_unmount(struct mount *);
419 int vfs_busy(struct mount *, struct mount **);
421 void vfs_unbusy(struct mount *, bool, struct mount **);
427 void vfs_destroy(struct mount *);
[all …]
/dports/devel/gvfs/gvfs-1.46.2/monitor/proxy/
H A Dgproxyshadowmount.c64 GProxyShadowMount *mount; in g_proxy_shadow_mount_finalize() local
70 if (mount->real_mount != NULL) in g_proxy_shadow_mount_finalize()
73 mount->real_mount = NULL; in g_proxy_shadow_mount_finalize()
79 if (mount->volume != NULL) in g_proxy_shadow_mount_finalize()
82 if (mount->root != NULL) in g_proxy_shadow_mount_finalize()
122 signal_emit_in_idle (mount->volume_monitor, "mount-changed", mount->real_mount); in g_proxy_shadow_mount_remove()
139 GProxyShadowMount *mount; in g_proxy_shadow_mount_new() local
142 mount = NULL; in g_proxy_shadow_mount_new()
160 signal_emit_in_idle (mount->volume_monitor, "mount-changed", mount->real_mount); in g_proxy_shadow_mount_new()
162 mount->pre_unmount_signal_id = g_signal_connect (mount->real_mount, "pre-unmount", in g_proxy_shadow_mount_new()
[all …]
H A Dgproxymount.c68 GProxyMount *mount; in g_proxy_mount_finalize() local
72 g_free (mount->id); in g_proxy_mount_finalize()
73 g_free (mount->name); in g_proxy_mount_finalize()
74 g_free (mount->uuid); in g_proxy_mount_finalize()
114 GProxyMount *mount; in g_proxy_mount_new() local
120 return mount; in g_proxy_mount_new()
187 if (mount->id != NULL && strcmp (mount->id, id) != 0) in g_proxy_mount_update()
201 g_free (mount->id); in g_proxy_mount_update()
202 g_free (mount->name); in g_proxy_mount_update()
203 g_free (mount->uuid); in g_proxy_mount_update()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/volume/
H A Dvalidate_test.go22 input mount.Mount
25 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
27 {mount.Mount{Type: mount.TypeVolume, Target: testDestinationPath}, nil},
28 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
37 input mount.Mount
42 input mount.Mount
45 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
46 {mount.Mount{Type: mount.TypeVolume, Target: "/foo", Source: "hello"}, nil},
47 {mount.Mount{Type: mount.TypeVolume, Target: "/foo"}, nil},
48 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/volume/
H A Dvalidate_test.go22 input mount.Mount
25 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
27 {mount.Mount{Type: mount.TypeVolume, Target: testDestinationPath}, nil},
28 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
37 input mount.Mount
42 input mount.Mount
45 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
46 {mount.Mount{Type: mount.TypeVolume, Target: "/foo", Source: "hello"}, nil},
47 {mount.Mount{Type: mount.TypeVolume, Target: "/foo"}, nil},
48 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
[all …]
/dports/emulators/aranym/aranym-1.1.0/.travis/
H A Dchroot.sh46 mount="/mnt/alphapi"
56 mkdir -p "${mount}"
104 [ ! -d "${mount}" ] && mkdir "${mount}"
105 mount -o loop,offset=$[root_start_sector * sector_size] ${orig_img_name} ${mount}
106 [ ! -d "${mount}/boot" ] && mkdir "${mount}/boot"
114 mount -t proc none ${mount}/proc
115 mount -t sysfs none ${mount}/sys
116 mount -o bind /dev ${mount}/dev
117 mount -o bind /dev/pts ${mount}/dev/pts
120 rm ${mount}/etc/resolv.conf
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/volume/mounts/
H A Dvalidate_test.go22 input mount.Mount
25 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
27 {mount.Mount{Type: mount.TypeVolume, Target: testDestinationPath}, nil},
28 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
38 input mount.Mount
41 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
42 {mount.Mount{Type: mount.TypeVolume, Target: "/foo", Source: "hello"}, nil},
43 {mount.Mount{Type: mount.TypeVolume, Target: "/foo"}, nil},
44 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
45 {mount.Mount{Type: mount.TypeBind, Target: "/foo"}, errMissingField("Source")},
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/volume/mounts/
H A Dvalidate_test.go22 input mount.Mount
25 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
27 {mount.Mount{Type: mount.TypeVolume, Target: testDestinationPath}, nil},
28 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
38 input mount.Mount
41 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
42 {mount.Mount{Type: mount.TypeVolume, Target: "/foo", Source: "hello"}, nil},
43 {mount.Mount{Type: mount.TypeVolume, Target: "/foo"}, nil},
44 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
45 {mount.Mount{Type: mount.TypeBind, Target: "/foo"}, errMissingField("Source")},
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/volume/mounts/
H A Dvalidate_test.go22 input mount.Mount
25 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
27 {mount.Mount{Type: mount.TypeVolume, Target: testDestinationPath}, nil},
28 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
38 input mount.Mount
41 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
42 {mount.Mount{Type: mount.TypeVolume, Target: "/foo", Source: "hello"}, nil},
43 {mount.Mount{Type: mount.TypeVolume, Target: "/foo"}, nil},
44 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
45 {mount.Mount{Type: mount.TypeBind, Target: "/foo"}, errMissingField("Source")},
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/volume/mounts/
H A Dvalidate_test.go22 input mount.Mount
25 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
27 {mount.Mount{Type: mount.TypeVolume, Target: testDestinationPath}, nil},
28 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
38 input mount.Mount
41 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
42 {mount.Mount{Type: mount.TypeVolume, Target: "/foo", Source: "hello"}, nil},
43 {mount.Mount{Type: mount.TypeVolume, Target: "/foo"}, nil},
44 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
45 {mount.Mount{Type: mount.TypeBind, Target: "/foo"}, errMissingField("Source")},
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/volume/mounts/
H A Dvalidate_test.go22 input mount.Mount
25 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
27 {mount.Mount{Type: mount.TypeVolume, Target: testDestinationPath}, nil},
28 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
38 input mount.Mount
41 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
42 {mount.Mount{Type: mount.TypeVolume, Target: "/foo", Source: "hello"}, nil},
43 {mount.Mount{Type: mount.TypeVolume, Target: "/foo"}, nil},
44 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
45 {mount.Mount{Type: mount.TypeBind, Target: "/foo"}, errMissingField("Source")},
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/volume/mounts/
H A Dvalidate_test.go22 input mount.Mount
25 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
27 {mount.Mount{Type: mount.TypeVolume, Target: testDestinationPath}, nil},
28 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
38 input mount.Mount
41 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
42 {mount.Mount{Type: mount.TypeVolume, Target: "/foo", Source: "hello"}, nil},
43 {mount.Mount{Type: mount.TypeVolume, Target: "/foo"}, nil},
44 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
45 {mount.Mount{Type: mount.TypeBind, Target: "/foo"}, errMissingField("Source")},
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/volume/mounts/
H A Dvalidate_test.go22 input mount.Mount
25 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
27 {mount.Mount{Type: mount.TypeVolume, Target: testDestinationPath}, nil},
28 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
38 input mount.Mount
41 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
42 {mount.Mount{Type: mount.TypeVolume, Target: "/foo", Source: "hello"}, nil},
43 {mount.Mount{Type: mount.TypeVolume, Target: "/foo"}, nil},
44 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
45 {mount.Mount{Type: mount.TypeBind, Target: "/foo"}, errMissingField("Source")},
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/volume/mounts/
H A Dvalidate_test.go22 input mount.Mount
25 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
27 {mount.Mount{Type: mount.TypeVolume, Target: testDestinationPath}, nil},
28 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
38 input mount.Mount
41 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
42 {mount.Mount{Type: mount.TypeVolume, Target: "/foo", Source: "hello"}, nil},
43 {mount.Mount{Type: mount.TypeVolume, Target: "/foo"}, nil},
44 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
45 {mount.Mount{Type: mount.TypeBind, Target: "/foo"}, errMissingField("Source")},
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/volume/mounts/
H A Dvalidate_test.go22 input mount.Mount
25 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
27 {mount.Mount{Type: mount.TypeVolume, Target: testDestinationPath}, nil},
28 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
38 input mount.Mount
41 {mount.Mount{Type: mount.TypeVolume}, errMissingField("Target")},
42 {mount.Mount{Type: mount.TypeVolume, Target: "/foo", Source: "hello"}, nil},
43 {mount.Mount{Type: mount.TypeVolume, Target: "/foo"}, nil},
44 {mount.Mount{Type: mount.TypeBind}, errMissingField("Target")},
45 {mount.Mount{Type: mount.TypeBind, Target: "/foo"}, errMissingField("Source")},
[all …]
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/admin/
H A Dlist_mounts_command.cc99 bool shouldPrintGoal = GoalId::isValid(mount.minGoal) && GoalId::isValid(mount.maxGoal); in run()
100 bool shouldPrintTrashTime = mount.minTrashTime < mount.maxTrashTime in run()
101 && (mount.minTrashTime != 0 || mount.maxTrashTime != 0xFFFFFFFF); in run()
135 std::cout << mount.sessionId in run()
137 << ' ' << mount.info in run()
139 << ' ' << mount.path in run()
140 << ' ' << mount.rootuid in run()
141 << ' ' << mount.rootgid in run()
142 << ' ' << mount.mapalluid in run()
143 << ' ' << mount.mapallgid in run()
[all …]
/dports/devel/gvfs/gvfs-1.46.2/daemon/trashlib/
H A Dtrashwatcher.c74 if (mount == NULL) in decide_watch_type()
166 TrashMount *mount; in trash_mount_insert() local
192 mount->next = **mount_ptr_ptr; in trash_mount_insert()
194 **mount_ptr_ptr = mount; in trash_mount_insert()
208 *mount_ptr = mount->next; in trash_mount_remove()
341 TrashMount *mount; in trash_watcher_watch() local
348 for (mount = watcher->mounts; mount; mount = mount->next) in trash_watcher_watch()
361 TrashMount *mount; in trash_watcher_unwatch() local
368 for (mount = watcher->mounts; mount; mount = mount->next) in trash_watcher_unwatch()
381 TrashMount *mount; in trash_watcher_rescan() local
[all …]
/dports/audio/libmpdclient/libmpdclient-2.20/src/
H A Dmount.c49 struct mpd_mount *mount = malloc(sizeof(*mount)); in mpd_mount_begin() local
50 if (mount == NULL) in mpd_mount_begin()
55 free(mount); in mpd_mount_begin()
59 mount->storage = NULL; in mpd_mount_begin()
60 return mount; in mpd_mount_begin()
70 free(mount->storage); in mpd_mount_feed()
80 assert(mount != NULL); in mpd_mount_free()
82 free(mount->uri); in mpd_mount_free()
83 free(mount->storage); in mpd_mount_free()
84 free(mount); in mpd_mount_free()
[all …]

12345678910>>...394