Searched defs:TLV_PUT_U64 (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | send.c | 640 #define TLV_PUT_U64(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 64, data) macro [all...] |
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | send.c | 733 #define TLV_PUT_U64(sctx, attrtype, data) TLV_PUT_INT(sctx, attrtype, 64, data) macro [all...] |
Completed in 12 milliseconds