|
Android-cuttlefish cvd tool
|
#include <sys/types.h>#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include "common.h"#include "quotaio_v2.h"#include "dqblk_v2.h"#include "quotaio_tree.h"
Functions | |
| static int | v2_check_file (struct quota_handle *h, int type) |
| static int | v2_init_io (struct quota_handle *h, enum quota_type qtype) |
| static int | v2_new_io (struct quota_handle *h) |
| static int | v2_write_info (struct quota_handle *h) |
| static struct dquot * | v2_read_dquot (struct quota_handle *h, qid_t id) |
| static int | v2_commit_dquot (struct dquot *dquot) |
| static int | v2_scan_dquots (struct quota_handle *h, int(*process_dquot)(struct dquot *dquot, void *data), void *data) |
| static int | v2_report (struct quota_handle *h, int verbose) |
| static void | v2r1_disk2memdqblk (struct dquot *dquot, void *dp) |
| static void | v2r1_mem2diskdqblk (void *dp, struct dquot *dquot) |
| static int | v2r1_is_id (void *dp, struct dquot *dquot) |
| static void | v2_disk2memdqinfo (struct util_dqinfo *m, struct v2_disk_dqinfo *d) |
| static void | v2_mem2diskdqinfo (struct v2_disk_dqinfo *d, struct util_dqinfo *m) |
| static int | v2_read_header (struct quota_handle *h, struct v2_disk_dqheader *dqh) |
| static int | v2_scan_dquots (struct quota_handle *h, int(*process_dquot)(struct dquot *, void *), void *data) |
| static int | v2_report (struct quota_handle *UNUSED(h), int UNUSED(verbose)) |
Variables | |
| struct quotafile_ops | quotafile_ops_2 |
| static struct qtree_fmt_operations | v2r1_fmt_ops |
|
static |
|
static |
|
inlinestatic |
|
static |
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| struct quotafile_ops quotafile_ops_2 |
|
static |