Lines Matching defs:local
278 /* if local IO is not allowed, will be NULL.
279 * if local IO _is_ allowed, holds the locally submitted bio clone,
280 * or, after local IO completion, the ERR_PTR(error).
292 * comments/function parameters/local variable names).
309 * transactions, local disk or peer. 32 bit "jiffies" are good enough,
316 /* local disk */
439 /* Conflicting local requests need to be restarted after this request */
500 FORCE_DETACH, /* Force-detach from local disk, aborting any pending local IO */
840 struct drbd_backing_dev *ldev __protected_by(local);
871 atomic_t local_cnt; /* Waiting for local completion */
874 /* Interval tree of pending local requests */
1129 extern void drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local);
1130 extern void _drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local);
1131 extern void drbd_uuid_new_current(struct drbd_device *device) __must_hold(local);
1132 extern void drbd_uuid_set_bm(struct drbd_device *device, u64 val) __must_hold(local);
1133 extern void drbd_uuid_move_history(struct drbd_device *device) __must_hold(local);
1134 extern void __drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local);
1135 extern void drbd_md_set_flag(struct drbd_device *device, int flags) __must_hold(local);
1136 extern void drbd_md_clear_flag(struct drbd_device *device, int flags)__must_hold(local);
1149 extern int drbd_bmio_set_n_write(struct drbd_device *device) __must_hold(local);
1150 extern int drbd_bmio_clear_n_write(struct drbd_device *device) __must_hold(local);
1239 * Bit 0 ==> local node thinks this block is binary identical on both nodes
1240 * Bit 1 ==> local node thinks this block needs to be synced.
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 void drbd_bm_reset_al_hints(struct drbd_device *device) __must_hold(local);
1363 extern int drbd_bm_write_hinted(struct drbd_device *device) __must_hold(local);
1364 extern int drbd_bm_write_lazy(struct drbd_device *device, unsigned upper_idx) __must_hold(local);
1365 extern int drbd_bm_write_all(struct drbd_device *device) __must_hold(local);
1366 extern int drbd_bm_write_copy_pages(struct drbd_device *device) __must_hold(local);
1476 drbd_determine_dev_size(struct drbd_device *, enum dds_flags, struct resize_parms *) __must_hold(local);
1562 gfp_t) __must_hold(local);
1581 __release(local);
2101 __release(local);