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

/linux-master/fs/btrfs/
H A Dsend.c658 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) function
684 return tlv_put(sctx, attr, &__tmp, sizeof(__tmp)); \
696 return tlv_put(sctx, attr, str, len);
702 return tlv_put(sctx, attr, uuid, BTRFS_UUID_SIZE);
711 return tlv_put(sctx, attr, &bts, sizeof(bts));
717 ret = tlv_put(sctx, attrtype, data, attrlen); \

Completed in 124 milliseconds