Home
last modified time | relevance | path

Searched refs:copyinfo (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/vfs/hammer2/
H A Dhammer2_ioctl.c244 remote->copy1 = hmp->voldata.copyinfo[copyid]; in hammer2_ioctl_remote_scan()
251 hmp->voldata.copyinfo[copyid].copyid == 0) { in hammer2_ioctl_remote_scan()
283 if (hmp->voldata.copyinfo[copyid].copyid == 0) in hammer2_ioctl_remote_add()
293 hmp->voldata.copyinfo[copyid] = remote->copy1; in hammer2_ioctl_remote_add()
321 if (hmp->voldata.copyinfo[copyid].copyid == 0) in hammer2_ioctl_remote_del()
324 hmp->voldata.copyinfo[copyid].path) == 0) { in hammer2_ioctl_remote_del()
334 hmp->voldata.copyinfo[copyid].copyid = 0; in hammer2_ioctl_remote_del()
H A Dhammer2_iocom.c230 if (hmp->voldata.copyinfo[copyid].copyid) in hammer2_autodmsg()
382 H2_LNK_VOLCONF(msg)->copy = hmp->voldata.copyinfo[index]; in hammer2_volconf_update()
H A Dhammer2_disk.h1263 hammer2_volconf_t copyinfo[HAMMER2_COPYID_COUNT]; member
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_ioctl.c251 remote->copy1 = hmp->voldata.copyinfo[copyid];
258 hmp->voldata.copyinfo[copyid].copyid == 0) {
290 if (hmp->voldata.copyinfo[copyid].copyid == 0)
300 hmp->voldata.copyinfo[copyid] = remote->copy1;
328 if (hmp->voldata.copyinfo[copyid].copyid == 0)
331 hmp->voldata.copyinfo[copyid].path) == 0) {
341 hmp->voldata.copyinfo[copyid].copyid = 0;
/dragonfly/usr.bin/systat/
H A Dvmstat.c100 static void copyinfo(struct Info *, struct Info *);
288 copyinfo(&s2, &s1); in initkre()
663 copyinfo(&s2, &s1); in cmdkre()
683 copyinfo(&z, &s1); in cmdkre()
980 copyinfo(struct Info *from, struct Info *to) in copyinfo() function