5#ifndef _LINUX_QUOTA_TREE_H
6#define _LINUX_QUOTA_TREE_H
9#ifdef HAVE_LINUX_TYPES_H
10#include <linux/types.h>
20#define QT_BLKSIZE_BITS 10
21#define QT_BLKSIZE (1 << QT_BLKSIZE_BITS)
68 int (*process_dquot) (
struct dquot *,
void *),
void *
data);
unsigned int __u32
Definition: blkid_types.h:14
__u32 __bitwise __le32
Definition: blkid_types.h:39
__u16 __bitwise __le16
Definition: blkid_types.h:38
#define data
Definition: dict.c:56
struct fs_info info
Definition: ext4_utils.cpp:42
int qtree_dqstr_in_blk(struct qtree_mem_dqinfo *info)
Definition: quotaio_tree.c:45
__u32 qid_t
Definition: quotaio_tree.h:16
void qtree_delete_dquot(struct dquot *dquot)
Definition: quotaio_tree.c:444
int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk)
Definition: quotaio_tree.c:35
int qtree_write_dquot(struct dquot *dquot)
Definition: quotaio_tree.c:319
int qtree_scan_dquots(struct quota_handle *h, int(*process_dquot)(struct dquot *, void *), void *data)
Definition: quotaio_tree.c:655
struct dquot * qtree_read_dquot(struct quota_handle *h, qid_t id)
Definition: quotaio_tree.c:515
Definition: quotaio.h:152
Definition: quotaio_tree.h:43
int(* is_id)(void *disk, struct dquot *dquot)
Definition: quotaio_tree.h:49
void(* disk2mem_dqblk)(struct dquot *dquot, void *disk)
Definition: quotaio_tree.h:47
void(* mem2disk_dqblk)(void *disk, struct dquot *dquot)
Definition: quotaio_tree.h:45
Definition: quotaio_tree.h:53
struct qtree_fmt_operations * dqi_ops
Definition: quotaio_tree.h:58
unsigned int dqi_entry_size
Definition: quotaio_tree.h:57
unsigned int dqi_blocks
Definition: quotaio_tree.h:54
unsigned int dqi_free_blk
Definition: quotaio_tree.h:55
unsigned int dqi_free_entry
Definition: quotaio_tree.h:56
Definition: quotaio.h:122