/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/volume/local/ |
H A D | local.go | 263 type localVolume struct { struct 264 m sync.Mutex 266 name string 268 path string 270 driverName string 272 opts *optsConfig 274 active activeMount 278 func (v *localVolume) Name() string { 283 func (v *localVolume) DriverName() string { 288 func (v *localVolume) Path() string { [all …]
|
H A D | local_windows.go | 28 func setOpts(v *localVolume, opts map[string]string) error {
|
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/volume/local/ |
H A D | local.go | 278 type localVolume struct { struct 279 m sync.Mutex 281 name string 283 path string 285 driverName string 287 opts *optsConfig 289 active activeMount 291 quotaCtl *quota.Control 295 func (v *localVolume) Name() string { 300 func (v *localVolume) DriverName() string { [all …]
|
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/volume/local/ |
H A D | local.go | 263 type localVolume struct { struct 264 m sync.Mutex 266 name string 268 path string 270 driverName string 272 opts *optsConfig 274 active activeMount 278 func (v *localVolume) Name() string { 283 func (v *localVolume) DriverName() string { 288 func (v *localVolume) Path() string { [all …]
|
H A D | local_windows.go | 28 func setOpts(v *localVolume, opts map[string]string) error {
|
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/volume/local/ |
H A D | local.go | 278 type localVolume struct { struct 279 m sync.Mutex 281 name string 283 path string 285 driverName string 287 opts *optsConfig 289 active activeMount 291 quotaCtl *quota.Control 295 func (v *localVolume) Name() string { 300 func (v *localVolume) DriverName() string { [all …]
|
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/volume/local/ |
H A D | local.go | 278 type localVolume struct { struct 279 m sync.Mutex 281 name string 283 path string 285 driverName string 287 opts *optsConfig 289 active activeMount 291 quotaCtl *quota.Control 295 func (v *localVolume) Name() string { 300 func (v *localVolume) DriverName() string { [all …]
|
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/volume/local/ |
H A D | local.go | 271 type localVolume struct { struct 272 m sync.Mutex 274 name string 276 path string 278 driverName string 280 opts *optsConfig 282 active activeMount 284 quotaCtl *quota.Control 288 func (v *localVolume) Name() string { 293 func (v *localVolume) DriverName() string { [all …]
|
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/volume/local/ |
H A D | local.go | 271 type localVolume struct { struct 272 m sync.Mutex 274 name string 276 path string 278 driverName string 280 opts *optsConfig 282 active activeMount 286 func (v *localVolume) Name() string { 291 func (v *localVolume) DriverName() string { 296 func (v *localVolume) Path() string { [all …]
|
H A D | local_windows.go | 28 func setOpts(v *localVolume, opts map[string]string) error {
|
/dports/devel/glib20/glib-2.70.4/gio/ |
H A D | glocalfileenumerator.c | 271 const DirEntry *a, *b; 274 b = _b; 275 return a->inode - b->inode; 278 #ifdef HAVE_STRUCT_DIRENT_D_TYPE 280 file_type_from_dirent (char d_type) 283 { 288 return G_FILE_TYPE_SPECIAL; 297 return G_FILE_TYPE_UNKNOWN; 312 if (local->entries == NULL || 326 entry = readdir (local->dir); [all …]
|
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/volume/local/ |
H A D | local.go | 271 type localVolume struct { struct 272 m sync.Mutex 274 name string 276 path string 278 driverName string 280 opts *optsConfig 282 active activeMount 286 func (v *localVolume) Name() string { 291 func (v *localVolume) DriverName() string { 296 func (v *localVolume) Path() string { [all …]
|
H A D | local_windows.go | 28 func setOpts(v *localVolume, opts map[string]string) error {
|
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/volume/local/ |
H A D | local.go | 295 type localVolume struct { struct 296 m sync.Mutex 298 name string 300 path string 302 driverName string 304 opts *optsConfig 306 active activeMount 310 func (v *localVolume) Name() string { 315 func (v *localVolume) DriverName() string { 320 func (v *localVolume) Path() string { [all …]
|
H A D | local_windows.go | 28 func setOpts(v *localVolume, opts map[string]string) error {
|
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/volume/local/ |
H A D | local.go | 295 type localVolume struct { struct 296 m sync.Mutex 298 name string 300 path string 302 driverName string 304 opts *optsConfig 306 active activeMount 310 func (v *localVolume) Name() string { 315 func (v *localVolume) DriverName() string { 320 func (v *localVolume) Path() string { [all …]
|
H A D | local_windows.go | 28 func setOpts(v *localVolume, opts map[string]string) error {
|
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/volume/local/ |
H A D | local.go | 279 type localVolume struct { struct 280 m sync.Mutex 282 name string 284 path string 286 driverName string 288 opts *optsConfig 290 active activeMount 294 func (v *localVolume) Name() string { 299 func (v *localVolume) DriverName() string { 304 func (v *localVolume) Path() string { [all …]
|
H A D | local_windows.go | 25 func setOpts(v *localVolume, opts map[string]string) error {
|
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/volume/local/ |
H A D | local.go | 437 type localVolume struct { struct 438 volName string 439 pod *v1.Pod 440 podUID types.UID 442 globalPath string 444 mounter mount.Interface 447 volume.MetricsProvider 455 *localVolume anonMember 594 *localVolume anonMember 612 *localVolume anonMember [all …]
|
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/kinfu_large_scale/include/pcl/gpu/kinfu_large_scale/ |
H A D | cyclical_buffer.h | 184 PtrStep<short2> localVolume = tsdf_volume->data(); in initBuffer() local 256 PtrStep<short2> localVolume = tsdf_volume->data(); in shiftOrigin() local
|
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/volume/mounts/ |
H A D | parser_test.go | 28 readOnly: false,
|
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/containerd/continuity/vendor/bazil.org/fuse/ |
H A D | options_darwin.go | 3 func localVolume(conf *mountConfig) error { func
|
H A D | options_freebsd.go | 3 func localVolume(conf *mountConfig) error { func
|
H A D | options_linux.go | 3 func localVolume(conf *mountConfig) error { func
|