| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
| zfs_fuid.h | 102 extern uid_t zfs_fuid_map_id(zfsvfs_t *, uint64_t, cred_t *, zfs_fuid_type_t); 103 extern void zfs_fuid_destroy(zfsvfs_t *); 104 extern uint64_t zfs_fuid_create_cred(zfsvfs_t *, zfs_fuid_type_t, 106 extern uint64_t zfs_fuid_create(zfsvfs_t *, uint64_t, cred_t *, zfs_fuid_type_t, 112 extern boolean_t zfs_groupmember(zfsvfs_t *, uint64_t, cred_t *); 113 void zfs_fuid_sync(zfsvfs_t *, dmu_tx_t *); 114 extern int zfs_fuid_find_by_domain(zfsvfs_t *, const char *domain, 116 extern const char *zfs_fuid_find_by_idx(zfsvfs_t *zfsvfs, uint32_t idx); 117 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 45 zfsvfs_t *z_parent; /* parent fs */ 135 extern int zfs_suspend_fs(zfsvfs_t *zfsvfs); 136 extern int zfs_resume_fs(zfsvfs_t *zfsvfs, const char *osname); 137 extern int zfs_userspace_one(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type, 139 extern int zfs_userspace_many(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type, 141 extern int zfs_set_userquota(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type, 143 extern boolean_t zfs_usergroup_overquota(zfsvfs_t *zfsvfs, 145 extern int zfs_set_version(zfsvfs_t *zfsvfs, uint64_t newvers); 146 extern int zfsvfs_create(const char *name, zfsvfs_t **zfvp) [all...] |
| zfs_ctldir.h | 47 void zfsctl_create(zfsvfs_t *); 48 void zfsctl_destroy(zfsvfs_t *); 61 int zfsctl_make_fid(zfsvfs_t *zfsvfsp, uint64_t object, uint32_t gen, 63 int zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp);
|
| zfs_dir.h | 65 extern void zfs_unlinked_drain(zfsvfs_t *zfsvfs);
|
| zfs_znode.h | 298 extern int zfs_init_fs(zfsvfs_t *, znode_t **); 308 extern int zfs_zget(zfsvfs_t *, uint64_t, znode_t **); 343 extern void zfs_upgrade(zfsvfs_t *zfsvfs, dmu_tx_t *tx); 344 extern int zfs_create_share_dir(zfsvfs_t *zfsvfs, dmu_tx_t *tx);
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| zfs_vfsops.c | 149 zfsvfs_t *zfsvfs = vfsp->vfs_data; 236 zfsvfs_t *zfsvfs = arg; 252 zfsvfs_t *zfsvfs = arg; 270 zfsvfs_t *zfsvfs = arg; 283 zfsvfs_t *zfsvfs = arg; 301 zfsvfs_t *zfsvfs = arg; 317 zfsvfs_t *zfsvfs = arg; 333 zfsvfs_t *zfsvfs = arg; 357 zfsvfs_t *zfsvfs = arg; 370 zfsvfs_t *zfsvfs = arg [all...] |
| zfs_fuid.c | 200 zfs_fuid_init(zfsvfs_t *zfsvfs) 227 zfs_fuid_sync(zfsvfs_t *zfsvfs, dmu_tx_t *tx) 302 zfs_fuid_find_by_domain(zfsvfs_t *zfsvfs, const char *domain, 367 zfs_fuid_find_by_idx(zfsvfs_t *zfsvfs, uint32_t idx) 399 zfs_fuid_map_id(zfsvfs_t *zfsvfs, uint64_t fuid, 492 zfs_fuid_create_cred(zfsvfs_t *zfsvfs, zfs_fuid_type_t type, 540 zfs_fuid_create(zfsvfs_t *zfsvfs, uint64_t id, cred_t *cr, 624 zfs_fuid_destroy(zfsvfs_t *zfsvfs) 686 zfs_groupmember(zfsvfs_t *zfsvfs, uint64_t id, cred_t *cr) 732 zfs_fuid_txhold(zfsvfs_t *zfsvfs, dmu_tx_t *tx [all...] |
| zfs_ctldir.c | 197 zfsvfs_t *zfsvfs = vp->v_vfsp->vfs_data; 214 zfsctl_create(zfsvfs_t *zfsvfs) 247 zfsctl_destroy(zfsvfs_t *zfsvfs) 341 zfsvfs_t *zfsvfs = vp->v_vfsp->vfs_data; 375 zfsvfs_t *zfsvfs = vp->v_vfsp->vfs_data; 416 zfsvfs_t *zfsvfs = vp->v_vfsp->vfs_data; 439 zfsvfs_t *zfsvfs = dvp->v_vfsp->vfs_data; 496 objset_t *os = ((zfsvfs_t *)((vp)->v_vfsp->vfs_data))->z_os; 601 zfsvfs_t *zfsvfs; 665 zfsvfs_t *zfsvfs [all...] |
| zfs_replay.c | 72 zfs_replay_error(zfsvfs_t *zfsvfs, lr_t *lr, boolean_t byteswap) 261 zfs_replay_create_acl(zfsvfs_t *zfsvfs, 401 zfs_replay_create(zfsvfs_t *zfsvfs, lr_create_t *lr, boolean_t byteswap) 526 zfs_replay_remove(zfsvfs_t *zfsvfs, lr_remove_t *lr, boolean_t byteswap) 559 zfs_replay_link(zfsvfs_t *zfsvfs, lr_link_t *lr, boolean_t byteswap) 589 zfs_replay_rename(zfsvfs_t *zfsvfs, lr_rename_t *lr, boolean_t byteswap) 621 zfs_replay_write(zfsvfs_t *zfsvfs, lr_write_t *lr, boolean_t byteswap) 684 zfs_replay_write2(zfsvfs_t *zfsvfs, lr_write_t *lr, boolean_t byteswap) 708 zfs_replay_truncate(zfsvfs_t *zfsvfs, lr_truncate_t *lr, boolean_t byteswap) 735 zfs_replay_setattr(zfsvfs_t *zfsvfs, lr_setattr_t *lr, boolean_t byteswap [all...] |
| zfs_dir.c | 63 zfs_match_find(zfsvfs_t *zfsvfs, znode_t *dzp, char *name, boolean_t exact, 136 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 367 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 425 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 439 zfs_unlinked_drain(zfsvfs_t *zfsvfs) 504 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 554 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 804 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 874 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 947 zfsvfs_t *zfsvfs = zdp->z_zfsvfs [all...] |
| zfs_znode.c | 232 zfsvfs_t *zfsvfs; 459 zfs_create_share_dir(zfsvfs_t *zfsvfs, dmu_tx_t *tx) 561 zfs_znode_dmu_init(zfsvfs_t *zfsvfs, znode_t *zp, dmu_buf_t *db) 613 zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz) 720 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; 919 zfs_zget(zfsvfs_t *zfsvfs, uint64_t obj_num, znode_t **zpp) 994 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 1041 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 1059 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 1110 zfsvfs_t *zfsvfs = zp->z_zfsvfs [all...] |
| zfs_vnops.c | 174 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 209 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 284 zfsvfs_t *zfsvfs; 445 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 564 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 873 zfsvfs_t *zfsvfs = arg; 992 zfsvfs_t *zfsvfs = zp->z_zfsvfs; 1057 zfsvfs_t *zfsvfs = zdp->z_zfsvfs; 1201 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; [all...] |
| zfs_acl.c | 544 zfs_copy_ace_2_fuid(zfsvfs_t *zfsvfs, vtype_t obj_type, zfs_acl_t *aclp, 606 zfs_copy_fuid_2_ace(zfsvfs_t *zfsvfs, zfs_acl_t *aclp, cred_t *cr, 1051 zfsvfs_t *zfsvfs = zp->z_zfsvfs; [all...] |
| zfs_ioctl.c | 957 getzfsvfs(const char *dsname, zfsvfs_t **zfvp) 983 * Find a zfsvfs_t for a mounted filesystem, or create our own, in which 987 zfsvfs_hold(const char *name, void *tag, zfsvfs_t **zfvp) 1009 zfsvfs_rele(zfsvfs_t *zfsvfs, void *tag) [all...] |