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

/drivers/block/drbd/
H A Ddrbd_nl.c44 static unsigned short *tl_add_blob(unsigned short *, enum drbd_tags, const void *, int);
2127 tl = tl_add_blob(tl, T_uuids, mdev->ldev->md.uuid, UI_SIZE*sizeof(u64));
2153 tl = tl_add_blob(tl, T_use_degraded, &rv, sizeof(rv));
2380 tl_add_blob(unsigned short *tl, enum drbd_tags tag, const void *data, int len) function
2517 tl = tl_add_blob(tl, T_seen_digest, seen_hash, dgs);
2518 tl = tl_add_blob(tl, T_calc_digest, calc_hash, dgs);

Completed in 901 milliseconds