Lines Matching refs:local
843 struct drbd_backing_dev *ldev __protected_by(local);
1124 extern void drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local);
1125 extern void _drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local);
1126 extern void drbd_uuid_new_current(struct drbd_device *device) __must_hold(local);
1127 extern void drbd_uuid_set_bm(struct drbd_device *device, u64 val) __must_hold(local);
1128 extern void drbd_uuid_move_history(struct drbd_device *device) __must_hold(local);
1129 extern void __drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local);
1130 extern void drbd_md_set_flag(struct drbd_device *device, int flags) __must_hold(local);
1131 extern void drbd_md_clear_flag(struct drbd_device *device, int flags)__must_hold(local);
1144 extern int drbd_bmio_set_n_write(struct drbd_device *device) __must_hold(local);
1145 extern int drbd_bmio_clear_n_write(struct drbd_device *device) __must_hold(local);
1359 extern int drbd_bm_read(struct drbd_device *device) __must_hold(local);
1361 extern int drbd_bm_write(struct drbd_device *device) __must_hold(local);
1362 extern int drbd_bm_write_hinted(struct drbd_device *device) __must_hold(local);
1363 extern int drbd_bm_write_lazy(struct drbd_device *device, unsigned upper_idx) __must_hold(local);
1364 extern int drbd_bm_write_all(struct drbd_device *device) __must_hold(local);
1365 extern int drbd_bm_write_copy_pages(struct drbd_device *device) __must_hold(local);
1471 …determine_dev_size(struct drbd_device *, enum dds_flags, struct resize_parms *) __must_hold(local);
1550 gfp_t) __must_hold(local);
1603 __release(local); in drbd_generic_make_request()
2101 __release(local); in put_ldev()