Home
last modified time | relevance | path

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

/titanic_50/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_50/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1696 if (policy.zrp_request & ZPOOL_TRY_REWIND) { in zpool_import_props()
1783 if (policy.zrp_request & in zpool_import_props()
1786 ((policy.zrp_request & ZPOOL_TRY_REWIND) != 0), nv); in zpool_import_props()
3106 zc.zc_cookie = policy.zrp_request; in zpool_clear()
3122 if (!error || ((policy.zrp_request & ZPOOL_TRY_REWIND) && in zpool_clear()
3124 if (policy.zrp_request & in zpool_clear()
3128 ((policy.zrp_request & ZPOOL_TRY_REWIND) != 0), in zpool_clear()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dzfs.h493 uint32_t zrp_request; /* rewind behavior requested */ member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspa.c1922 if (policy.zrp_request & ZPOOL_NEVER_REWIND) in spa_load_verify()
2980 if (policy.zrp_request & ZPOOL_DO_REWIND) in spa_open_common()
2989 policy.zrp_request); in spa_open_common()
3998 if (policy.zrp_request & ZPOOL_DO_REWIND) in spa_import()
4010 policy.zrp_request); in spa_import()