Searched defs:zfsvfs_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h41 typedef struct zfsvfs zfsvfs_t; typedef in typeref:struct:zfsvfs
46 zfsvfs_t *z_parent; /* parent fs */
139 extern int zfs_suspend_fs(zfsvfs_t *zfsvfs);
140 extern int zfs_resume_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds);
141 extern int zfs_userspace_one(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type,
143 extern int zfs_userspace_many(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type,
145 extern int zfs_set_userquota(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type,
147 extern boolean_t zfs_owner_overquota(zfsvfs_t *zfsvfs, struct znode *,
149 extern boolean_t zfs_fuid_overquota(zfsvfs_t *zfsvfs, boolean_t isgroup,
151 extern int zfs_set_version(zfsvfs_t *zfsvf
[all...]

Completed in 58 milliseconds