Searched defs:TLV_PUT_U8 (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | send.c | 637 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) macro
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | send.c | 730 #define TLV_PUT_U8(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 8, data) macro
|
Completed in 19 milliseconds