summaryrefslogtreecommitdiff
path: root/include/vxquotactl.h
blob: 3e68b7471473ef55575931454d440ce606205fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef INC_VXQUOTACTL_H
#define INC_VXQUOTACTL_H

#include <fcntl.h>
#include <sys/types.h>
#include <sys/vfs.h>
#include <sys/fs/vxio.h>
#include <sys/fs/vx_solaris.h>
#include <sys/fs/vx_machdep.h>
#include <sys/fs/vx_ioctl.h>
#include <sys/fs/vx_layout.h>
#include <sys/fs/vx_aioctl.h>
#include <sys/fs/vx_quota.h>

int vx_quotactl(int cmd, char *mntpt, uid_t uid, void *addr);

#endif /* INC_VXQUOTACTL_H */