| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| zfs_ctldir.h | 45 void zfsctl_create(zfsvfs_t *); 46 void zfsctl_destroy(zfsvfs_t *); 50 int zfsctl_root(zfsvfs_t *, vnode_t **); 51 int zfsctl_snapshot(zfsvfs_t *, vnode_t **); 53 int zfsctl_root(zfsvfs_t *, int, vnode_t **); 63 int zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp);
|
| zfs_fuid.h | 103 extern uid_t zfs_fuid_map_id(zfsvfs_t *, uint64_t, cred_t *, zfs_fuid_type_t); 106 extern void zfs_fuid_destroy(zfsvfs_t *); 107 extern uint64_t zfs_fuid_create_cred(zfsvfs_t *, zfs_fuid_type_t, 109 extern uint64_t zfs_fuid_create(zfsvfs_t *, uint64_t, cred_t *, zfs_fuid_type_t, 115 extern boolean_t zfs_groupmember(zfsvfs_t *, uint64_t, cred_t *); 116 void zfs_fuid_sync(zfsvfs_t *, dmu_tx_t *); 117 extern int zfs_fuid_find_by_domain(zfsvfs_t *, const char *domain, 119 extern const char *zfs_fuid_find_by_idx(zfsvfs_t *zfsvfs, uint32_t idx); 120 extern void zfs_fuid_txhold(zfsvfs_t *zfsvfs, dmu_tx_t *tx);
|
| zfs_vfsops.h | 41 typedef struct zfsvfs zfsvfs_t; typedef in typeref:struct:zfsvfs 46 zfsvfs_t *z_parent; /* parent fs */ 143 extern int zfs_suspend_fs(zfsvfs_t *zfsvfs); 144 extern int zfs_resume_fs(zfsvfs_t *zfsvfs, struct dsl_dataset *ds); 145 extern int zfs_userspace_one(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type, 147 extern int zfs_userspace_many(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type, 149 extern int zfs_set_userquota(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type, 151 extern boolean_t zfs_owner_overquota(zfsvfs_t *zfsvfs, struct znode *, 153 extern boolean_t zfs_fuid_overquota(zfsvfs_t *zfsvfs, boolean_t isgroup, 155 extern int zfs_set_version(zfsvfs_t *zfsvfs, uint64_t newvers) [all...] |
| zfs_dir.h | 65 extern void zfs_unlinked_drain(zfsvfs_t *zfsvfs);
|
| zfs_znode.h | 324 extern int zfs_init_fs(zfsvfs_t *, znode_t **); 340 extern int zfs_zget(zfsvfs_t *, uint64_t, znode_t **); 377 extern void zfs_upgrade(zfsvfs_t *zfsvfs, dmu_tx_t *tx); 378 extern int zfs_create_share_dir(zfsvfs_t *zfsvfs, dmu_tx_t *tx);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_vfsops.c | 104 static void zfs_objset_close(zfsvfs_t *zfsvfs); 202 zfsvfs_t *zfsvfs; 270 zfsvfs_t *zfsvfs = vfsp->vfs_data; 394 zfsvfs_t *zfsvfs = vfsp->vfs_data; 490 zfsvfs_t *zfsvfs = arg; 508 zfsvfs_t *zfsvfs = arg; 530 zfsvfs_t *zfsvfs = arg; 542 zfsvfs_t *zfsvfs = arg; 560 zfsvfs_t *zfsvfs = arg; 576 zfsvfs_t *zfsvfs = arg [all...] |
| zfs_ctldir.c | 341 zfsctl_create(zfsvfs_t *zfsvfs) 371 zfsctl_destroy(zfsvfs_t *zfsvfs) 403 node = ((zfsvfs_t*)mp->mnt_data)->z_ctldir; 416 node = ((zfsvfs_t*)mp->mnt_data)->z_ctldir->snapdir; 427 zfsctl_root(zfsvfs_t *zfsvfs, int flags, vnode_t **vpp) 675 zfsvfs_t *zfsvfs = vp->v_vfsp->vfs_data; 752 objset_t *os = ((zfsvfs_t *)((vp)->v_vfsp->vfs_data))->z_os; 765 objset_t *os = ((zfsvfs_t *)((vp)->v_vfsp->vfs_data))->z_os; 842 zfsvfs_t *zfsvfs = dvp->v_vfsp->vfs_data; 967 zfsvfs_t *zfsvfs = vp->v_vfsp->vfs_data [all...] |
| zfs_fuid.c | 199 zfs_fuid_init(zfsvfs_t *zfsvfs) 226 zfs_fuid_sync(zfsvfs_t *zfsvfs, dmu_tx_t *tx) 301 zfs_fuid_find_by_domain(zfsvfs_t *zfsvfs, const char *domain, 366 zfs_fuid_find_by_idx(zfsvfs_t *zfsvfs, uint32_t idx) 396 zfs_fuid_map_id(zfsvfs_t *zfsvfs, uint64_t fuid, 498 zfs_fuid_create_cred(zfsvfs_t *zfsvfs, zfs_fuid_type_t type, 555 zfs_fuid_create(zfsvfs_t *zfsvfs, uint64_t id, cred_t *cr, 648 zfs_fuid_destroy(zfsvfs_t *zfsvfs) 710 zfs_groupmember(zfsvfs_t *zfsvfs, uint64_t id, cred_t *cr) 760 zfs_fuid_txhold(zfsvfs_t *zfsvfs, dmu_tx_t *tx [all...] |
| zfs_dir.c | 67 zfs_match_find(zfsvfs_t *zfsvfs, znode_t *dzp, const char *name, 112 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 176 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 200 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 241 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 255 zfs_unlinked_drain(zfsvfs_t *zfsvfs) 321 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 371 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 498 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 605 zfsvfs_t *zfsvfs = dzp->z_zfsvfs [all...] |
| zfs_replay.c | 75 zfs_replay_error(zfsvfs_t *zfsvfs, lr_t *lr, boolean_t byteswap) 268 zfs_replay_create_acl(zfsvfs_t *zfsvfs, 417 zfs_replay_create(zfsvfs_t *zfsvfs, lr_create_t *lr, boolean_t byteswap) 564 zfs_replay_remove(zfsvfs_t *zfsvfs, lr_remove_t *lr, boolean_t byteswap) 625 zfs_replay_link(zfsvfs_t *zfsvfs, lr_link_t *lr, boolean_t byteswap) 674 zfs_replay_rename(zfsvfs_t *zfsvfs, lr_rename_t *lr, boolean_t byteswap) 754 zfs_replay_write(zfsvfs_t *zfsvfs, lr_write_t *lr, boolean_t byteswap) 820 zfs_replay_write2(zfsvfs_t *zfsvfs, lr_write_t *lr, boolean_t byteswap) 865 zfs_replay_truncate(zfsvfs_t *zfsvfs, lr_truncate_t *lr, boolean_t byteswap) 897 zfs_replay_setattr(zfsvfs_t *zfsvfs, lr_setattr_t *lr, boolean_t byteswap [all...] |
| zfs_sa.c | 124 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 158 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 199 zfsvfs_t *zfsvfs = zp->z_zfsvfs;
|
| zfs_znode.c | 249 zfsvfs_t *zfsvfs; 481 zfs_create_share_dir(zfsvfs_t *zfsvfs, dmu_tx_t *tx) 560 zfs_znode_sa_init(zfsvfs_t *zfsvfs, znode_t *zp, 621 zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz, 624 zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz, 827 zfsvfs_t *zfsvfs; 890 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 911 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 935 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 1285 zfs_zget(zfsvfs_t *zfsvfs, uint64_t obj_num, znode_t **zpp [all...] |
| zfs_vnops.c | 201 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 241 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 320 zfsvfs_t *zfsvfs; 878 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 1035 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 1493 zfsvfs_t *zfsvfs = arg; 1619 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 1651 zfsvfs_t *zfsvfs = zdp->z_zfsvfs; 1738 zfsvfs_t *zfsvfs = zdp->z_zfsvfs; 1987 zfsvfs_t *zfsvfs = zdp->z_zfsvfs [all...] |
| zfs_acl.c | 370 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 657 zfs_copy_ace_2_fuid(zfsvfs_t *zfsvfs, vtype_t obj_type, zfs_acl_t *aclp, 719 zfs_copy_fuid_2_ace(zfsvfs_t *zfsvfs, zfs_acl_t *aclp, cred_t *cr, 1167 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 1478 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, 1599 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 1742 zfs_acl_ids_overquota(zfsvfs_t *zfsvfs, zfs_acl_ids_t *acl_ids) 1850 zfs_vsec_2_aclp(zfsvfs_t *zfsvfs, vtype_t obj_type, 1910 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 2086 zfsvfs_t *zfsvfs = zp->z_zfsvfs [all...] |
| zfs_ioctl.c | 1463 getzfsvfs(const char *dsname, zfsvfs_t **zfvp) 1499 * Find a zfsvfs_t for a mounted filesystem, or create our own, in which 1505 zfsvfs_hold(const char *name, void *tag, zfsvfs_t **zfvp, boolean_t writer) 1528 zfsvfs_rele(zfsvfs_t *zfsvfs, void *tag) 2435 zfsvfs_t *zfsvfs; 2537 zfsvfs_t *zfsvfs; 3573 zfsvfs_t *zfsvfs; 3823 zfsvfs_t *zfsvfs; 4474 zfsvfs_t *zfsvfs = NULL; 4955 zfsvfs_t *zfsvfs [all...] |