Searched refs:BME_LOCKED (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_actlog.c1117 * drbd_rs_begin_io() - Gets an extent in the resync LRU cache and sets it to BME_LOCKED
1134 if (test_bit(BME_LOCKED, &bm_ext->flags))
1152 set_bit(BME_LOCKED, &bm_ext->flags);
1163 * tries to set it to BME_LOCKED. Returns 0 upon success, and -EAGAIN
1192 D_ASSERT(!test_bit(BME_LOCKED, &bm_ext->flags));
1207 if (test_bit(BME_LOCKED, &bm_ext->flags))
1213 * but then could not set BME_LOCKED,
1240 D_ASSERT(test_bit(BME_LOCKED, &bm_ext->flags) == 0);
1254 set_bit(BME_LOCKED, &bm_ext->flags);
1293 clear_bit(BME_LOCKED,
[all...]
H A Ddrbd_proc.c140 bme->flags & BME_LOCKED ? "LOCKED" : "------"
H A Ddrbd_int.h1257 #define BME_LOCKED 1 /* bm_extent.flags: syncer active on this one. */ macro

Completed in 173 milliseconds