|
FreeBSD ZFS
The Zettabyte File System
|
#include <sys/isa_defs.h>#include <sys/dmu.h>

Go to the source code of this file.
Data Structures | |
| struct | zfs_stat |
| A limited number of zpl level stats are retrievable with an ioctl. More... | |
Typedefs | |
| typedef struct zfs_stat | zfs_stat_t |
| A limited number of zpl level stats are retrievable with an ioctl. | |
Functions | |
| int | zfs_obj_to_stats (objset_t *osp, uint64_t obj, zfs_stat_t *sb, char *buf, int len) |
| typedef struct zfs_stat zfs_stat_t |
A limited number of zpl level stats are retrievable with an ioctl.
zfs diff is the current consumer.
| int zfs_obj_to_stats | ( | objset_t * | osp, |
| uint64_t | obj, | ||
| zfs_stat_t * | sb, | ||
| char * | buf, | ||
| int | len | ||
| ) |
Definition at line 2218 of file zfs_znode.c.
1.7.3