/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_vfsops.h | 44 struct zfsvfs { struct 46 zfsvfs_t *z_parent; /* parent fs */ argument 47 objset_t *z_os; /* objset reference */ 48 uint64_t z_root; /* id of root znode */ 49 uint64_t z_unlinkedobj; /* id of unlinked zapobj */ 50 uint64_t z_max_blksz; /* maximum block size for files */ 51 uint64_t z_fuid_obj; /* fuid table object number */ 52 uint64_t z_fuid_size; /* fuid table size */ 53 avl_tree_t z_fuid_idx; /* fuid tree keyed by index */ 54 avl_tree_t z_fuid_domain; /* fuid tree keyed by domain */ [all …]
|
H A D | zfs_znode.h | 228 #define ZFS_ENTER(zfsvfs) \ argument 238 #define ZFS_EXIT(zfsvfs) rrm_exit(&(zfsvfs)->z_teardown_lock, FTAG) argument 251 #define ZFS_OBJ_MUTEX(zfsvfs, obj_num) \ argument 253 #define ZFS_OBJ_HOLD_ENTER(zfsvfs, obj_num) \ argument 255 #define ZFS_OBJ_HOLD_TRYENTER(zfsvfs, obj_num) \ argument 257 #define ZFS_OBJ_HOLD_EXIT(zfsvfs, obj_num) \ argument 281 #define ZFS_ACCESSTIME_STAMP(zfsvfs, zp) \ argument
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 156 zfsvfs_t *zfsvfs = vfsp->vfs_data; in zfs_sync() local 242 zfsvfs_t *zfsvfs = arg; in atime_changed_cb() local 258 zfsvfs_t *zfsvfs = arg; in xattr_changed_cb() local 276 zfsvfs_t *zfsvfs = arg; in blksz_changed_cb() local 288 zfsvfs_t *zfsvfs = arg; in readonly_changed_cb() local 306 zfsvfs_t *zfsvfs = arg; in devices_changed_cb() local 322 zfsvfs_t *zfsvfs = arg; in setuid_changed_cb() local 338 zfsvfs_t *zfsvfs = arg; in exec_changed_cb() local 354 zfsvfs_t *zfsvfs = arg; in follow_changed_cb() local 378 zfsvfs_t *zfsvfs = arg; in nbmand_changed_cb() local [all …]
|
H A D | zfs_dir.c | 65 zfs_match_find(zfsvfs_t *zfsvfs, znode_t *dzp, char *name, boolean_t exact, in zfs_match_find() 140 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; in zfs_dirent_lock() local 392 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; in zfs_dirlook() local 453 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_unlinked_add() local 467 zfs_unlinked_drain(zfsvfs_t *zfsvfs) in zfs_unlinked_drain() 532 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; in zfs_purgedir() local 585 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_rmnode() local 705 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_link_create() local 808 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; in zfs_link_destroy() local 921 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_make_xattrdir() local [all …]
|
H A D | zfs_replay.c | 72 zfs_replay_error(zfsvfs_t *zfsvfs, lr_t *lr, boolean_t byteswap) in zfs_replay_error() 265 zfs_replay_create_acl(zfsvfs_t *zfsvfs, in zfs_replay_create_acl() 406 zfs_replay_create(zfsvfs_t *zfsvfs, lr_create_t *lr, boolean_t byteswap) in zfs_replay_create() 531 zfs_replay_remove(zfsvfs_t *zfsvfs, lr_remove_t *lr, boolean_t byteswap) in zfs_replay_remove() 564 zfs_replay_link(zfsvfs_t *zfsvfs, lr_link_t *lr, boolean_t byteswap) in zfs_replay_link() 594 zfs_replay_rename(zfsvfs_t *zfsvfs, lr_rename_t *lr, boolean_t byteswap) in zfs_replay_rename() 626 zfs_replay_write(zfsvfs_t *zfsvfs, lr_write_t *lr, boolean_t byteswap) in zfs_replay_write() 692 zfs_replay_write2(zfsvfs_t *zfsvfs, lr_write_t *lr, boolean_t byteswap) in zfs_replay_write2() 737 zfs_replay_truncate(zfsvfs_t *zfsvfs, lr_truncate_t *lr, boolean_t byteswap) in zfs_replay_truncate() 764 zfs_replay_setattr(zfsvfs_t *zfsvfs, lr_setattr_t *lr, boolean_t byteswap) in zfs_replay_setattr() [all …]
|
H A D | zfs_fuid.c | 199 zfs_fuid_init(zfsvfs_t *zfsvfs) in zfs_fuid_init() 226 zfs_fuid_sync(zfsvfs_t *zfsvfs, dmu_tx_t *tx) in zfs_fuid_sync() 301 zfs_fuid_find_by_domain(zfsvfs_t *zfsvfs, const char *domain, in zfs_fuid_find_by_domain() 366 zfs_fuid_find_by_idx(zfsvfs_t *zfsvfs, uint32_t idx) in zfs_fuid_find_by_idx() 396 zfs_fuid_map_id(zfsvfs_t *zfsvfs, uint64_t fuid, in zfs_fuid_map_id() 494 zfs_fuid_create_cred(zfsvfs_t *zfsvfs, zfs_fuid_type_t type, in zfs_fuid_create_cred() 551 zfs_fuid_create(zfsvfs_t *zfsvfs, uint64_t id, cred_t *cr, in zfs_fuid_create() 638 zfs_fuid_destroy(zfsvfs_t *zfsvfs) in zfs_fuid_destroy() 700 zfs_groupmember(zfsvfs_t *zfsvfs, uint64_t id, cred_t *cr) in zfs_groupmember() 746 zfs_fuid_txhold(zfsvfs_t *zfsvfs, dmu_tx_t *tx) in zfs_fuid_txhold()
|
H A D | zfs_ctldir.c | 210 zfsvfs_t *zfsvfs = vp->v_vfsp->vfs_data; in zfsctl_root_inode_cb() local 227 zfsctl_create(zfsvfs_t *zfsvfs) in zfsctl_create() 263 zfsctl_destroy(zfsvfs_t *zfsvfs) in zfsctl_destroy() 357 zfsvfs_t *zfsvfs = vp->v_vfsp->vfs_data; in zfsctl_common_fid() local 391 zfsvfs_t *zfsvfs = vp->v_vfsp->vfs_data; in zfsctl_shares_fid() local 432 zfsvfs_t *zfsvfs = vp->v_vfsp->vfs_data; in zfsctl_root_getattr() local 455 zfsvfs_t *zfsvfs = dvp->v_vfsp->vfs_data; in zfsctl_root_lookup() local 622 zfsvfs_t *zfsvfs; in zfsctl_snapdir_rename() local 688 zfsvfs_t *zfsvfs; in zfsctl_snapdir_remove() local 744 zfsvfs_t *zfsvfs = dvp->v_vfsp->vfs_data; in zfsctl_snapdir_mkdir() local [all …]
|
H A D | zfs_vnops.c | 194 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_open() local 228 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_close() local 316 zfsvfs_t *zfsvfs; in zfs_ioctl() local 521 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_read() local 670 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_write() local 1074 zfsvfs_t *zfsvfs = arg; in zfs_get_data() local 1200 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_access() local 1264 zfsvfs_t *zfsvfs = zdp->z_zfsvfs; in zfs_lookup() local 1407 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; in zfs_create() local 1662 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; in zfs_remove() local [all …]
|
H A D | zfs_znode.c | 248 zfsvfs_t *zfsvfs; in zfs_znode_move() local 475 zfs_create_share_dir(zfsvfs_t *zfsvfs, dmu_tx_t *tx) in zfs_create_share_dir() 578 zfs_znode_sa_init(zfsvfs_t *zfsvfs, znode_t *zp, in zfs_znode_sa_init() 627 zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz, in zfs_znode_alloc() 774 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; in zfs_mknode() local 1106 zfs_zget(zfsvfs_t *zfsvfs, uint64_t obj_num, znode_t **zpp) in zfs_zget() 1189 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_rezget() local 1270 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_znode_delete() local 1290 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_zinactive() local 1342 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_znode_free() local [all …]
|
H A D | zfs_sa.c | 124 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_sa_get_scanstamp() local 158 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_sa_set_scanstamp() local 199 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_sa_upgrade() local
|
H A D | zfs_acl.c | 373 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_acl_znode_info() local 660 zfs_copy_ace_2_fuid(zfsvfs_t *zfsvfs, vtype_t obj_type, zfs_acl_t *aclp, in zfs_copy_ace_2_fuid() 722 zfs_copy_fuid_2_ace(zfsvfs_t *zfsvfs, zfs_acl_t *aclp, cred_t *cr, in zfs_copy_fuid_2_ace() 1187 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_aclset_common() local 1472 zfs_restricted_update(zfsvfs_t *zfsvfs, zfs_acl_t *aclp, void *acep) in zfs_restricted_update() 1503 zfs_acl_inherit(zfsvfs_t *zfsvfs, vtype_t vtype, zfs_acl_t *paclp, in zfs_acl_inherit() 1627 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; in zfs_acl_ids_create() local 1763 zfs_acl_ids_overquota(zfsvfs_t *zfsvfs, zfs_acl_ids_t *acl_ids) in zfs_acl_ids_overquota() 1870 zfs_vsec_2_aclp(zfsvfs_t *zfsvfs, vtype_t obj_type, in zfs_vsec_2_aclp() 1930 zfsvfs_t *zfsvfs = zp->z_zfsvfs; in zfs_setacl() local [all …]
|
H A D | zfs_ioctl.c | 1473 zfsvfs_rele(zfsvfs_t *zfsvfs, void *tag) in zfsvfs_rele() 2402 zfsvfs_t *zfsvfs; in zfs_prop_set_userquota() local 2504 zfsvfs_t *zfsvfs; in zfs_prop_set_special() local 3475 zfsvfs_t *zfsvfs; in zfs_unmount_snap() local 3696 zfsvfs_t *zfsvfs; in zfs_ioc_rollback() local 4336 zfsvfs_t *zfsvfs = NULL; in zfs_ioc_recv() local 4795 zfsvfs_t *zfsvfs; in zfs_ioc_userspace_one() local 4826 zfsvfs_t *zfsvfs; in zfs_ioc_userspace_many() local 4864 zfsvfs_t *zfsvfs; in zfs_ioc_userspace_upgrade() local 5133 zfsvfs_t *zfsvfs = dzp->z_zfsvfs; in zfs_smb_acl_purge() local [all …]
|
/titanic_50/usr/src/uts/common/fs/zev/ |
H A D | zev_callbacks.c | 74 zfsvfs_t *zfsvfs = (zfsvfs_t *)vfs->vfs_data; in zev_zfs_mount_cb() local 139 zfsvfs_t *zfsvfs = (zfsvfs_t *)vfs->vfs_data; in zev_zfs_umount_cb() local
|
H A D | zev_checksums.c | 724 struct zfsvfs *zfsvfs = NULL; in zev_ioc_get_signatures() local
|
/titanic_50/usr/src/uts/common/fs/getgen/ |
H A D | getgen.c | 39 zfsvfs_t *zfsvfs = NULL; in gg_ioc_get_gen() local
|