#include <inttypes.h>
#include <sys/types.h>
#include <f2fs_fs.h>
Go to the source code of this file.
◆ QT_BLKSIZE
Value:
#define QT_BLKSIZE_BITS
Definition: quotaio_tree.h:20
◆ QT_BLKSIZE_BITS
| #define QT_BLKSIZE_BITS 10 |
◆ QT_TREEDEPTH
| #define QT_TREEDEPTH 4 /* Depth of quota tree */ |
◆ QT_TREEOFF
| #define QT_TREEOFF 1 /* Offset of tree in file in blocks */ |
◆ qid_t
◆ qtree_delete_dquot()
| void qtree_delete_dquot |
( |
struct dquot * |
dquot | ) |
|
◆ qtree_dqstr_in_blk()
◆ qtree_entry_unused()
◆ qtree_read_dquot()
◆ qtree_scan_dquots()
| int qtree_scan_dquots |
( |
struct quota_handle * |
h, |
|
|
int(*)(struct dquot *, void *) |
process_dquot, |
|
|
void * |
data |
|
) |
| |
◆ qtree_write_dquot()
| int qtree_write_dquot |
( |
struct dquot * |
dquot | ) |
|