Lines Matching refs:__must_hold
56 # define __must_hold(x) __attribute__((context(x,1,1), require_context(x,1,999,"call"))) macro
61 # define __must_hold(x) macro
1123 extern void drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local);
1124 extern void _drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local);
1125 extern void drbd_uuid_new_current(struct drbd_device *device) __must_hold(local);
1126 extern void drbd_uuid_set_bm(struct drbd_device *device, u64 val) __must_hold(local);
1127 extern void drbd_uuid_move_history(struct drbd_device *device) __must_hold(local);
1128 extern void __drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local);
1129 extern void drbd_md_set_flag(struct drbd_device *device, int flags) __must_hold(local);
1130 extern void drbd_md_clear_flag(struct drbd_device *device, int flags)__must_hold(local);
1143 extern int drbd_bmio_set_n_write(struct drbd_device *device) __must_hold(local);
1144 extern int drbd_bmio_clear_n_write(struct drbd_device *device) __must_hold(local);
1358 extern int drbd_bm_read(struct drbd_device *device) __must_hold(local);
1360 extern int drbd_bm_write(struct drbd_device *device) __must_hold(local);
1361 extern int drbd_bm_write_hinted(struct drbd_device *device) __must_hold(local);
1362 extern int drbd_bm_write_lazy(struct drbd_device *device, unsigned upper_idx) __must_hold(local);
1363 extern int drbd_bm_write_all(struct drbd_device *device) __must_hold(local);
1364 extern int drbd_bm_write_copy_pages(struct drbd_device *device) __must_hold(local);
1471 drbd_determine_dev_size(struct drbd_device *, enum dds_flags, struct resize_parms *) __must_hold(lo…
1550 gfp_t) __must_hold(local);