Lines Matching refs:__must_check
288 struct vdo * __must_check vdo_find_matching(vdo_filter_fn filter, const void *context);
290 int __must_check vdo_make_thread(struct vdo *vdo, thread_id_t thread_id,
294 static inline int __must_check vdo_make_default_thread(struct vdo *vdo, in vdo_make_default_thread()
300 int __must_check vdo_make(unsigned int instance, struct device_config *config,
307 struct block_device * __must_check vdo_get_backing_device(const struct vdo *vdo);
309 const char * __must_check vdo_get_device_name(const struct dm_target *target);
311 int __must_check vdo_synchronous_flush(struct vdo *vdo);
313 const struct admin_state_code * __must_check vdo_get_admin_state(const struct vdo *vdo);
323 enum vdo_state __must_check vdo_get_state(const struct vdo *vdo);
341 bool __must_check vdo_is_read_only(struct vdo *vdo);
343 bool __must_check vdo_in_read_only_mode(const struct vdo *vdo);
345 bool __must_check vdo_in_recovery_mode(const struct vdo *vdo);
357 int __must_check vdo_get_physical_zone(const struct vdo *vdo, physical_block_number_t pbn,