Home
last modified time | relevance | path

Searched defs:label_ops (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/lvm2/dist/include/
H A Dlabel.h50 struct label_ops { struct
54 int (*can_handle) (struct labeller * l, void *buf, uint64_t sector);
59 int (*write) (struct label * label, void *buf);
64 int (*read) (struct labeller * l, struct device * dev,
89 struct label_ops *ops; argument
/dragonfly/contrib/lvm2/dist/lib/label/
H A Dlabel.h50 struct label_ops { struct
54 int (*can_handle) (struct labeller * l, void *buf, uint64_t sector);
59 int (*write) (struct label * label, void *buf);
64 int (*read) (struct labeller * l, struct device * dev,
89 struct label_ops *ops; argument