bpf: Add a BPF helper for getting the IMA hash of an inode
[linux-block.git] / scripts / bpf_helpers_doc.py
index c5bc947a70ada9115599a61d81b644ab892acc7d..8b829748d4887e3c4eb3def30bf83ba264eb5d4d 100755 (executable)
@@ -436,6 +436,7 @@ class PrinterHelpers(Printer):
             'struct xdp_md',
             'struct path',
             'struct btf_ptr',
+            'struct inode',
     ]
     known_types = {
             '...',
@@ -480,6 +481,7 @@ class PrinterHelpers(Printer):
             'struct task_struct',
             'struct path',
             'struct btf_ptr',
+            'struct inode',
     }
     mapped_types = {
             'u8': '__u8',