Sign in
android
/
platform
/
external
/
bcc
/
9c0a6969034867ba879c69d295a588c9b1715861
/
.
/
libbpf-tools
/
vfsstat.h
blob: e5a3c16ebf63359eb223a5f878dabc05c1ea6ce2 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
// Copyright (c) 2020 Anton Protopopov
#ifndef
__VFSSTAT_H
#define
__VFSSTAT_H
enum
stat_types
{
S_READ
,
S_WRITE
,
S_FSYNC
,
S_OPEN
,
S_CREATE
,
S_MAXSTAT
,
};
#endif
/* __VFSSTAT_H */