Searched refs:BPFInodeStorageTable (Results 1 – 2 of 2) sorted by relevance
232 BPFInodeStorageTable<ValueType> get_inode_storage_table(const std::string& name) { in get_inode_storage_table()235 return BPFInodeStorageTable<ValueType>(it->second); in get_inode_storage_table()236 return BPFInodeStorageTable<ValueType>({}); in get_inode_storage_table()
553 class BPFInodeStorageTable : public BPFTableBase<int, ValueType> {555 BPFInodeStorageTable(const TableDesc& desc) : BPFTableBase<int, ValueType>(desc) { in BPFInodeStorageTable() function