Home
last modified time | relevance | path

Searched refs:ds_ops (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_diskslice.c205 ops = sp->ds_ops; in dscheck()
389 ops = sp->ds_ops; /* may be NULL if no label */ in dsioctl()
433 ops = sp->ds_ops; /* may be NULL */ in dsioctl()
460 ops = sp->ds_ops; /* may be NULL */ in dsioctl()
504 ops = sp->ds_ops; /* may be NULL */ in dsioctl()
590 if (sp->ds_label.opaque && sp->ds_ops != ops) in dsioctl()
667 ops = sp->ds_ops; in dsioctl()
865 ops = ssp->dss_slices[slice].ds_ops; in dssize()
894 sp->ds_ops = ops; in set_ds_label()
H A Dsubr_disk.c226 sp->ds_ops = ops; in disk_probe_slice()
324 if (sp->ds_label.opaque != NULL && sp->ds_ops != NULL) { in disk_probe_slice()
330 sp->ds_ops->op_freedisklabel(&sp->ds_label); in disk_probe_slice()
331 sp->ds_ops = NULL; in disk_probe_slice()
/dragonfly/sys/sys/
H A Ddiskslice.h150 struct disklabel_ops *ds_ops; /* label ops (probe default) */ member