Searched refs:can_handle (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/lib/label/ |
H A D | label.h | 54 int (*can_handle) (struct labeller * l, void *buf, uint64_t sector); member
|
H A D | label.c | 159 if (li->l->ops->can_handle(li->l, (char *) lh, in _find_labeller() 234 if (li->l->ops->can_handle(li->l, (char *) lh, in label_remove()
|
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | label.h | 54 int (*can_handle) (struct labeller * l, void *buf, uint64_t sector); member
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format_pool/ |
H A D | pool_label.c | 87 .can_handle = _pool_can_handle,
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/ |
H A D | lvm1-label.c | 110 .can_handle = _lvm1_can_handle,
|
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/ |
H A D | text_label.c | 334 .can_handle = _text_can_handle,
|