Home
last modified time | relevance | path

Searched refs:osname (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c525 char osname[ZFS_MAX_DATASET_NAME_LEN]; in zfs_register_callbacks() local
527 dmu_objset_name(os, osname); in zfs_register_callbacks()
528 if (error = dsl_prop_get_integer(osname, "nbmand", &nbmand, in zfs_register_callbacks()
886 zfsvfs_create(const char *osname, zfsvfs_t **zfvp) in zfsvfs_create() argument
900 error = dmu_objset_own(osname, DMU_OST_ZFS, B_TRUE, zfsvfs, &os); in zfsvfs_create()
1159 zfs_domount(vfs_t *vfsp, char *osname) in zfs_domount() argument
1167 ASSERT(osname); in zfs_domount()
1169 error = zfsvfs_create(osname, &zfsvfs); in zfs_domount()
1184 if (error = dsl_prop_get_integer(osname, "recordsize", &recordsize, in zfs_domount()
1227 if (error = dsl_prop_get_integer(osname, "xattr", &pval, NULL)) in zfs_domount()
[all …]
H A Dzil.c1852 zil_suspend(const char *osname, void **cookiep) in zil_suspend() argument
1859 error = dmu_objset_hold(osname, suspend_tag, &os); in zil_suspend()
2125 zil_vdev_offline(const char *osname, void *arg) in zil_vdev_offline() argument
2129 error = zil_suspend(osname, NULL); in zil_vdev_offline()
/titanic_50/usr/src/uts/common/os/
H A Dtlabel.c237 const char *osname; in getflabel_zfs() local
240 osname = refstr_value(resource_ref); in getflabel_zfs()
242 error = dsl_prop_get(osname, zfs_prop_to_name(ZFS_PROP_MLSLABEL), in getflabel_zfs()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h410 extern int zil_vdev_offline(const char *osname, void *txarg);
418 extern int zil_suspend(const char *osname, void **cookiep);
H A Dzfs_vfsops.h140 extern int zfs_resume_fs(zfsvfs_t *zfsvfs, const char *osname);
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c1027 ztest_dsl_prop_set_uint64(char *osname, zfs_prop_t prop, uint64_t value, in ztest_dsl_prop_set_uint64() argument
1036 error = dsl_prop_set_int(osname, propname, in ztest_dsl_prop_set_uint64()
1045 VERIFY0(dsl_prop_get_integer(osname, propname, &curval, setpoint)); in ztest_dsl_prop_set_uint64()
1050 osname, propname, valname, setpoint); in ztest_dsl_prop_set_uint64()
3229 ztest_snapshot_create(char *osname, uint64_t id) in ztest_snapshot_create() argument
3236 error = dmu_objset_snapshot_one(osname, snapname); in ztest_snapshot_create()
3242 fatal(0, "ztest_snapshot_create(%s@%s) = %d", osname, in ztest_snapshot_create()
3249 ztest_snapshot_destroy(char *osname, uint64_t id) in ztest_snapshot_destroy() argument
3254 (void) snprintf(snapname, sizeof (snapname), "%s@%llu", osname, in ztest_snapshot_destroy()
3380 ztest_dsl_dataset_cleanup(char *osname, uint64_t id) in ztest_dsl_dataset_cleanup() argument
[all …]
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c714 char *osname; member
728 char osname[ZFS_MAX_DATASET_NAME_LEN]; in dbufs_cb() local
738 (data->osname == NULL || (objset_name(objset, osname) == 0 && in dbufs_cb()
739 strcmp(data->osname, osname) == 0)) && in dbufs_cb()
757 data.osname = NULL; in dbufs()
761 'n', MDB_OPT_STR, &data.osname, in dbufs()
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c1967 char osname[ZFS_MAX_DATASET_NAME_LEN]; in dump_dir() local
2004 dmu_objset_name(os, osname); in dump_dir()
2008 osname, type, (u_longlong_t)dmu_objset_id(os), in dump_dir()