Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dsend.c563 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put() function
586 return tlv_put(sctx, attr, &__tmp, sizeof(__tmp)); \
596 return tlv_put(sctx, attr, str, len); in tlv_put_string()
602 return tlv_put(sctx, attr, uuid, BTRFS_UUID_SIZE); in tlv_put_uuid()
611 return tlv_put(sctx, attr, &bts, sizeof(bts)); in tlv_put_btrfs_timespec()
617 ret = tlv_put(sctx, attrtype, data, attrlen); \