Home
last modified time | relevance | path

Searched defs:VolInfo (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/isomaster/isomaster-1.3.16/bk/
H A Dbk.h171 typedef struct VolInfo struct
187 void(*progressFunction)(struct VolInfo*); argument
188 void(*writeProgressFunction)(struct VolInfo*, double); argument
189 struct timeval lastTimeCalledProgress;
190 bk_off_t estimatedIsoSize;
191 BkHardLink* fileLocations; /* list of where to find regular files */
192 char readWriteBuffer[READ_WRITE_BUFFER_SIZE];
193 char readWriteBuffer2[READ_WRITE_BUFFER_SIZE];
218 } VolInfo; argument
H A DbkAdd.c288 const char* destPathStr, void(*progressFunction)(VolInfo*)) in bk_add()
296 void(*progressFunction)(VolInfo*)) in bk_add_as()
H A DbkExtract.c113 void(*progressFunction)(VolInfo*)) in bk_extract()
121 bool keepPermissions, void(*progressFunction)(VolInfo*)) in bk_extract_as()
H A DbkRead.c104 void(*progressFunction)(VolInfo*)) in bk_read_dir_tree()
H A DbkWrite.c48 void(*progressFunction)(VolInfo*, double)) in bk_write_image()
/dports/net/rclone/rclone-1.57.0/cmd/serve/docker/
H A Dvolume.go50 type VolInfo struct { struct
51 Name string
52 Mountpoint string `json:",omitempty"`
53 CreatedAt string `json:",omitempty"`
54 Status map[string]interface{} `json:",omitempty"`
H A Ddocker_test.go59 func assertVolumeInfo(t *testing.T, v *docker.VolInfo, name, path string) {
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/nt/
H A Dntdir.c209 MY_FILE_FS_VOLUME_INFORMATION VolInfo; in birdDirReadMore() member
H A DkFsCache.c2199 MY_FILE_FS_VOLUME_INFORMATION VolInfo; in kFsCacheLookupDrive() member