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

/linux-4.4.14/fs/btrfs/
H A Dsend.c542 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) tlv_put() function
565 return tlv_put(sctx, attr, &__tmp, sizeof(__tmp)); \
575 return tlv_put(sctx, attr, str, len); tlv_put_string()
581 return tlv_put(sctx, attr, uuid, BTRFS_UUID_SIZE); tlv_put_uuid()
590 return tlv_put(sctx, attr, &bts, sizeof(bts)); tlv_put_btrfs_timespec()
596 ret = tlv_put(sctx, attrtype, attrlen, data); \

Completed in 95 milliseconds