Searched refs:tlv_put (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 571 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put() function 594 return tlv_put(sctx, attr, &__tmp, sizeof(__tmp)); \ 604 return tlv_put(sctx, attr, str, len); in tlv_put_string() 610 return tlv_put(sctx, attr, uuid, BTRFS_UUID_SIZE); in tlv_put_uuid() 619 return tlv_put(sctx, attr, &bts, sizeof(bts)); in tlv_put_btrfs_timespec() 625 ret = tlv_put(sctx, attrtype, data, attrlen); \
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 659 static int tlv_put(struct send_ctx *sctx, u16 attr, const void *data, int len) in tlv_put() function 685 return tlv_put(sctx, attr, &__tmp, sizeof(__tmp)); \ 697 return tlv_put(sctx, attr, str, len); in tlv_put_string() 703 return tlv_put(sctx, attr, uuid, BTRFS_UUID_SIZE); in tlv_put_uuid() 712 return tlv_put(sctx, attr, &bts, sizeof(bts)); in tlv_put_btrfs_timespec() 718 ret = tlv_put(sctx, attrtype, data, attrlen); \
|
Completed in 19 milliseconds