FreeBSD ZFS
The Zettabyte File System
Data Structures | Typedefs | Functions

sys/zfs_stat.h File Reference

#include <sys/isa_defs.h>
#include <sys/dmu.h>
Include dependency graph for zfs_stat.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

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.


Function Documentation

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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines