Home
last modified time | relevance | path

Searched refs:zrp_request (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/common/zfs/
H A Dzfs_comutil.c77 zrpp->zrp_request = ZPOOL_NO_REWIND; in zpool_get_rewind_policy()
93 if (nvpair_value_uint32(elem, &zrpp->zrp_request) == 0) in zpool_get_rewind_policy()
94 if (zrpp->zrp_request & ~ZPOOL_REWIND_POLICIES) in zpool_get_rewind_policy()
95 zrpp->zrp_request = ZPOOL_NO_REWIND; in zpool_get_rewind_policy()
104 if (zrpp->zrp_request == 0) in zpool_get_rewind_policy()
105 zrpp->zrp_request = ZPOOL_NO_REWIND; in zpool_get_rewind_policy()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1685 if (policy.zrp_request & ZPOOL_TRY_REWIND) { in zpool_import_props()
1772 if (policy.zrp_request & in zpool_import_props()
1775 ((policy.zrp_request & ZPOOL_TRY_REWIND) != 0), nv); in zpool_import_props()
3097 zc.zc_cookie = policy.zrp_request; in zpool_clear()
3113 if (!error || ((policy.zrp_request & ZPOOL_TRY_REWIND) && in zpool_clear()
3115 if (policy.zrp_request & in zpool_clear()
3119 ((policy.zrp_request & ZPOOL_TRY_REWIND) != 0), in zpool_clear()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h490 uint32_t zrp_request; /* rewind behavior requested */ member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa.c1921 if (policy.zrp_request & ZPOOL_NEVER_REWIND) in spa_load_verify()
2966 if (policy.zrp_request & ZPOOL_DO_REWIND) in spa_open_common()
2975 policy.zrp_request); in spa_open_common()
3976 if (policy.zrp_request & ZPOOL_DO_REWIND) in spa_import()
3988 policy.zrp_request); in spa_import()